diff options
author | louis <louis.braun@gmx.de> | 2014-12-12 17:52:16 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-12-12 17:52:16 +0100 |
commit | 84756db20870696911fdac83313d256085b9966b (patch) | |
tree | 5e7d704d6e76c7245b9e3f499e83a8cc0813b02f /skinskeleton/xmlfiles | |
parent | e746d28750d231a57494f9cffe648087b6f4d37f (diff) | |
download | vdr-plugin-skindesigner-84756db20870696911fdac83313d256085b9966b.tar.gz vdr-plugin-skindesigner-84756db20870696911fdac83313d256085b9966b.tar.bz2 |
added currentschedule viewelement in displaymenumain
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenumain.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displaymenumain.xml b/skinskeleton/xmlfiles/displaymenumain.xml index 0ad253d..d6d0173 100644 --- a/skinskeleton/xmlfiles/displaymenumain.xml +++ b/skinskeleton/xmlfiles/displaymenumain.xml @@ -57,6 +57,28 @@ <systemload> </systemload> + <!-- Available Variables currentschedule: + {title} Title of the current Schedule + {subtitle} Subtitle of the current Schedule + {start} Start of current Schedule in hh:mm + {stop} End of current Schedule in hh:mm + {duration} Duration of current Schedule in min + {durationhours} Duration, full hours + {minutes} Duration, rest of minutes + {elapsed} Elapsed time of current Schedule in min + {remaining} Remaining time of current Schedule in min + {hasPoster} true if poster is available + {posterpath} Full Path of Poster to use in image path attribute + {posterwidth} width of poster in pixel + {posterheight} height of poster in pixel + {hasBanner} true if banner is available + {bannerpath} Full Path of banner to use in image path attribute + {bannerwidth} width of banner in pixel + {bannerheight} height of banner in pixel + --> + <currentschedule> + </currentschedule> + <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 |