Jump to content
LaunchBox Community Forums

Music Platform


Jabb3rJaw

Recommended Posts

Please forgive me for the all questions as I’m moving over from Hyperspin. On my hyperspin wheel I made a music wheel and I’m that wheel I made sub wheels of an app called Album player and then 2 other wheels of YouTube music and Spotify. I can make a music platform but how to I get just an exe to show when I click on the music wheel? Then is it possible to launch YouTube music and Spotify under that platform?

Link to comment
Share on other sites

You should be able to drag and drop the exe onto the main LaunchBox window.  This will start the import wizard.  Once it's imported, edit the 'game'.  Go to its Emulation section and make sure 'Use Emulator' is unchecked.  Save and close that window.  Double click the 'game' and your exe should start.

For hyperlinks (such as a YT video), [somewhere] in the 'hamburger' menu is "Add new game".  In the launching section for this 'game', paste the hyperlink.  Again, make sure Use Emulator is unchecked.  Save and close.  When launching this, it will open in your default web browser.

I don't know anything about Spotify. But hopefully you can deduce something from the above.

Link to comment
Share on other sites

Thanks for the help guys! I’m making progress. First I will start with my music program and get the running. I have a platform called music with the exe listed as a game. I can launch it in Launchbox however in Bigbox my platform wheel isn’t showing up at all on the main wheel?

Link to comment
Share on other sites

1 hour ago, mrmikey73 said:

Yes I have it set to platforms but it’s still not showing up but I’m Launchbox it does show under platform category 

2 options:

  1. Change the view in BigBox to Platform Categories.
  2. Right-click "music" (in LaunchBox, on the left panel) and select Edit.  Go to the Parents tab and check the Root box.

image.png.0eb968dcff74e728346d499d60f1ac61.png

This example will show the Platform I edited in Platform View.  If I'm in Platform Category View, it will also show it inside (under) the "Arcade" category.

At least I'm pretty sure that's how it works. I personally don't mess with categories (nor playlists). But if nothing else, you can experiment from here.

Link to comment
Share on other sites

You are right if I do platform category I do see it. Just curious why I can’t see it in just platform view? I have the root box checked so it’s in my root platform and shows in Launchbox just not Bigbox. I’m surprised there isn’t a jukebox or music platform already. Sometimes when people are over I just have the music playing. 

Link to comment
Share on other sites

55 minutes ago, mrmikey73 said:

I’m surprised there isn’t a jukebox or music platform already.

