vthacker / music-sorter

A python script which sorts all mp3 songs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

A python script which sorts all mp3 songs

License:GNU General Public License v3.0


Languages

Language:Python 100.0%