Build Your Own Arcade Controls Forum
Main => Audio/Jukebox/MP3 Forum => Topic started by: ScottS on January 15, 2007, 03:51:41 pm
-
Anyone know of a jukebox project that includes source code? I've downloaded a number of programs, but none of them meets all of my needs. Figure it's time to pull out the compiler and start hacking...
Ideally, I'd like to find something than runs under WinXP with source code in C++. I've worked with just about everything at one point or another and have lots of tools available, so anything that's close (C#, Java, Visual Basic, Delphi, Python, TCL/TK, Perl, etc) could work. The only program I've seen the code to, so far, is WinAmp. Unfortunately, because of the way they separate the player and the library it isn't quite ideal.
What else is available?
-
There is an open source winamp clone called plain amp but it's not really jukebox software. Any of the web based ones obviously have the source code as they are php or asp based.
-
Funny you ask. I came across (and subsequently LOST...UGH!) a perl/SDL based jukebox prog that supported MP3 and OGG's....gotta find it again, as that would be dead simple to mod. It's was a windowed application, but moving it to a full-screen interface, making it skinnable and take input from the control panel are all very reasonable. try googling sdl jukebox.
(Dug up the link:
http://tobyinkster.co.uk/jukebox
There you go. Uses gtk2 for the windowing, but isn't too difficult to create your own SDL UI elements.)
-
Here's another:
http://thwartedefforts.org/jukebox/
It presumes you have a touchscreen, which I do not, but I don't know if you do. :D
That, and again, input methods can be messed with. ;)