[HELP] PVR.EpgProgressbar Position
#1
Hello,
i want to add the PVR.EpgProgressbar to the bottom edge of the Screen when LiveTV runs. The progress bar should always be visible.

I did manage it, but on other screens the position is different. How can I do better?

Here is my Code of VideoFullScreen.xml
Code:
        <!-- media infos -->
                    <control type="progress" id="1">
                        <description>Progressbar</description>
                        <posx>8</posx>
                        <posy>1060</posy>
                        <width>99%</width>
                        <height>20</height>
                        <aligny>bottom</aligny>
                        <info>PVR.EpgEventProgress</info>
                        <visible>VideoPlayer.Content(LiveTV) + VideoPlayer.HasEpg</visible>
                    </control>

Thanks for helping!
Reply

Logout Mark Read Team Forum Stats Members Help
[HELP] PVR.EpgProgressbar Position0