Background playing two songs at once
-
How can I tell what apps are playing background music? I have mpg123 installed and BGM player (testing which one I liked best). MPG123 never plays my background music and BGM player plays multiple songs at once. I have uninstalled and re-installed but MPG123 is a dependency of BGM so I think it keeps getting re-installed along with BGM and both are playing background music simultaneously. Can someone point me in the right direction please?
-
Fyi - /opt/retropie/configs/all/autostart.sh output below
ash $HOME/RetroPie-BGM-Player/bgm_system.sh -i --autostart
while pgrep omxplayer >/dev/null; do sleep 1; done
(sleep 10; mpg123 -Z /home/pi/RetroPie/roms/music/*.mp3 >/dev/null 2>&1) &
emulationstation --no-splash #auto -
Its like mpg123 and BGM are both playing music at the same time. Trying to find a way to turn mpg123 off.
-
It looks like you have installed/configured 2 methods to play background music. Choose one of them and remove the other (from
autostart.sh
). -
@mitu That's the funny thing. mpg123 IS part of BGM so uninstalling BGM uninstalls both (hence the loss of music completely) but uninstalling mgp123 by itself removed its config I suppose. I manually plugged the info back in and left BGM out this time around and finally got it working. Thank you for your reply.
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.