Hi Jack, I'm not currently developing anything in Python, but I have a Java implementation of a CDG player. It's still missing some critical parts, like the cdg commands for display shifting, but it *does* work. I have it working as a standalone app and as an applet.
You (and anyone else) are welcome to try it, though you'll have to supply your own .zip file (containing mp3+bin inside) for music. I'm actually curious what people think, so if you're on the list, and want to give it a try, it's at http://www.mbs3.org/jkaraokedemo.html. You have to agree to the security question about self-signed applet, as it's the only way the applet can read your local file. You'll also want to make sure the file names of the .zip, and the .mp3 and .bin files inside all are the *exact* same name, as I don't have a ton of error checking. Anyway, it's doable, but like Jay said, I'd imagine there's a world of legal hurt involved if you want to stream the files off the site, and not just provide the player. My applet can stream or play locally (it only needs the file streams, not lengths or anything), though right now that page has it only playing local files. Best, Martin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jack Downes Sent: Monday, September 18, 2006 3:32 PM To: [email protected] Subject: [Pykaraoke-discuss] Not sure if I'm asking a stupid question ornot... Hi, I'm a beginning python coder, and have found python to my liking. Along the same note, I've been working with a poorly written site which wants a karaoke engine in place for it's web people to use. I'm interested in trying to make the pykaraoke modules work in some way as a web-based karaoke system. Is this even feasible or am I barking up the wrong tree? thanks, Jack ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pykaraoke-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pykaraoke-discuss ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Pykaraoke-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pykaraoke-discuss
