summaryrefslogtreecommitdiff
path: root/skinskeleton/xmlfiles/displaymenurecordings.xml
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-09-27 09:25:14 +0200
committerlouis <louis.braun@gmx.de>2014-09-27 09:25:14 +0200
commitb0509b5182b6e0d04f05e6b3d5676b0d21f51966 (patch)
tree22b302342f22843e0815eb5f516c85f1478cbf0b /skinskeleton/xmlfiles/displaymenurecordings.xml
downloadvdr-plugin-skindesigner-0.0.1.tar.gz
vdr-plugin-skindesigner-0.0.1.tar.bz2
initial commit version 0.0.10.0.1
Diffstat (limited to 'skinskeleton/xmlfiles/displaymenurecordings.xml')
-rw-r--r--skinskeleton/xmlfiles/displaymenurecordings.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displaymenurecordings.xml b/skinskeleton/xmlfiles/displaymenurecordings.xml
new file mode 100644
index 0000000..ca4023d
--- /dev/null
+++ b/skinskeleton/xmlfiles/displaymenurecordings.xml
@@ -0,0 +1,49 @@
+<menurecordings x="0" y="0" width="100%" height="100%" fadetime="0">
+ <menuitems x="0" y="0" orientation="vertical" width="100%" height="100%" align="center" numlistelements="16">
+ <!-- Available Variables recordings menu listelement:
+ {name} Name of recording
+ {date} Date of recording
+ {time} Time of recording
+ {duration} real duration of recording in minutes
+ {durationevent} duration of corresponding event in minutes
+ {current} true if item is currently selected
+ {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
+ {newrecordingsfolder} if item is a folder, number of new recordings in this folder
+ {hasposterthumbnail} true if a scraped poster thumbnail is available for recording
+ {thumbnailbwidth} width of scraped poster thumbnail
+ {thumbnailheight} height of scraped poster thumbnail
+ {thumbnailpath} absolute path of scraped poster thumbnail
+ -->
+ <listelement>
+ </listelement>
+ <!-- additional element which is drawn for current element -->
+ <!-- Available Variables channels menu currentelement:
+ {menuitemx} x position of according menu item
+ {menuitemy} y position of according menu item
+ {menuitemwidth} width of according menu item
+ {menuitemheight} height of according menu item
+ {name} Name of recording
+ {shorttext} Short Text of recording
+ {description} Descrption of recording
+ {date} Date of recording
+ {time} Time of recording
+ {duration} real duration of recording in minutes
+ {durationevent} duration of corresponding event in 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
+ {newrecordingsfolder} if item is a folder, number of new recordings in this folder
+ {hasposter} true if a scraped poster is available for recording
+ {posterwidth} width of scraped poster
+ {posterheight} height of scraped poster
+ {posterpath} absolute path of scraped poster
+ -->
+ <currentelement delay="500" fadetime="0">
+ </currentelement>
+ </menuitems>
+
+</menurecordings> \ No newline at end of file