Author Topic: Help needed opening SK Jukebox from Attract Mode  (Read 2308 times)

FunkyGibber

  • Newbie
  • *
  • Posts: 8
    • View Profile
Help needed opening SK Jukebox from Attract Mode
« on: March 07, 2021, 04:13:17 AM »
Does anyone know how to open SK Jukebox from Attract Mode?

All the emulators have a romlist which shows the name of each game, which, once selected open that game using the emulator executible. I don't want to open individual games, I want to open the SK Jukebox software only.

Has anyone had any success opening a program in this way?

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Help needed opening SK Jukebox from Attract Mode
« Reply #1 on: March 07, 2021, 11:50:50 AM »
i'm not using SK Jukebox.

>Different ways:

-set media files as "roms" and play it via "emulator"
Does SK Jukebox supports playing media files directly from command line / batch?
for example : play mp3 files via VLC media player. See section : VLC-mp3 / Music via VLC

-if program not support commandline, just start program-exe directly with a dummy file
for example to start FileZilla FTP Client:
-create a file FileZilla.dummy or just FileZilla.txt
-move it to a rom-folder
-create emulator with this settings:
Code: [Select]
executable           "C:\Program Files\FileZilla FTP Client\filezilla.exe"
args                 "[name]"
rompath              C:\attract\EMU\FileZilla\ROMS
romext               .dummy

-create shortcut of program-exe and set this links as romfile
for example to start notepad from AM:
-right mouse button to your .exe > create shortcut
-move this shortcut to a folder
-rename this link-file to Notepad
-create an emulator Notepad
-edit emulator to this settings:
Code: [Select]
executable           cmd
args                 /c "[romfilename]"
rompath              C:\attract\EMU\Notepad
romext               .lnk

alternative: create batch file

-start program from utility menu plugin
Here
Here
Here
Here
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

FunkyGibber

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Help needed opening SK Jukebox from Attract Mode
« Reply #2 on: March 08, 2021, 10:20:19 AM »
Thanks a lot for your reply hermine.

The only two options that would work would be to create a dummy file to open the exe or by loading up the shortcut. I've spent a few hours trying to get these to work but it isn't opening the SKJukebox. I've literally copy and pasted your text exactly and only changed the url and still no luck.

As you need to have something to click onto on the display page, I had to create a romlist.txt file called "Jukebox.txt", with the text "Jukebox;Jukebox;JukeBox;;;;;;;;;;;;;;"
This then shows a single option on the display page - "Jukebox"

I then created a shortcut of the SKJukebox.exe and named it Jukebox. It is in the same folder as the executable it is a shortcut to (which url is one directory back from Attractmode in a folder called SK Jukebox)

Then I put this text into the Attract\emulators\Jukebox file :

executable       cmd
args                 /c "[romfilename]"
rompath           ../SK JukeBox/Jukebox
romext             .lnk

Upon testing, nothing happens. I'm not sure what /c does, and I noticed that in your example you use backslashes instead of forward slashes...I've tried both and neither work.

Is there anything I'm doing wrong?

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Help needed opening SK Jukebox from Attract Mode
« Reply #3 on: March 08, 2021, 10:46:27 AM »
for tests, please try full static paths (drive letter, colon, backslashes, and so on):
driveletter:\full_path_to_folder_where_SKJukeBox_link_file_is_found

for example: C:\MyRoms\SK JukeBox\Jukebox

create Collection/Rom List in AM again.
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

FunkyGibber

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Help needed opening SK Jukebox from Attract Mode
« Reply #4 on: March 08, 2021, 11:35:00 AM »
Thanks for your speedy response hermine,

I tried putting the shortcut in a folder called ROMS and pointed the rom path to the folder and not the file.

It worked. I'm going to see if I can glue some of my hair back now. You really helped out, thanks a lot.