diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-03-04 16:30:10 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-03-04 17:47:32 +0100 |
commit | fdc8195174cc5f108094967fe41656f81d0b3869 (patch) | |
tree | 4f4470172727594bc269fc97efc7ea9132bf66e1 /skinskeleton/xmlfiles | |
parent | e7ea88c253ad9dcf940b690905e0054896968ddc (diff) | |
download | vdr-plugin-skindesigner-fdc8195174cc5f108094967fe41656f81d0b3869.tar.gz vdr-plugin-skindesigner-fdc8195174cc5f108094967fe41656f81d0b3869.tar.bz2 |
Add active recordings to timeshift mode
If the current program is paused (timeshift mode), a recording
is created with an "@" at the beginning. A skin can display
this mode differently than the normal playback of a recording.
This change also enables a different display mode for currently
active timer recordings.
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displayreplay.xml | 55 |
1 files changed, 31 insertions, 24 deletions
diff --git a/skinskeleton/xmlfiles/displayreplay.xml b/skinskeleton/xmlfiles/displayreplay.xml index 7e2a1aa..1565b8a 100644 --- a/skinskeleton/xmlfiles/displayreplay.xml +++ b/skinskeleton/xmlfiles/displayreplay.xml @@ -58,7 +58,8 @@ {rectime} Time of Recording in hh:mm {eventstart} Starttime of coresponding event in timeshiftmode in hh:mm {eventstop} Endtime of coresponding event in timeshiftmode in hh:mm - {timeshift} true if a timeshifted recording is displayed + {timeshift} 1 if a active recording is displayed + 2 if a timeshift recording is displayed --> <rectitle> </rectitle> @@ -76,54 +77,60 @@ </recinfo> <!-- Available Variables currenttime: - {reccurrent} Current Time in hh:mm:ss - {timeshift} true if a timeshifted recording is displayed + {reccurrent} Current Time in hh:mm:ss + {timeshift} 1 if a active recording is displayed + 2 if a timeshift recording is displayed --> <currenttime> </currenttime> <!-- 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 + {rectotal} Total Time in hh:mm:ss + {timeshift} 1 if a active recording is displayed + 2 if a timeshift recording is displayed + {timeshifttotal} Total Time of timeshift event in hh:mm --> <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 + {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} 1 if a active recording is displayed + 2 if a timeshift recording is displayed --> <timeshifttimes> </timeshifttimes> <!-- Available Variables endtime: - {recend} End Time in hh:mm - {timeshift} true if a timeshifted recording is displayed + {recend} End Time in hh:mm + {timeshift} 1 if a active recording is displayed + 2 if a timeshift recording is displayed --> <endtime> </endtime> <!-- 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 + {current} current frame of recording + {total} total frames of recording + {timeshift} 1 if a active recording is displayed + 2 if a timeshift 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 + {timeshift} 1 if a active recording is displayed + 2 if a timeshift 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 --> <cutmarks> </cutmarks> |