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: Database driven jukebox software?  (Read 2411 times)

0 Members and 1 Guest are viewing this topic.

richms

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 596
  • Last login:January 07, 2025, 06:42:57 pm
  • s92a sucks
    • richms.com
Database driven jukebox software?
« on: March 14, 2005, 03:28:43 am »
Looking thru the available software, the few I have tried (not naming just yet) have being rather lacking.

Some wouldnt read tags from the files, most seem to only support a few formats and all of them seem to want to scan thru all the audio files on the mame machine.

I have all my MP3s stored on a central server with many many HDDs in it. This is plugged into the lan and I access the files via the UNC name (*NOT* a mapped drive letter) - relocating files to be \genre\artist\album\xx.title or similar is not an option because of the amount of playlists I have built with them just where I want them.

As the lan is somewhat slow, I want to use something where I run a server on the PC with the songs, and the client on the mame machine queries that rather then opening up every audio file to pull tags out.

I saw one of the programs used mysql, I am hoping for something that uses either an access database or mssql as my last attempt at using mysql on a windows platform was an exercise in futility.

nipsmg

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1753
  • Last login:July 11, 2025, 12:17:29 pm
  • ROONEY!! ERRGH!!
    • Arcadia
Re: Database driven jukebox software?
« Reply #1 on: March 14, 2005, 09:34:19 am »
MS Access is a really limited backend DB.  MSSQL is very expensive (You could use something like MSDE maybe).

I don't know why you had so many problems with MySQL, but if you get one of the automated installers for AMP (Apache, Mysql PHP) like XAMPP or something similar then installation is a snap, and they usually come with phpMyAdmin, which is an amazing web based MySQL frontend that makes administration a snap on any platform.

Give it another try, you won't be disappointed.

Bloinkxp

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 251
  • Last login:August 30, 2020, 11:20:28 am
Re: Database driven jukebox software?
« Reply #2 on: March 14, 2005, 03:47:38 pm »
MSSQL has a free version coming out...
Called workgroup I think.
Nothing witty here...move along.

richms

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 596
  • Last login:January 07, 2025, 06:42:57 pm
  • s92a sucks
    • richms.com
Re: Database driven jukebox software?
« Reply #3 on: March 16, 2005, 04:35:30 am »
I will give mssql another go in that case

str1der

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 316
  • Last login:March 04, 2021, 04:35:31 pm
  • Live it!
Re: Database driven jukebox software?
« Reply #4 on: March 16, 2005, 02:05:45 pm »
Take a look at Nordbeat.

richms

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 596
  • Last login:January 07, 2025, 06:42:57 pm
  • s92a sucks
    • richms.com
Re: Database driven jukebox software?
« Reply #5 on: March 17, 2005, 04:15:37 am »
Looks like Iplay and the DB are working fine, but im having some issues with it that I have posted on that forum about. Seems to have very poor error handling in it with frequent exceptions and closings happening.

Nordbeat looks more touchscreen oriented. While I will be putting a keyboard + mouse on a pull out draw, it will not be something I want to have out when people are over, so the mouse/touchscreen aspect isnt going to work too well. I think that iplay will be fine if I put buttons mapped to the 4 coloured keys for various options. Still will be hard navigating a 40ksong library without the ability to jump straight to a letter etc.