diff options
author | louis <louis.braun@gmx.de> | 2014-12-19 15:39:21 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-12-19 15:39:21 +0100 |
commit | b0fd4604032be9a902b5bdd07037a5fc0ff16337 (patch) | |
tree | 146aa97dde6e7543708986ad0f30bc70d1fea952 /skinskeleton/xmlfiles | |
parent | a443d53e85de7e2f7e2ac56c5297d792ca103268 (diff) | |
download | vdr-plugin-skindesigner-b0fd4604032be9a902b5bdd07037a5fc0ff16337.tar.gz vdr-plugin-skindesigner-b0fd4604032be9a902b5bdd07037a5fc0ff16337.tar.bz2 |
added customtokens view element in displaymenumain, added automatic determination of custom int tokens
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenumain.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displaymenumain.xml b/skinskeleton/xmlfiles/displaymenumain.xml index d6d0173..18aa1d2 100644 --- a/skinskeleton/xmlfiles/displaymenumain.xml +++ b/skinskeleton/xmlfiles/displaymenumain.xml @@ -79,6 +79,14 @@ <currentschedule> </currentschedule> + <!-- Available Variables customtokens: + all custom tokens set by the svdrp command SCTK are available in this viewelement + For instance, use an appropriate script which runs periodically as cronjob and + sets these custom tokens with svdrpsend or dbus2vdr + --> + <customtokens> + </customtokens> + <menuitems x="0" y="0" orientation="vertical" width="100%" height="100%" align="center" numlistelements="8"> <!-- Available Variables main menu listelement: {nummenuitem} number of item in list, starts with 1 |