diff options
author | louis <louis.braun@gmx.de> | 2015-03-29 13:29:59 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-03-29 13:29:59 +0200 |
commit | e3ce79dd8c01222cb65ba1d2190fa463703b9b96 (patch) | |
tree | c3928c9aa6ec58e0fab0995483480237b23fb256 /skinskeleton/xmlfiles | |
parent | 05912add7a19b78413eb1030669963284ca24dec (diff) | |
download | vdr-plugin-skindesigner-e3ce79dd8c01222cb65ba1d2190fa463703b9b96.tar.gz vdr-plugin-skindesigner-e3ce79dd8c01222cb65ba1d2190fa463703b9b96.tar.bz2 |
added viewelement <lastrecordings> with information about 5 newest recordings in main menu
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenumain.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displaymenumain.xml b/skinskeleton/xmlfiles/displaymenumain.xml index e37bfcc..61816bb 100644 --- a/skinskeleton/xmlfiles/displaymenumain.xml +++ b/skinskeleton/xmlfiles/displaymenumain.xml @@ -19,6 +19,21 @@ <timers> </timers> + <!-- Available Variables lastrecordings: 5 newest recordings + {recordings[]} array with 5 newest recordings + {recordings[name]} name of recording + {recordings[seriesname]} series name if available + {recordings[date]} date of recording in dd.mm.yy + {recordings[time]} time of recording in hh:mm + {recordings[duration]} duration of recording in minutes + {recordings[hasposter]} true if poster available + {recordings[posterpath]} path of poster if available + {recordings[posterwidth]} width of poster + {recordings[posterheight]} height of poster + --> + <lastrecordings> + </lastrecordings> + <!-- Available Variables discusage: {freetime} available disc capacity in hh:mm {freepercent} available disc capacity in percent |