diff options
author | louis <louis.braun@gmx.de> | 2015-05-16 11:02:09 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-05-16 11:02:09 +0200 |
commit | 5aa23d261eab1a1eec1405e7bce058bf2c70f0fb (patch) | |
tree | 7f6b41aafd954613dc9fa61ece3217f47cab9df3 /skinskeleton/xmlfiles | |
parent | 53547389a4108b4120f04d3623ac16e913aa93f5 (diff) | |
download | vdr-plugin-skindesigner-5aa23d261eab1a1eec1405e7bce058bf2c70f0fb.tar.gz vdr-plugin-skindesigner-5aa23d261eab1a1eec1405e7bce058bf2c70f0fb.tar.bz2 |
timeshift support
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displayreplay.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displayreplay.xml b/skinskeleton/xmlfiles/displayreplay.xml index 19ad6a2..98bc451 100644 --- a/skinskeleton/xmlfiles/displayreplay.xml +++ b/skinskeleton/xmlfiles/displayreplay.xml @@ -70,6 +70,8 @@ <!-- Available Variables totaltime: {rectotal} Total Time in hh:mm:ss + {timeshift} true if a timeshifted recording is displayed + {timeshifttotal} Total Time of timeshift event in hh:mm --> <totaltime> </totaltime> @@ -83,15 +85,19 @@ <!-- Available Variables progressbar: {current} current frame of recording {total} total frames of recording + {timeshift} true if a timeshifted recording is displayed + {timeshifttotal} total number of frames of timeshift event --> <progressbar> </progressbar> <!-- Available Variables cutmarks: + {timeshift} true if a timeshifted recording is displayed {marks[]} array of available marks {marks[position]} frame of current mark {marks[endposition]} frame where startmark ends {marks[total]} total number of frames + {marks[timeshifttotal]} total number of frames of timeshift event {marks[active]} true if current replay position hits exactly the mark {marks[startmark]} true if mark is start mark --> |