

The theme is set up to show the marquee art scraped from sselph's scraper above the boxart/video. If you don't want marquee art, and you want the video to replace it, I suppose you could edit gbz35.xml like so (not tested, but I assume this would work):username 123 wrote: ↑Fri Aug 11, 2017 12:31 pmI REALLY like this theme and would like to make just a couple of changes for my setup. Currently i have box art and video snaps working on it. However, once the box art shows up on the bottom left, it fades out and 3-4 seconds later it begins to play its video snap.
How do I keep the box art static in its original place and have the video snap play above it??
Ideally, i would like both box art and video snap showing. There is enough space for both.
Code: Select all
<feature supported="video">
<view name="video">
<video name="md_video">
<origin>0.5 1</origin>
<pos>0.195 0.89</pos>
<maxSize>0.325 0.325</maxSize>
<delay>1</delay>
<showSnapshotNoVideo>true</showSnapshotNoVideo>
<showSnapshotDelay>true</showSnapshotDelay>
</video>
<image name="md_marquee">
<maxSize>0.325 0.260</maxSize>
<pos>0.195 0.55</pos>
<origin>0.5 1</origin>
</image>
</view>
</feature>
Code: Select all
<feature supported="video">
<view name="video">
<video name="md_video">
<origin>0.5 1</origin>
<pos>0.195 0.55</pos>
<maxSize>0.325 0.325</maxSize>
<delay>0</delay>
<showSnapshotNoVideo>false</showSnapshotNoVideo>
<showSnapshotDelay>false</showSnapshotDelay>
</video>
</view>
</feature>
Code: Select all
<image name="md_marquee">
<zIndex>140</zIndex>
</image>
Code: Select all
<view name="detailed">
<image name="md_image">
<origin>0.5 1</origin>
<pos>0.195 0.89</pos>
<maxSize>0.325 0.6</maxSize>
</image>
</view>
Code: Select all
<view name="detailed, video">
<image name="md_image">
<origin>0.5 1</origin>
<pos>0.195 0.89</pos>
<maxSize>0.325 0.6</maxSize>
</image>
</view>
This part handles the video delay. It's possible that there's a bit of delay from loading the video from the SD card. On my Pi3, I have it set to a 1 second delay, and it seems like it only takes about a second.username 123 wrote: ↑Fri Aug 11, 2017 1:50 pmWorked!! Thanks! Instead of changing the "0.325", I had to adjust the "0.55" to "0.48" to lower the position of the video.
Is there a way to get the video to play instantly? There is a 3-4 second delay.
Code: Select all
<delay>0</delay>
<showSnapshotNoVideo>false</showSnapshotNoVideo>
<showSnapshotDelay>false</showSnapshotDelay>
username 123 wrote: ↑Fri Aug 11, 2017 2:06 pmOk. Maybe my sd is a bit slow and since im using the pi zero, both of them combined causes a delay.
Users browsing this forum: No registered users and 1 guest