[THEME HELP] How to show boxart first and then video in retropie theme?
-
👀. Think I'll chill here to see if there is an answer
-
Why doesn't everyone look at how it is achieved in a theme that does it and "borrow" the code?
-
I'll follow this thread for the same reason :)
-
<video name="md_video"> <showSnapshotNoVideo>true</showSnapshotNoVideo> <showSnapshotDelay>true</showSnapshotDelay> <delay>2</delay> </video>
Here you go :)
showSnapshotDelay set to true together with the delay is what enables the art, then fade to video
-
@Tomaz amazing worked like a charm, thanks for your help
-
@Tomaz Thank you for this. I do understand the concept of the functionality, but unfortunately my knowledge is not that great yet.. I don't know where I should add/change these lines. Can you perhaps show me in which file I can do this?
Thanks a lot!
-
Killer mod!! Added to Comic book theme (my fav), now it is perfect... I prefer 1 sec. delay, scrolling now is faster and see the covers before the videos is amazing! Thank you!
-
@ezra84 in the theme.xml file you see script similar to his post , but the showsnap line is likely set to false if the theme doesn’t do it
Change that to true and add the delay line use 2 seconds or whatever number you want, I prefer 1
-
I was actually looking to find a way to do the opposite, but only on systems that I didn't have complete boxart collections for. Luckily the themes were written in a way that the main theme.xml was called from an small theme.xml located in each theme folder. I simply made a copy of the main theme.xml (one in the root of the theme) called theme_nobox.xml and modified that one to not do the boxart fade. I did this by setting the fade to 0, but probably could do the same by setting the showSnapshotDelay to false. In the theme.xml located in each system theme folder, just modify that theme.xml to call theme_nobox.xml instead of the main theme.xml. Hope this helps someone out.
-
@valhalla_pi I couldn't find it at first but I found the lines were there in carbon.xml, not in theme.xml.
Like you said, I only had to change the showSnapshotDelay into true and add the extra delay line. Works!Thank you.
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.