Old Python code – Mp3 utilities
by Mike
As I have been saying, I have been looking around to dig up code I have written and I actually found some mp3 utility code I had written, it is certainly not finished or even code I would probably write right now(or even particularly good) but its code I wrote a couple of years ago that someone may actually find use of.
The code contains:
- a playlist class for reading and extending .m3u playlists
- a song class for individual mp3s(reading id3 tags and whatnot)
- a utility class for doing some things with the multiple playlists and whatnot.
I also wrote an interface in wxwidgets, but that isn’t working so I don’t have that. That being said, the code is a little light on error checking and exception handling. This might be fun to fool around with so I think after I get back from Hawaii I will mess around with the code for a bit, add the error handing and all of that, write some unit tests to test the code and whip up a command line interface or a gui so people can actually use it.
In the mean time, I have stuck the code up on GitHub, snag it if you like!