aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2022-09-28 01:48:34 +0200
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2022-10-01 11:35:16 +0200
commit978008c63a58c895425ddeb0d4af06c021cbd6b8 (patch)
tree523d2f4a88c9ab036dc9e8be34ab2bc7ddca4de1 /addons
parent8dadac44e1bc9f0465ef4f6e965c543d0a3e0ea2 (diff)
[Estuary] Add EPG event start and end time to PVR progress in channel preview mode.
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estuary/xml/Includes_PVR.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Includes_PVR.xml b/addons/skin.estuary/xml/Includes_PVR.xml
index 236a7f795a..c4f6876367 100644
--- a/addons/skin.estuary/xml/Includes_PVR.xml
+++ b/addons/skin.estuary/xml/Includes_PVR.xml
@@ -338,6 +338,26 @@
<control type="group">
<animation effect="fade" time="400">VisibleChange</animation>
<visible>Player.ChannelPreviewActive</visible>
+ <control type="label">
+ <top>22</top>
+ <right>20</right>
+ <width>400</width>
+ <height>50</height>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font13</font>
+ <label>$INFO[VideoPlayer.EndTime]</label>
+ </control>
+ <control type="label">
+ <top>22</top>
+ <left>20</left>
+ <width>400</width>
+ <height>50</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font13</font>
+ <label>$INFO[VideoPlayer.StartTime]</label>
+ </control>
<control type="progress">
<left>0</left>
<top>70</top>