m3u2iso -- playlists for mp3-CDs
m3u2iso is a program to read the files from a m3u-playlist and copy them into a temporary directory. I wrote it, because I have a car-radio that plays mp3-CDs and I wanted to order them the way I like, and that is not alphabetically. Before I had written that program, I had to manually rename the files to order them, and that soon became too tiering. Renaming 50 files from Artist_Track.mp3 to 001Artist_Track.mp3,002Artist_Track.mp3 etc. manually was simply not practically.
So I wrote this little tool, that reads all files from a m3u-playlist and copies them into a temporary directory that can then be burned on a mp3-CD.
Install
Just download the two scripts from the right, save them in the same directory and then run gm3u2iso.py if you want a GUI or m3u2iso.py if you just want the commandline application.
I will upload the Windowsbinary as soon as I know that it work without Python installed.
Warrenty
Absolutly none ;-) This is my first python GUI-Application and probably buggy as hell ;-)