Splash Screen worked for years, now it doesn't
-
@BuZz
ok
here is our splash screen,
https://mega.nz/file/8IlzwTBA#aUjVbBeb-4DQQEj8xSoNWYVBltmjS7KL7oIhzO5_ELgour music player we installed somewhere in 2020, I believe it was mp3123 which always didnt start up for the video to end
hope this info helps
-
@Retrodade It might specifically check for the previous player. I would need a link to the code used for the background music to know.
I will test with your video - thank you.
-
@Retrodade
It doesn't look like I can just download the video from there directly without a mega account. Are you able to upload it somewhere else (Google drive, or somewhere with a direct download link) ?[edit] My bad - I somehow downloaded it and didn't notice and then the download link disappeared. oops. I will test.
-
@Retrodade Audio works fine for me with that video.
What's the output of
vlc --version
from the console on your system? -
@BuZz ok great
I thought it was mp3123
id have to ask the wife, but our music is in a BGM folder so im going with BGM here is quick install linkhttps://www.reddit.com/r/RetroPie/comments/617tnn/quick_and_easy_guide_to_adding_music_to/
-
@Retrodade Looking at the link you need to change the code.
where is has:
while pgrep omxplayer >/dev/null; do sleep 1; done (sleep 10; mpg123 -Z /home/pi/bgm/*.mp3 >/dev/null 2>&1) &
You would need to change this to
while pgrep vlc >/dev/null; do sleep 1; done (sleep 10; mpg123 -Z /home/pi/bgm/*.mp3 >/dev/null 2>&1) &
-
@BuZz Thanks!
UPDATE:
the splash video plays full to end
the Emulation Station music now waits for the video to end
only I have no audio yet for the splash-video
mine.mp4 or a default splash video- carbon video.mp4 -
@Retrodade I need your vlc version (see post (above) which may help.
Have you made sure audio is set to headphone jack in audiosettings? I assume it must be since you have audio in EmulationStation but worth checking.
Also please post the output of a
aplay -l
-
UPDATE
the Update that removed the Omnix player changed audio to HDMI, removing my Headphones setting
SOLVED! my splash has audio againSo the "retro pie Set Up Script" update Removed of the one player to the VLC changed my head jack to default HDMI
Thank you so much! -
@Retrodade There isn't anything in the code I can think of that would cause that but I'll keep a note in case it crops up again. Glad it's sorted! :-)
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.