diff options
author | louis <louis.braun@gmx.de> | 2014-10-11 16:31:39 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-10-11 16:31:39 +0200 |
commit | 0e0f05cfcb72e9d679a6681b9fcabd732856f942 (patch) | |
tree | e79b1772dbdd7fcb116f2298f4ac2f190aefff2d /skinskeleton | |
parent | 04340d11c9c0efb908cce138edde535bc07636d7 (diff) | |
download | vdr-plugin-skindesigner-0e0f05cfcb72e9d679a6681b9fcabd732856f942.tar.gz vdr-plugin-skindesigner-0e0f05cfcb72e9d679a6681b9fcabd732856f942.tar.bz2 |
added support for custom tokens in dislaychannel
Diffstat (limited to 'skinskeleton')
-rw-r--r-- | skinskeleton/xmlfiles/displaychannel.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displaychannel.xml b/skinskeleton/xmlfiles/displaychannel.xml index d9ce5eb..efa41dd 100644 --- a/skinskeleton/xmlfiles/displaychannel.xml +++ b/skinskeleton/xmlfiles/displaychannel.xml @@ -132,4 +132,12 @@ <message> </message> + <!-- 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> + </displaychannel> |