diff options
| author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-02-12 15:20:34 +0100 |
|---|---|---|
| committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-02-15 14:00:35 +0100 |
| commit | afa9cb77a3534dd253ec7e6b4ea63305e410097d (patch) | |
| tree | 5d3e2cb556a88eb55e24ebe0982ee401bb2d424c /skinskeleton | |
| parent | 1fc5379e2eed0ecd7eb2227564077a62bc0b1e12 (diff) | |
| download | vdr-plugin-skindesigner-afa9cb77a3534dd253ec7e6b4ea63305e410097d.tar.gz vdr-plugin-skindesigner-afa9cb77a3534dd253ec7e6b4ea63305e410097d.tar.bz2 | |
Add element timeShiftTimes to displayreplay
In displayreplay the tokens recstart, playbacktime and timeshiftrest
added to display start time, actual playback time and the rest of
the actual recording in timeshiftmode.
Diffstat (limited to 'skinskeleton')
| -rw-r--r-- | skinskeleton/xmlfiles/displayreplay.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/skinskeleton/xmlfiles/displayreplay.xml b/skinskeleton/xmlfiles/displayreplay.xml index ed548ba..7e2a1aa 100644 --- a/skinskeleton/xmlfiles/displayreplay.xml +++ b/skinskeleton/xmlfiles/displayreplay.xml @@ -76,7 +76,8 @@ </recinfo> <!-- Available Variables currenttime: - {reccurrent} Current Time in hh:mm:ss + {reccurrent} Current Time in hh:mm:ss + {timeshift} true if a timeshifted recording is displayed --> <currenttime> </currenttime> @@ -89,8 +90,18 @@ <totaltime> </totaltime> + <!-- Available Variables timeshifttimes: + {recstart} Start Time in hh:mm + {playbacktime} actual replaying time in timeshift mode in hh:mm + {timeshiftrest} Rest of unseen timeshift buffer in hh:mm + {timeshift} true if a timeshifted recording is displayed + --> + <timeshifttimes> + </timeshifttimes> + <!-- Available Variables endtime: {recend} End Time in hh:mm + {timeshift} true if a timeshifted recording is displayed --> <endtime> </endtime> |
