diff options
author | louis <louis.braun@gmx.de> | 2015-06-20 15:54:53 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-06-20 15:54:53 +0200 |
commit | 50fe393724a265341b1745dd401db9d93f46f354 (patch) | |
tree | 122de23fbe91c298c5df144f4cd41bacb32f92e0 /skinskeleton/xmlfiles | |
parent | bc075507080607a79c688c5aef4e1c3d895747ac (diff) | |
download | vdr-plugin-skindesigner-50fe393724a265341b1745dd401db9d93f46f354.tar.gz vdr-plugin-skindesigner-50fe393724a265341b1745dd401db9d93f46f354.tar.bz2 |
added banner to displaymenuschedulescurrentview and displaymenureplaycurrentview
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenurecordings.xml | 7 | ||||
-rw-r--r-- | skinskeleton/xmlfiles/displaymenuschedules.xml | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/skinskeleton/xmlfiles/displaymenurecordings.xml b/skinskeleton/xmlfiles/displaymenurecordings.xml index 15037a9..8d961b6 100644 --- a/skinskeleton/xmlfiles/displaymenurecordings.xml +++ b/skinskeleton/xmlfiles/displaymenurecordings.xml @@ -56,7 +56,8 @@ {durationminutes} real duration, rest of minutes {durationevent} duration of corresponding event in minutes {durationeventhours} event duration, full hours - {durationeventminutes} event duration, rest of minutes {new} true if recording is new + {durationeventminutes} event duration, rest of minutes + {new} true if recording is new {cutted} true if recording is cutted {folder} true if item is a folder {numrecordingsfolder} if item is a folder, number of recordings in this folder @@ -65,6 +66,10 @@ {posterwidth} width of scraped poster {posterheight} height of scraped poster {posterpath} absolute path of scraped poster + {hasbanner} true if a scraped banner is available for this element + {bannerwidth} width of scraped banner + {bannerheight} height of scraped banner + {bannerpath} absolute path of scraped banner --> <currentelement delay="500" fadetime="0"> </currentelement> diff --git a/skinskeleton/xmlfiles/displaymenuschedules.xml b/skinskeleton/xmlfiles/displaymenuschedules.xml index 748cbee..f8a4811 100644 --- a/skinskeleton/xmlfiles/displaymenuschedules.xml +++ b/skinskeleton/xmlfiles/displaymenuschedules.xml @@ -78,6 +78,10 @@ {posterwidth} width of scraped poster {posterheight} height of scraped poster {posterpath} absolute path of scraped poster + {hasbanner} true if a scraped banner is available for this element + {bannerwidth} width of scraped banner + {bannerheight} height of scraped banner + {bannerpath} absolute path of scraped banner {timerpartitial} true if partitial timer is set for the event {timerfull} true if full timer is set for the event {whatson} true if menu "What's on" is displayed |