@cyperghost said in Just updated retropie -- now screensaver doesn't work:
What was the version of ES before you updated?
OOh, no idea what the old version was. Probably from September 2018 when I last updated.
@pjft said in Just updated retropie -- now screensaver doesn't work:
probably more related to your playlists and scraping that have added other video tags?
Aaaaah, yes, that's a good idea!! I did do a new scrape for one system using Skyscraper rather than using the built-in scrapers. That would explain why is seems to be "looking" for a video, but not finding it -- except that one day, that one time, where it DID find it and it worked as expected. Because Skyscraper adds the <video /> tag to each game.
I'll delete every instance of <video /> and see if that works.
OMG, yes, it WORKS!
Using my original 'dummy game'
<game>
<video>/home/pi/RetroPie/screensavers/screensaver_01.mp4</video>
</game>
put into a gamelist.xml
Thanks guys!!!! Now my retro pie is complete!!!
Man, why didn't I think of that in the first place?