Quick and easy guide for adding music to Emulatonstation on RetroPie. Noob friendly!
-
Great guide and works perfectly! I do have one small problem though, I installed Moonlight into Retropie and once I launch it the music just continues :/
does anyone know a fix for that?
-
-
I installed Moonlight into Retropie and once I launch it the music just continues :/
I think this is because Moonlight is launched directly and not through the Runcommand like every other emulator in RetroPie. So basically
runcommand-onstart.sh
andruncommand-onend.sh
are not called.does anyone know a fix for that?
You might need to manually edit your Moonlight.sh script and add "pkill -STOP & -CONT mpg123" to it.
Something like this (I haven't tested it):#!/bin/bash pkill -STOP mpg123 moonlight stream -app Steam blah blah blah... pkill -CONT mpg123
-
Hi,
This works all fine! Thx!
But i have a question.I have many songs in the rome file.
Also i set a startsong for the first boot from ES.
This all works great.
Song play at start and than random music.But i wanna have a second "startsong" who plays if i leave the game /emulator.
for example:
RPI3 boot -> ES Starts -> Startsong "A" plays -> after song, random music starts -> Start game -> exit game -> Startsong "B" plays -> after song, random music starts
can someone help me?
System:
- RPI3
- Retropie 4.2.16
-
Could this be used to give audio control to google assistant? I have it working in desktop mode but during emulation station bootups it cannot grab the audio control because the audio device is busy (presumably being used by emulation station itself) I wouldn't even need it to check for emulators running to reduce the volume because I would want the google assistant to be able to output during gameplay
-
Thank you for posting this guide, I just implemented the music player on my build and it works great!
-
I’m curious how this works in a set up with video snaps. Will the music pause or fade out when you are previewing a game video in the game select list? Or will it play over it and I should just wait until this is ironed out?
-
I believe I might've missed something or typo'd somewhere. RPI3 starts up and song starts in the 10 seconds. Go into game and when I exit said game, mpg123 does not continue at all. How do you go about editing this sort of thing? Thanks! ^.^'
Edit: I had checked and found that "[[ $(tty) == "/dev/tty1" ]] && pkill mpg123" was typo'd and missing a "K" in pkill. However that didn't resolve the issue.
-
@ssimmers In
/opt/retropie/configs/all/runcommand-onstart.sh
it should say:pkill -STOP mpg123
In
/opt/retropie/configs/all/runcommand-onend.sh
it should say:pkill -CONT mpg123
-
@jonnykesh Awesome! That's exactly what it was. For whatever reason, I had "/pkill -CONT mpg123". No clue why I hit the forward slash the first time around. Thanks!
-
@ssimmers Not a worry. Happy to help.
-
@cjax08 no, this still plays because it is an independent application running. What I have done to deal with this is I have re-encoded all the audio files that I use in my builds to be set at 50-60% gain. This allows for the audio of the video snap to come through clearly while you can still hear the bgm "behind" it for lack of better term.
-
anyone notice an issue where if you use the commands in bash script that music doesn't start up again when you go back into ES from terminal?
-
Is it possible to create custom launch file for specific rom that will not disable music?
-
@cool_iron YES and NO
I created two bash files that Continous or Disable Background music by using USER MENU from runcommand. If you launch a ROM then the grey box apperas... Press a button and you enter the runcommand menu list. Now you can enable/disable Background music by using User Menu item.
Take a look here and add aexit 2
as last line!The way I descripe is not 100% the method you asked here - it's a small workaround. Of course it is possible to add music for a specific ROM.... You can modify this code and add to runcommand-onstart.sh
-
i have done all commands on the rp3 direct
my big problem is where is the folder that i was created , when i type in mkdir /home/pi/bgm it say to me the folder already exists. But i cannot find the Folder on my PC or USB ... -
@cyperghost I did not quite get it past the user menu step.
What should I do next? Can you explain this more please?
Maybe you could add some pictures? -
@cool_iron
Add 2 bashfiles to dedicated folder descriped in the Wiki: runcommand functions
One withpkill mpg123 -STOP
and the other withpkill mpg123 -CONT
to User Menu. One file is calledStop BGM.SH
the other is calledContinue BGM.sh
Then you select one oft these files in User Menu and can manually enable or disable music. If you follow the link that I gave you to the bash script then you can automate the process by using a custom collection as trigger event.
But this needs some coding skill...Feel free to ask ;)
-
@cyperghost Oh, sorry, I didn't read the topic of this discussion :P
The problem is that I am using different method for background music. Is it possible to make this two .sh scripts woking with this method? -
This is a very good tutorial I have quiet a few tutorials to so check them out :)
[TUTORIAL]How to add draStic ds emulator and configure it and add ROMS with RetroPie-Manager
https://retropie.org.uk/forum/post/90803[TUTORIAL]How to install kodi and add to main menu
https://retropie.org.uk/forum/post/90609[TUTORIAL]How to install and use RetroPi-Manager
https://retropie.org.uk/forum/post/90596
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.