diff options
author | louis <louis.braun@gmx.de> | 2015-04-01 10:14:26 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-01 10:14:26 +0200 |
commit | b98fee9668de46a82148bc6c3569e69c8819baed (patch) | |
tree | ca46242c6c184b66beb0a2e8bd234ae916362cc2 /skinskeleton/xmlfiles | |
parent | 203754e2047998185a177b177c5c46ccb265318e (diff) | |
download | vdr-plugin-skindesigner-b98fee9668de46a82148bc6c3569e69c8819baed.tar.gz vdr-plugin-skindesigner-b98fee9668de46a82148bc6c3569e69c8819baed.tar.bz2 |
use recording info for <currentschedule> viewelement in main menu if recording is replayed
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenumain.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/skinskeleton/xmlfiles/displaymenumain.xml b/skinskeleton/xmlfiles/displaymenumain.xml index 61816bb..13af71f 100644 --- a/skinskeleton/xmlfiles/displaymenumain.xml +++ b/skinskeleton/xmlfiles/displaymenumain.xml @@ -88,15 +88,17 @@ </temperatures> <!-- Available Variables currentschedule: + if a recording is displayed, info of this recording is used + {islivetv} true if info is from livetv, false if recording is displayed {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 + {start} Start of current Schedule in hh:mm (empty for recordings) + {stop} End of current Schedule in hh:mm (empty for recordings) {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 + {elapsed} Elapsed time of current Schedule in min (0 for recordings) + {remaining} Remaining time of current Schedule in min (0 for recordings) {hasPoster} true if poster is available {posterpath} Full Path of Poster to use in image path attribute {posterwidth} width of poster in pixel |