summaryrefslogtreecommitdiff
path: root/skinskeleton
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2016-01-26 18:32:38 +0100
committerlouis <louis.braun@gmx.de>2016-01-26 18:32:38 +0100
commit809fbda03c5014ba9cd361f5113d1d717cd41ea6 (patch)
tree264bbc5640375f1bcb165fc7f4a3e595adcc26ca /skinskeleton
parent196dd7eb9965a405bb16b51dc870fbbb31aeef87 (diff)
downloadvdr-plugin-skindesigner-809fbda03c5014ba9cd361f5113d1d717cd41ea6.tar.gz
vdr-plugin-skindesigner-809fbda03c5014ba9cd361f5113d1d717cd41ea6.tar.bz2
Version 0.8.0 beta
Diffstat (limited to 'skinskeleton')
-rw-r--r--skinskeleton/xmlfiles/displayaudiotracks.xml2
-rw-r--r--skinskeleton/xmlfiles/displaychannel.xml6
-rw-r--r--skinskeleton/xmlfiles/displaymenu.xml8
-rw-r--r--skinskeleton/xmlfiles/displaymenumain.xml4
-rw-r--r--skinskeleton/xmlfiles/displayreplay.xml11
5 files changed, 22 insertions, 9 deletions
diff --git a/skinskeleton/xmlfiles/displayaudiotracks.xml b/skinskeleton/xmlfiles/displayaudiotracks.xml
index 1989bb9..2e3d994 100644
--- a/skinskeleton/xmlfiles/displayaudiotracks.xml
+++ b/skinskeleton/xmlfiles/displayaudiotracks.xml
@@ -15,7 +15,7 @@
<header>
</header>
- <!-- Available Variables header:
+ <!-- Available Variables menuitems:
{numelements} number of displayed tracks
-->
<menuitems x="0" y="{areaheight} - {numelements} * {areaheight} / 10" orientation="vertical" width="100%" height="{numelements} * {areaheight} / 10" align="top" numlistelements="{numelements}">
diff --git a/skinskeleton/xmlfiles/displaychannel.xml b/skinskeleton/xmlfiles/displaychannel.xml
index 319ff20..c4519dd 100644
--- a/skinskeleton/xmlfiles/displaychannel.xml
+++ b/skinskeleton/xmlfiles/displaychannel.xml
@@ -98,7 +98,7 @@
<screenresolution>
</screenresolution>
- <!-- Available Variables dvbdeviceinfo:
+ <!-- Available Variables channelgroup:
{prevAvailable} true if previous Channel Group is avaialble
{nextAvailable} true if next Channel Group is avaialble
{group} Name of current Channel Group
@@ -117,10 +117,6 @@
<signalquality>
</signalquality>
- <!-- background of signalmeter, will only be drawn if signalquality was deleted -->
- <signalqualityback>
- </signalqualityback>
-
<!-- Available Variables devices:
signalstrength and -quality are only set if not mode="light" is used in <devices>
{numdevices} number of available devices
diff --git a/skinskeleton/xmlfiles/displaymenu.xml b/skinskeleton/xmlfiles/displaymenu.xml
index 0962e99..2f4193f 100644
--- a/skinskeleton/xmlfiles/displaymenu.xml
+++ b/skinskeleton/xmlfiles/displaymenu.xml
@@ -96,6 +96,14 @@
-->
<colorbuttons>
</colorbuttons>
+ <!-- Available Variables scrollbar:
+ {height} height of scrollbar in tenth of percent
+ {offset} offset from top in tenth percent
+ {hasprev} true if list elements before currently displayed exist
+ {hasnext} true if list elements after currently displayed exist
+ -->
+ <scrollbar>
+ </scrollbar>
&displaymenudefault;
&displaymenumain;
&displaymenusetup;
diff --git a/skinskeleton/xmlfiles/displaymenumain.xml b/skinskeleton/xmlfiles/displaymenumain.xml
index 7ba9aee..6124c25 100644
--- a/skinskeleton/xmlfiles/displaymenumain.xml
+++ b/skinskeleton/xmlfiles/displaymenumain.xml
@@ -21,7 +21,7 @@
</timers>
<!-- Available Variables lastrecordings: 10 newest recordings
- {numtimers} number of active timers
+ {numtimers} number of active timers (to align lastrecordings at timers viewelement)
{recordings[]} array with 10 newest recordings
{recordings[name]} name of recording
{recordings[seriesname]} series name if available
@@ -109,7 +109,7 @@
{stop} End of current Schedule in hh:mm (empty for recordings)
{duration} Duration of current Schedule in min
{durationhours} Duration, full hours
- {minutes} Duration, rest of minutes
+ {minutes} Duration, rest in minutes
{elapsed} Elapsed time of current Schedule in min (0 for recordings)
{remaining} Remaining time of current Schedule in min (0 for recordings)
{hasposter} true if poster is available
diff --git a/skinskeleton/xmlfiles/displayreplay.xml b/skinskeleton/xmlfiles/displayreplay.xml
index 911b6be..908ee0f 100644
--- a/skinskeleton/xmlfiles/displayreplay.xml
+++ b/skinskeleton/xmlfiles/displayreplay.xml
@@ -23,11 +23,20 @@
<datetime>
</datetime>
+ <!-- Available Variables time:
+ {sec} current seconds
+ {min} current minutes
+ {hour} current hours
+ {hmins} current "hourminutes" to display an hour hand
+ -->
+ <time>
+ </time>
+
<!-- Available Variables scrapercontent:
{posterpath} Full Path of Poster to use in image path attribute
{posterwidth} width of poster in pixel
{posterheight} height of poster in pixel
- {hasPoster} true if poster is available
+ {hasposter} true if poster is available
{bannerpath} Full Path of banner to use in image path attribute
{bannerwidth} width of banner in pixel
{bannerheight} height of banner in pixel