Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Jukebox software with source code?  (Read 5127 times)

0 Members and 1 Guest are viewing this topic.

ScottS

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 356
  • Last login:November 01, 2007, 02:21:30 pm
Jukebox software with source code?
« 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?

Barry Barcrest

  • I'm only in it for the lack of money
  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1620
  • Last login:November 09, 2021, 09:54:17 am
  • Simple Plan
    • E-Touch Jukebox
Re: Jukebox software with source code?
« Reply #1 on: January 15, 2007, 04:31:54 pm »
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.

Numbski

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 296
  • Last login:November 03, 2020, 01:51:50 pm
    • Numbski
Re: Jukebox software with source code?
« Reply #2 on: January 15, 2007, 06:40:41 pm »
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.)
« Last Edit: January 15, 2007, 06:52:26 pm by Numbski »
Build a man a fire, keep him warm for the night.
Set a man on fire, keep him warm for the rest of his life.

Numbski

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 296
  • Last login:November 03, 2020, 01:51:50 pm
    • Numbski
Re: Jukebox software with source code?
« Reply #3 on: January 15, 2007, 06:56:00 pm »
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. ;)
Build a man a fire, keep him warm for the night.
Set a man on fire, keep him warm for the rest of his life.