Not saving metadata - Cyperghost script
-
Hi All,
I had the GPIO script running for a while and it always worked nicely, including saving metadata/last played. Recently it stopped saving metadata, poweroff and on still work though. I looked into recent forum posts and found the new cyperghost script.
(https://retropie.org.uk/forum/topic/17415/multi-switch-shutdown-script?_=1609290226722)
Installed everything and seems to be working. On shutdown the script is called from /opt/retropie/configs/all/autostart.sh
autostart script looks like below now. Any idea what could be wrong?:
while pgrep omxplayer >/dev/null; do sleep 1; done (sleep 10; mpg123 -Z /home/pi/RetroPie/roms/music/*.mp3 >/dev/null 2>&1) & /home/pi/RetroPie/scripts/multi_switch.sh --generic powerbtn=3 & emulationstation emulationstation #auto
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.