diff options
author | louis <louis.braun@gmx.de> | 2015-07-29 22:44:55 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-07-29 22:44:55 +0200 |
commit | 5bb69c2a347901c7d9a4c1756c1bcf9ca652e43d (patch) | |
tree | 23b20118999d3991962af5f7df85115d39d5790c /skinskeleton/xmlfiles | |
parent | 2efe2314e244e04f8d5fc61976e30a99240d54b2 (diff) | |
download | vdr-plugin-skindesigner-5bb69c2a347901c7d9a4c1756c1bcf9ca652e43d.tar.gz vdr-plugin-skindesigner-5bb69c2a347901c7d9a4c1756c1bcf9ca652e43d.tar.bz2 |
added {watched} and {percentseen} to displaymenurecordings current view
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenumain.xml | 2 | ||||
-rw-r--r-- | skinskeleton/xmlfiles/displaymenurecordings.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/skinskeleton/xmlfiles/displaymenumain.xml b/skinskeleton/xmlfiles/displaymenumain.xml index ac4af30..7ba9aee 100644 --- a/skinskeleton/xmlfiles/displaymenumain.xml +++ b/skinskeleton/xmlfiles/displaymenumain.xml @@ -112,7 +112,7 @@ {minutes} Duration, rest of minutes {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 + {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 diff --git a/skinskeleton/xmlfiles/displaymenurecordings.xml b/skinskeleton/xmlfiles/displaymenurecordings.xml index 8d961b6..959e959 100644 --- a/skinskeleton/xmlfiles/displaymenurecordings.xml +++ b/skinskeleton/xmlfiles/displaymenurecordings.xml @@ -58,6 +58,8 @@ {durationeventhours} event duration, full hours {durationeventminutes} event duration, rest of minutes {new} true if recording is new + {percentseen} percent already watched, -1 for VDR < 2.1.8 + {watched} true if percentseen > 85% including MarginStop of not cutted recording {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 |