diff options
author | louis <louis.braun@gmx.de> | 2014-11-29 11:55:53 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-11-29 11:55:53 +0100 |
commit | af864fd4492569b19b956b3082e95fa091b18ed8 (patch) | |
tree | a57bb4ef0ca57a463e23e050399a444230958163 /skinskeleton/xmlfiles | |
parent | 76ab3e4cef2ef37ea8e9f2ababfd4b8c98ceaf54 (diff) | |
download | vdr-plugin-skindesigner-af864fd4492569b19b956b3082e95fa091b18ed8.tar.gz vdr-plugin-skindesigner-af864fd4492569b19b956b3082e95fa091b18ed8.tar.bz2 |
added {channellogoexists} Token everywhere where {channelid} is available
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displaychannel.xml | 1 | ||||
-rw-r--r-- | skinskeleton/xmlfiles/displaymenuchannels.xml | 2 | ||||
-rw-r--r-- | skinskeleton/xmlfiles/displaymenudetailepg.xml | 2 | ||||
-rw-r--r-- | skinskeleton/xmlfiles/displaymenumain.xml | 1 | ||||
-rw-r--r-- | skinskeleton/xmlfiles/displaymenutimers.xml | 2 |
5 files changed, 8 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displaychannel.xml b/skinskeleton/xmlfiles/displaychannel.xml index a95fa66..72a058e 100644 --- a/skinskeleton/xmlfiles/displaychannel.xml +++ b/skinskeleton/xmlfiles/displaychannel.xml @@ -120,6 +120,7 @@ {devices[signalquality]} signalstrength of devcie {devices[channelnumber]} number of the currently tuned channel {devices[channelname]} name of the currently tuned channel + {devices[channellogoexists]} true if a channel logo exists {devices[channelid]} ID of the currently tuned channel {devices[source]} source of the currently tuned channel --> diff --git a/skinskeleton/xmlfiles/displaymenuchannels.xml b/skinskeleton/xmlfiles/displaymenuchannels.xml index 048d86c..ba6ef24 100644 --- a/skinskeleton/xmlfiles/displaymenuchannels.xml +++ b/skinskeleton/xmlfiles/displaymenuchannels.xml @@ -4,6 +4,7 @@ {nummenuitem} number of item in list, starts with 1 {number} number of the displayed channel {name} name of the displayed channel + {channellogoexists} true if a channel logo exists {channelid} ChannelID as path to display channel logo {transponder} Transponder of channel {frequency} Frequency of channel @@ -30,6 +31,7 @@ {menuitemheight} height of according menu item {number} number of the displayed channel {name} name of the displayed channel + {channellogoexists} true if a channel logo exists {channelid} ChannelID as path to display channel logo {transponder} Transponder of channel {frequency} Frequency of channel diff --git a/skinskeleton/xmlfiles/displaymenudetailepg.xml b/skinskeleton/xmlfiles/displaymenudetailepg.xml index 12ee9a4..334f52d 100644 --- a/skinskeleton/xmlfiles/displaymenudetailepg.xml +++ b/skinskeleton/xmlfiles/displaymenudetailepg.xml @@ -17,6 +17,7 @@ {vps} vps description string {channelname} Channelname of event {channelnumber} Channelnumber of event + {channellogoexists} true if a channel logo exists {channelid} ChannelID as path to display channel logo {ismovie} true if event is scraped as a movie {isseries} true if event is scraped as a series @@ -51,6 +52,7 @@ {durationhours} duration, full hours {durationminutes} duration, rest of minutes {vps} vps description string + {channellogoexists} true if a channel logo exists {channelid} ChannelID as path to display channel logo {hasreruns} true if reruns of this event are found {reruns[]} array with reruns diff --git a/skinskeleton/xmlfiles/displaymenumain.xml b/skinskeleton/xmlfiles/displaymenumain.xml index 23a5e2d..0ad253d 100644 --- a/skinskeleton/xmlfiles/displaymenumain.xml +++ b/skinskeleton/xmlfiles/displaymenumain.xml @@ -44,6 +44,7 @@ {devices[signalquality]} signalstrength of devcie {devices[channelnumber]} number of the currently tuned channel {devices[channelname]} name of the currently tuned channel + {devices[channellogoexists]} true if a channel logo exists {devices[channelid]} ID of the currently tuned channel {devices[source]} source of the currently tuned channel --> diff --git a/skinskeleton/xmlfiles/displaymenutimers.xml b/skinskeleton/xmlfiles/displaymenutimers.xml index 584ec73..e806240 100644 --- a/skinskeleton/xmlfiles/displaymenutimers.xml +++ b/skinskeleton/xmlfiles/displaymenutimers.xml @@ -11,6 +11,7 @@ {monthname} Month, three letter abbrevation {year} Year (4 digits) {channelname} Name of channel which is set for the timer + {channellogoexists} true if a channel logo exists {channelid} ID of channel which is set for the timer (for dispalying channel logo) {channelnumber} Number of channel which is set for the timer {eventtitle} Title of corresponding event @@ -40,6 +41,7 @@ {monthname} Month, three letter abbrevation {year} Year (4 digits)# {channelname} Name of channel which is set for the timer + {channellogoexists} true if a channel logo exists {channelid} ID of channel which is set for the timer (for dispalying channel logo) {channelnumber} Number of channel which is set for the timer {eventtitle} Title of corresponding event |