The changes look fine; it runs fine on this box.
Good stuff.
I'd like to add direct support for archives in pycdg.py as well (some players I've seen on Windows can directly support ZIP at least; if I drag in the stuff from cdg2bin that adds support for archives, we'll have 'em beat with ZIP, .tar.gz, and .tar.bz2 support :) BTW the archive support only uses zipfile and tarfile, both standard modules that ship with Python. The way current support is written, they're only imported when needed, so even on systems that don't support them for whatever reason, stuff will still work (you just have to extract it yourself).
Good idea. I use the zipfile module in PyKaraoke but this would be useful for the standalone player. My only gripe with zipfile is that it doesn't support all ZIP compression formats. PyKaraoke is unable to parse a few of the ZIPs that I have. I've been meaning to write a little script that scans a directory and rezips them all with the appropriate compression format, but it's filed in my ToDo list along with a lot of other scripts :-)
But that can be in the next release; this looks good to go :)
Smart. OK I'll see about releasing it over the next day or two. Kelvin. ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Pykaraoke-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pykaraoke-discuss
