Author Topic: jukebox??  (Read 3739 times)

slowsl

  • Full Member
  • ***
  • Posts: 45
    • View Profile
jukebox??
« on: November 29, 2016, 08:25:03 AM »
Has anyone had any luck integrating a jukebox type feature into attract mode?  I had found someone developed (and abandoned) a "jukecade" for the pc, which integrated into mame cabinet and was able to utilize the coin slots, etc. much like a real jukebox.  I was hoping to find something like that that could be used seamlessly with attract mode.  Any ideas?

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: jukebox??
« Reply #1 on: November 29, 2016, 11:52:09 PM »
which os (linux, windows, osx)?
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

slowsl

  • Full Member
  • ***
  • Posts: 45
    • View Profile
Re: jukebox??
« Reply #2 on: November 30, 2016, 11:19:50 AM »
which os (linux, windows, osx)?
Sorry, forgot that it's a multi-platform front-end.  I'm using retropie.  I'm also interested in building another on a PC, but for now, looking for a retropie solution.

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: jukebox??
« Reply #3 on: December 01, 2016, 02:21:35 AM »
ffplay plays audio-files too.
so set an emulator system for music (or use another prefered music player; like vlc)

set a keyboard event on gpio of rpi and use a coin slot/button/electrical bridge.
something like here.
set your select-button (often : return) in rpi-script instead.
now you can scroll through am-list but can't start anything.

if a coin is insert in slot, the gpio hits the return-button (in AM : select) and starts so your track at current position in AM.

Instead of using rpi gpio, have a look at an old usb keyboard controller for hitting your select-button
« Last Edit: December 01, 2016, 02:30:29 AM by hermine.potter »
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM