/music-sorter

A python script which sorts all mp3 songs

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

This is a python script which sorts all .mp3 songs by ID3 tags.It takes in the directory where all your music is kept and sorts them in this fashion  :your_new_song_directory/artist/album/song_name.mp3

It uses a library called mutagen.
Link:http://code.google.com/p/mutagen/