Kodi Community Forum
[HELP] PVR.EpgProgressbar Position - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+--- Thread: [HELP] PVR.EpgProgressbar Position (/showthread.php?tid=339580)



[HELP] PVR.EpgProgressbar Position - DarkZone-World - 2019-01-20

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!