You can create a platform by any name you want.  When you import (mp3's, YT hyperlinks, whatever), you're asked what platform you're importing to.  The default list is merely a starting point.  They don't coincidentally belong to 'gaming' systems (and the sort).  Afterall, that's what LaunchBox/BigBox was created for.

Quote

to support both modern PC games and emulated console platforms. LaunchBox aims to be the one-stop shop for gaming on your computer, for both modern and historical games.

But you're not tied to them.  Just type what you want to call it.  "Music". "Movies". Comics".  Whatever.  Just have fun!

Link to comment
Share on other sites

17 hours ago, mrmikey73 said:

You are right if I do platform category I do see it. Just curious why I can’t see it in just platform view? I have the root box checked so it’s in my root platform and shows in Launchbox just not Bigbox. I’m surprised there isn’t a jukebox or music platform already. Sometimes when people are over I just have the music playing. 

I'd verify on the first page of the Edit Platform window you don't have that platform hidden in Big Box platforms view.

Link to comment
Share on other sites

9 hours ago, C-Beats said:

I'd verify on the first page of the Edit Platform window you don't have that platform hidden in Big Box platforms view.

Thanks C-Beats. I'm really confused as you can see in the pictures I have a music platform and the hide in bigbox isn't checked? 

Screenshot 2023-10-09 184959.png

Screenshot 2023-10-09 185054.png

Link to comment
Share on other sites

Just want to say thanks to C Beats and Joeviking! With your help I was able to get everything set up. Spotify and YouTube music need alt+f4 to close nicely. Is there a way to link the 2 exe’s to send alt+f4 as escape key? I see you can on the emulator section but don’t see the option for the games themselves. Super happy though with this! 


 

  • Like 1
Link to comment
Share on other sites

Glad you got it set up to your liking.  Now for some finishing touches...

 

1 hour ago, Jabb3rJaw said:

Is there a way to link the 2 exe’s to send alt+f4 as escape key?

You can add an Additional App to the 'game' (exe).  But you'll need to do it separately for each exe.

 

Create a new text file.  in it, add

$Esc::
{
  WinClose ahk_exe spotify.exe
  ExitApp
}

Change "spotify.exe" to the actual name of the 'games' exe filename!

Save the file as 'something' (like "ExitSpotify") . Change the file extension to .ahk (just make sure it's not saved by Windows as .ahk.txt).   ExitSpotify.ahk

Place this file somewhere where you won't lose it. ;) 

Edit your 'game'.  Go to Additional Apps.  Add Application...

Give the app a name.

Click Browse and browse to ..\LaunchBox\ThirdParty\AutoHotkey\ and select AutoHotkey.exe and click Open.

In the Application Command-Line Parameters box, type the "full\path\to\your\ExitSpotify.ahk" (including surrounding quotes).

Check the box Automatically Run Before Main Application.

Click OK to save and close. (Click OK again)

Repeat the process for whatever you're using to launch YouTube (or any other 'game' that doesn't use an emulator).

 

image.thumb.png.d1e81ed618c2b386f90e5e0a034ed106.png

 

Now, if you have your exe open, and for some reason you switch to something else, and for whatever reason the 'something else' needs to have Escape pressed, doing so will close your exe.  So don't do that. :D

 

  • Like 1
Link to comment
Share on other sites

31 minutes ago, JoeViking245 said:

Glad you got it set up to your liking.  Now for some finishing touches...

 

You can add an Additional App to the 'game' (exe).  But you'll need to do it separately for each exe.

 

Create a new text file.  in it, add

$Esc::
{
  WinClose ahk_exe spotify.exe
  ExitApp
}

Change "spotify.exe" to the actual name of the 'games' exe filename!

Save the file as 'something' (like "ExitSpotify") . Change the file extension to .ahk (just make sure it's not saved by Windows as .ahk.txt).   ExitSpotify.ahk

Place this file somewhere where you won't lose it. ;) 

Edit your 'game'.  Go to Additional Apps.  Add Application...

Give the app a name.

Click Browse and browse to ..\LaunchBox\ThirdParty\AutoHotkey\ and select AutoHotkey.exe and click Open.

In the Application Command-Line Parameters box, type the "full\path\to\your\ExitSpotify.ahk" (including surrounding quotes).

Check the box Automatically Run Before Main Application.

Click OK to save and close. (Click OK again)

Repeat the process for whatever you're using to launch YouTube (or any other 'game' that doesn't use an emulator).

 

image.thumb.png.d1e81ed618c2b386f90e5e0a034ed106.png

 

Now, if you have your exe open, and for some reason you switch to something else, and for whatever reason the 'something else' needs to have Escape pressed, doing so will close your exe.  So don't do that. :D

 

Thanks for this!! I will work on this tomorrow but with your detailed explanation hopefully I should be good! 

Link to comment
Share on other sites

On 10/10/2023 at 7:41 PM, JoeViking245 said:

Glad you got it set up to your liking.  Now for some finishing touches...

 

You can add an Additional App to the 'game' (exe).  But you'll need to do it separately for each exe.

 

Create a new text file.  in it, add

$Esc::
{
  WinClose ahk_exe spotify.exe
  ExitApp
}

Change "spotify.exe" to the actual name of the 'games' exe filename!

Save the file as 'something' (like "ExitSpotify") . Change the file extension to .ahk (just make sure it's not saved by Windows as .ahk.txt).   ExitSpotify.ahk

Place this file somewhere where you won't lose it. ;) 

Edit your 'game'.  Go to Additional Apps.  Add Application...

Give the app a name.

Click Browse and browse to ..\LaunchBox\ThirdParty\AutoHotkey\ and select AutoHotkey.exe and click Open.

In the Application Command-Line Parameters box, type the "full\path\to\your\ExitSpotify.ahk" (including surrounding quotes).

Check the box Automatically Run Before Main Application.

Click OK to save and close. (Click OK again)

Repeat the process for whatever you're using to launch YouTube (or any other 'game' that doesn't use an emulator).

 

image.thumb.png.d1e81ed618c2b386f90e5e0a034ed106.png

 

Now, if you have your exe open, and for some reason you switch to something else, and for whatever reason the 'something else' needs to have Escape pressed, doing so will close your exe.  So don't do that. :D

 

This worked great for Spotify!! With YouTube Music it doesn't work and I think its because when exiting there's a pop up that shows up that you have to click on to leave. Also I have to use Chrome.exe as my additional app then run Youtube music in the command line as the profile. Everything works great otherwise!! Also to exit YouTube Music fullscreen you  have to hit escape so that could be interfering as well.

  • Game On 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...