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: Any no-gui jukebox apps?  (Read 2218 times)

0 Members and 1 Guest are viewing this topic.

Lilwolf

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4945
  • Last login:July 31, 2022, 10:26:34 pm
Any no-gui jukebox apps?
« on: June 21, 2005, 02:21:07 pm »
I just got an old rock-ola that was interally trashed.  I've ripped everythign out of it and about to either hack a keyboard or buy and encoder (haven't decided yet)...

but the question.  Is there any application that will launch mp3 (or other) music files from two characters (A1, C7) and where the configuration can be updated through some easy to update file format?

If not, I'll write one... (have all the code already without the UI) but its in JAVA and I'm not sure if I will have any issues with java + via epia board + music (the board handles media files well.. but through java I might loose most of the optimizations)

Thanks

Chris

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: Any no-gui jukebox apps?
« Reply #1 on: June 21, 2005, 02:52:08 pm »
I just got an old rock-ola that was interally trashed.
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

Lilwolf

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4945
  • Last login:July 31, 2022, 10:26:34 pm
Re: Any no-gui jukebox apps?
« Reply #2 on: June 22, 2005, 03:51:38 pm »
Not sure (at work) but here is the auction

http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=6183128694&rd=1&sspagename=STRK%3AMEWA%3AIT&rd=1

Did he end up having to rewire all the inputs?  I couldn't make heads/tails over it and was going to get the soldering iron out tonight and remove all the wires... and just do it by hand... Wasn't sure if I could capture the inputs in a normal way after the fact.

Anyway, I would LOVE to see how to setup up wincab to use with it.  Can you update the playlist over the net?  (through the filesystem?)

Chris

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: Any no-gui jukebox apps?
« Reply #3 on: June 22, 2005, 10:49:24 pm »
That looks like it has the same selection scheme as the one I just helped someone with: 20 letters and 8 numbers, skipping the I and the O, for 160 selections total.  Thus, the same skin I created for him will work for you.  Run the skin, take note of here each song is on the screen, and make the labels on the real jukebox match, and you're in business. He wired his buttons up to a keyboard hack; since you don't have to worry about multiple buttons being pressed at once, a keyboard hack is ideal.  Note that when you create the control map, you'll have to account for I and O being missing, so the J button gets mapped to BTN_I, K mapped to BTN_J, and so on:

L -> BTN_K
M -> BTN_L
N -> BTN_M
P -> BTN_O
Q -> BTN_P

etc, up to V -> BTN_T.

I'll have to dig up that skin and send it to you...

--Chris
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

richms

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 596
  • Last login:January 07, 2025, 06:42:57 pm
  • s92a sucks
    • richms.com
Re: Any no-gui jukebox apps?
« Reply #4 on: June 22, 2005, 10:56:13 pm »
That jukebox was a steal at that price!

I would restore it myself, so whatever you do, when hacking into it, make it reversable incase you wish to resore it later.

Chris

  • Trade Count: (+2)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4574
  • Last login:September 21, 2019, 04:59:49 pm
    • Chris's MAME Cabinet
Re: Any no-gui jukebox apps?
« Reply #5 on: June 23, 2005, 02:21:16 pm »
Here's the skin for a 160-selection jukebox:

Code: [Select]
[skin]
background=blank.pcx

[Selection]
SelectionMethod=Alphanumeric
UseZero=False
HighLetter=T
HighNumber=8

[Display1]
enabled=False

[Display2]
enabled=False

[Display3]
enabled=False

[Display4]
enabled=False

[TitleStrips]
FontSize=16
SmallFontSize=12
Width=120
Height=60

[StripGrid]
x=4
y=10
rows=10
cols=8
rowspace=6
colspace=8
order=Horizontal

Note that by default, letter buttons higher than BTN_J are not mapped to anything, and number buttons higher than BTN_4 are only mapped on the numeric keypad.  You'll need to edit controls.ini to suit whatever interface you are using to connect the real jukebox buttons to the PC.

--Chris
--Chris
DOSCab/WinCab Jukebox: http://www.dwjukebox.com

Lilwolf

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4945
  • Last login:July 31, 2022, 10:26:34 pm
Re: Any no-gui jukebox apps?
« Reply #6 on: June 26, 2005, 11:02:27 am »
COOL!  I will try it today (hopefully :)

As for restoring it.  There was a few reasons that it wasn't worth it.  It was a LOT worse internally then he mentioned.  Almost everything was locked up.  turntable, loading, ect.  He bought multiples to build one working.  This was the 'everything left' one.  I offered him the internals but he wasn't interested (and he had more jukeboxes).  I'm pretty sure he knew they where all dead.

Also both sides need to be replaced before it would ever be nice... luckly the bad side will be against a wall where I'm putting it in my house.  So I'm ignoring that for now.  But I don't believe it will ever be 'nice'.

Anyway, I'm happy with it being a computer inside.  Its pretty hard to get kidsbop I - IIV on 45s and I'm pretty sure that will be 1/2 the songs.