@DimitarCC,
here one of my PVR state tests..... based on this I still think we can put the picon in the gray part and add something extra's for the PVRState on the screen..... This also helps for e.g. Timeshift screens.
PVRStatetest.jpg 64.31KB
0 downloads
my testcode PVRState screen:
<!-- PVR State -->
<screen name="PVRState" position="100,100" size="500,500" backgroundColor="black" zPosition="5" flags="wfNoBorder">
<widget name="statusicon" position="160,160" zPosition="3" size="100,100" pixmaps="icons/pvr/play.svg,icons/pvr/pause.svg,icons/pvr/stop.svg,icons/pvr/ff.svg,icons/pvr/rew.svg,icons/pvr/slow.svg" alphatest="on"/>
<widget name="speed" foregroundColor="white" halign="left" position="260,160" size="90,45" font="Bold; 40" transparent="1"/>
<widget name="state" position="0,400" size="225,90" backgroundColor="background5" borderWidth="2" font="Regular;84" borderColor="black" halign="center" alphatest="on"/>
</screen>
Edited by littlesat, 28 November 2023 - 14:20.