diff options
author | louis <louis.braun@gmx.de> | 2014-11-01 10:23:34 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-11-01 10:23:34 +0100 |
commit | 13817c785fcf2589f857b169fd9af9e428dc64b5 (patch) | |
tree | 06abb410a4c356b13713ee9a674a320a342750d5 /skinskeleton/xmlfiles | |
parent | 3d702a9ad5f04179d78659f48579f3466abbe69a (diff) | |
download | vdr-plugin-skindesigner-13817c785fcf2589f857b169fd9af9e428dc64b5.tar.gz vdr-plugin-skindesigner-13817c785fcf2589f857b169fd9af9e428dc64b5.tar.bz2 |
added {channelname}, {channelid}, {channellogoexists} for all schedules list and current views
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenuschedules.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/skinskeleton/xmlfiles/displaymenuschedules.xml b/skinskeleton/xmlfiles/displaymenuschedules.xml index 5864fcf..4b6b20d 100644 --- a/skinskeleton/xmlfiles/displaymenuschedules.xml +++ b/skinskeleton/xmlfiles/displaymenuschedules.xml @@ -34,8 +34,9 @@ {durationminutes} duration, rest of minutes {current} true if item is currently selected {separator} true if item is a list separator - {channelname} Channel Name (for what's on now and next) - {channelid} ChannelID as path to display channel logo (for what's on now and next) + {channelname} Channel Name + {channelid} ChannelID as path to display channel logo + {channellogoexists} true if a channel logo exists {whatson} true if menu "What's on" is displayed {whatsonnow} true if menu "What's on now" is displayed {whatsonnext} true if menu "What's on next" is displayed @@ -65,7 +66,9 @@ {duration} duration of event {durationhours} duration, full hours {durationminutes} duration, rest of minutes + {channelname} Channel Name {channelid} ChannelID as path to display channel logo + {channellogoexists} true if a channel logo exists {hasposter} true if a scraped poster is available for this element {posterwidth} width of scraped poster {posterheight} height of scraped poster |