Genre-sort 1.0 review
Download
|
|
Genre-sort is a handy Python script that will move/copy mp3s based on their id3 genre tag.
Here are some key features of "Genre sort":
Written in Python
Uses the eyeD3 library http://eyed3.nicfit.net/
Currently only works on mp3 but ogg vorbis and flac support is planned
Examples:
./genre-sort.py /dir/to/files -p
Will run in pretend mode and show you what the script plans to do.
./genre-sort.py /dir/to/files -c
Will make copies of the files in the correct directories and leave the originals behind.
./genre-sort.py /dir/to/files
Default behavior will move files to the correct directories and delete the originals.
Genre-sort 1.0 keywords