[confluence/pvr] changed fullscreen osd to display the start and end time of the...
authorLars Op den Kamp <lars@opdenkamp.eu>
Sat, 3 Nov 2012 01:50:41 +0000 (02:50 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Thu, 8 Nov 2012 12:41:11 +0000 (13:41 +0100)
addons/skin.confluence/720p/VideoFullScreen.xml

index 5ebdb75..9d45295 100644 (file)
                                <posy>95r</posy>
                                <visible>!VideoPlayer.Content(LiveTV) | [VideoPlayer.Content(LiveTV) + VideoPlayer.HasEpg]</visible>
                                <control type="label" id="1">
+                                       <visible>!VideoPlayer.Content(LiveTV)</visible>
                                        <posx>0</posx>
                                        <posy>0</posy>
                                        <width>100</width>
                                        <aligny>center</aligny>
                                        <label>$INFO[Player.Time(hh:mm:ss)]</label>
                                </control>
+                               <control type="label" id="1">
+                                       <visible>VideoPlayer.Content(LiveTV)</visible>
+                                       <posx>0</posx>
+                                       <posy>0</posy>
+                                       <width>100</width>
+                                       <height>40</height>
+                                       <font>font13</font>
+                                       <align>left</align>
+                                       <aligny>center</aligny>
+                                       <label>$INFO[Player.StartTime(hh:mm:ss)]</label>
+                               </control>
                                <control type="progress" id="1">
                                        <description>ProgressbarCache</description>
                                        <posx>100</posx>
                                        <info>Player.Progress</info>
                                </control>
                                <control type="label" id="1">
+                                       <visible>!VideoPlayer.Content(LiveTV)</visible>
                                        <posx>920</posx>
                                        <posy>0</posy>
                                        <width>100</width>
                                        <aligny>center</aligny>
                                        <label>$INFO[Player.Duration(hh:mm:ss)]</label>
                                </control>
+                               <control type="label" id="1">
+                                       <visible>VideoPlayer.Content(LiveTV)</visible>
+                                       <posx>920</posx>
+                                       <posy>0</posy>
+                                       <width>100</width>
+                                       <height>40</height>
+                                       <font>font13</font>
+                                       <align>right</align>
+                                       <aligny>center</aligny>
+                                       <label>$INFO[Player.FinishTime(hh:mm:ss)]</label>
+                               </control>
                        </control>
                </control>
                <!-- codec info -->