diff options
author | louis <louis.braun@gmx.de> | 2015-01-06 06:23:36 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-06 06:23:36 +0100 |
commit | 0bcdb0f3866e1fe2251efad395498954527e1c89 (patch) | |
tree | dd6921abd436a3535d0f92dd76bdbd8b274dde31 /skinskeleton/xmlfiles | |
parent | acd552d5f37ec4882f624baf8cb860c001cfdd89 (diff) | |
download | vdr-plugin-skindesigner-0bcdb0f3866e1fe2251efad395498954527e1c89.tar.gz vdr-plugin-skindesigner-0bcdb0f3866e1fe2251efad395498954527e1c89.tar.bz2 |
added customtokens view element in displayreplay
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displayreplay.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displayreplay.xml b/skinskeleton/xmlfiles/displayreplay.xml index ee63f7a..8cef153 100644 --- a/skinskeleton/xmlfiles/displayreplay.xml +++ b/skinskeleton/xmlfiles/displayreplay.xml @@ -241,4 +241,12 @@ <onpausemodeonly delay="30" fadetime="0"> </onpausemodeonly> + <!-- 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> + </displayreplay> |