aboutsummaryrefslogtreecommitdiff
path: root/addons
diff options
context:
space:
mode:
authorKai Sommerfeld <kai.sommerfeld@gmx.com>2018-01-09 20:39:16 +0100
committerKai Sommerfeld <kai.sommerfeld@gmx.com>2018-01-09 20:39:16 +0100
commit2f2abced8370314341665531aaa9f73d57e10424 (patch)
tree7c7a6c4e644e749ad4ad69d7d5ce0800b19186fd /addons
parentadf334c35bffcac9d0406a17538ef5daf7a143b6 (diff)
[PVR][Estuary] PVRInfoPanel: Add percent played progress bar, for example for recordings.
Diffstat (limited to 'addons')
-rw-r--r--addons/skin.estuary/xml/Includes_PVR.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/Includes_PVR.xml b/addons/skin.estuary/xml/Includes_PVR.xml
index c67df54581..0f594edfd1 100644
--- a/addons/skin.estuary/xml/Includes_PVR.xml
+++ b/addons/skin.estuary/xml/Includes_PVR.xml
@@ -146,6 +146,13 @@
<info>ListItem.Progress</info>
</control>
</control>
+ <control type="progress">
+ <top>200</top>
+ <height>12</height>
+ <colordiffuse>88FFFFFF</colordiffuse>
+ <info>ListItem.PercentPlayed</info>
+ <visible>Integer.IsGreater(ListItem.PercentPlayed,0)</visible>
+ </control>
</control>
<control type="label">
<top>390</top>