Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vietj/trakover

A program that find mp3 files with a cover art greater than 1MB
https://github.com/vietj/trakover

Last synced: 5 days ago
JSON representation

A program that find mp3 files with a cover art greater than 1MB

Awesome Lists containing this project

README

        

# Trakover

Trakover is a trivial yet useful Java program that scans a directory to find the mp3 files that have a size greater than 1MB.

# Why ?

Traktor software has issues with mp3 files with a size greater than 1MB. This program helps to find them.

# Will it resize my images ?

No, it will only tell you which files you should resize.

# How to use it ?

1. Build the project it creates a `trakover.jar` in the target directory
2. Run the jar with the path of the directory to scan as sole argument, the path must be absolute to work: `java -jar trakover.jar /musique`