summaryrefslogtreecommitdiff
path: root/skinskeleton/xmlfiles
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-01-06 06:07:48 +0100
committerlouis <louis.braun@gmx.de>2015-01-06 06:07:48 +0100
commitacd552d5f37ec4882f624baf8cb860c001cfdd89 (patch)
tree5545dbdf9b15d2bd1e0ff57c21f7b699a683570b /skinskeleton/xmlfiles
parent8328a5d4d928bd81179ab03490eb59655d418b58 (diff)
downloadvdr-plugin-skindesigner-acd552d5f37ec4882f624baf8cb860c001cfdd89.tar.gz
vdr-plugin-skindesigner-acd552d5f37ec4882f624baf8cb860c001cfdd89.tar.bz2
added skin blackhole
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r--skinskeleton/xmlfiles/displaychannel.xml9
-rw-r--r--skinskeleton/xmlfiles/displaymenu.xml8
-rw-r--r--skinskeleton/xmlfiles/displaymenudetailepg.xml3
-rw-r--r--skinskeleton/xmlfiles/displaymenudetailrecording.xml3
-rw-r--r--skinskeleton/xmlfiles/displaymenumain.xml7
-rw-r--r--skinskeleton/xmlfiles/displayvolume.xml2
6 files changed, 31 insertions, 1 deletions
diff --git a/skinskeleton/xmlfiles/displaychannel.xml b/skinskeleton/xmlfiles/displaychannel.xml
index 72a058e..925e9ec 100644
--- a/skinskeleton/xmlfiles/displaychannel.xml
+++ b/skinskeleton/xmlfiles/displaychannel.xml
@@ -160,6 +160,15 @@
<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 message:
{text} message text
{status} true if message is a status message
diff --git a/skinskeleton/xmlfiles/displaymenu.xml b/skinskeleton/xmlfiles/displaymenu.xml
index 1174ff6..1a31df0 100644
--- a/skinskeleton/xmlfiles/displaymenu.xml
+++ b/skinskeleton/xmlfiles/displaymenu.xml
@@ -47,6 +47,14 @@
-->
<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 message:
{text} message text
{status} true if message is an status message
diff --git a/skinskeleton/xmlfiles/displaymenudetailepg.xml b/skinskeleton/xmlfiles/displaymenudetailepg.xml
index 334f52d..2a110c6 100644
--- a/skinskeleton/xmlfiles/displaymenudetailepg.xml
+++ b/skinskeleton/xmlfiles/displaymenudetailepg.xml
@@ -172,6 +172,9 @@
</tab>
<!-- Available Variables tablabels:
+ {currenttab} name of currently active tab
+ {prevtab} name of prev tab
+ {nexttab} name of next tab
{tabs[]} array with available tab labels
{tabs[title]} title of tab
{tabs[current]} true if tab is displayed currently
diff --git a/skinskeleton/xmlfiles/displaymenudetailrecording.xml b/skinskeleton/xmlfiles/displaymenudetailrecording.xml
index 3905ebb..0fa3a21 100644
--- a/skinskeleton/xmlfiles/displaymenudetailrecording.xml
+++ b/skinskeleton/xmlfiles/displaymenudetailrecording.xml
@@ -158,6 +158,9 @@
</tab>
<!-- Available Variables tablabels:
+ {currenttab} name of currently active tab
+ {prevtab} name of prev tab
+ {nexttab} name of next tab
{tabs[]} array with available tab labels
{tabs[title]} title of tab
{tabs[current]} true if tab is displayed currently
diff --git a/skinskeleton/xmlfiles/displaymenumain.xml b/skinskeleton/xmlfiles/displaymenumain.xml
index 18aa1d2..7d372cc 100644
--- a/skinskeleton/xmlfiles/displaymenumain.xml
+++ b/skinskeleton/xmlfiles/displaymenumain.xml
@@ -57,6 +57,13 @@
<systemload>
</systemload>
+ <!-- Available Variables tempreatures:
+ {cputemp} current cpu temperature in °C
+ {gputemp} current gpu temperature in °C
+ -->
+ <temperatures>
+ </temperatures>
+
<!-- Available Variables currentschedule:
{title} Title of the current Schedule
{subtitle} Subtitle of the current Schedule
diff --git a/skinskeleton/xmlfiles/displayvolume.xml b/skinskeleton/xmlfiles/displayvolume.xml
index fb3da32..d5bb8a0 100644
--- a/skinskeleton/xmlfiles/displayvolume.xml
+++ b/skinskeleton/xmlfiles/displayvolume.xml
@@ -8,7 +8,7 @@
<!-- Available Variables volume:
{volume} current volume, range from 0 to 255
- {volumepercent} current volume in %
+ {volpercent} current volume in %
{maxvolume} maximal volume
{mute} true if volume is muted
-->