Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vietj/trakover
- Owner: vietj
- Created: 2013-06-09T18:36:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-10T05:37:03.000Z (over 11 years ago)
- Last Synced: 2024-11-08T20:49:57.587Z (about 2 months ago)
- Language: Java
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`