summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-15Version 1.2.131.2.13kamel5
2021-02-15Eliminate SetRecordingLengthkamel5
2021-02-15Move SetTimeShiftValueskamel5
2021-02-15Add element timeShiftTimes to displayreplaykamel5
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.
2021-02-15Disabled timeshift display for non timeshift recordingskamel5
2021-02-15Add tokens eventstart and eventstop to eDRRecTitleSTkamel5
Tokens eventstart and eventstop can be used in displayreplay timshiftmode to display the start and end time of the coresponding event
2021-02-15Add datetime to displaychannel in skin estuary4vdrkamel5
2021-02-11In timeshift mode, the title of the actual playback position is displayedkamel5
If the timeshift mode is activated during playback, the title of the program that was active when the time shift started is displayed by pressing OK. The behavior has now been changed so that the title of the program is displayed in the actual playback position when you press OK.
2021-02-11Revision cViewReplay::SetTimeShiftValues()kamel5
When the timeshift recording reaches the end time of the start event, the progress bar and the end time no longer shows any useful information. From this version the current live event is used to calculate the progress bar and the end time.
2021-02-11An error with the remaining time in the channel display has been fixedkamel5
The remaining time in the channel display wasn't updated. A new token "currentremaining" was introduced in the Progressbar section of displaychannel.xml.
2021-02-09Token eLeMenuDefaultIT::devstatus addedkamel5
2021-02-09Missing token eCeMenuSchedulesIT::durationminutes addedkamel5
2021-02-09Update Skin estuary4vdrkamel5
2021-02-08Fixed a bug in timeshift mode that prevented the progress bar from updating ↵kamel5
in pause mode
2021-02-08A bug with timeshift in connection with global timers has been fixedkamel5
With commit 8a04a17 an error was introduced which did not take the global timers into account in the timeshift replay. thanks to @machtnix at vdr-portal.de for finding the bug
2021-02-06This reverts bd86dd4de "disabled timeshift display for instant recordings"kamel5
2021-02-06Version 1.2.121.2.12kamel5
2021-02-06Merge branch 'pbiering/skindesigner-fix-eDmDetailedHeaderRec-crash'kamel5
2021-02-06fix crash caused by cVeDmDetailheaderRec::Parse introduced in 1.2.10Peter Bieringer
2021-02-05Merge branch 'pbiering/skindesigner-add-Recording-isInUse'kamel5
2021-02-05rename to isRecording, filter IsInUse proper, add also to replay recinfoPeter Bieringer
2021-02-05added token for recordings: isInUsePeter Bieringer
2021-02-03Version 1.2.111.2.11kamel5
2021-02-03Fixed an error in displayreplay if no recording information are availablekamel5
2021-02-03Merge branch 'pbiering/skindesigner-fix-busy-svdrpresult'kamel5
2021-02-03also be initialized in case of backup skin is activePeter Bieringer
2021-02-03SVDRP: do not reload in case plugin is not fully initialized (results in VDR ↵Peter Bieringer
crash) SVDRP: respond with proper error message in case of OSD is active or parsing error
2021-02-02mark deprecated functionsPeter Bieringer
2021-01-28Merge remote-tracking branch 'upstream/master'Peter Bieringer
2021-01-28align tuner number (starting internally with 0) with VDR numbering (starting ↵Peter Bieringer
with 1)
2021-01-27Merge branch 'master' of gitlab.com:kamel5/skindesignerPeter Bieringer
2021-01-25Version 1.2.101.2.10kamel5
2021-01-25Update skins/estuary4vdr/xmlfiles/displaymenudetailrecording.xmlkamel5
2021-01-25Update skins/estuary4vdr/xmlfiles/plug-tvguideng-recmenu.xmlkamel5
2021-01-25Update skins/estuary4vdr/xmlfiles/plug-tvguideng-root.xmlkamel5
2021-01-24Merge branch ↵kamel5
'pbiering/skindesigner-add-menurecording-recchannel-and-add-fallback'
2021-01-24update version, extend historyPeter Bieringer
2021-01-24- retrieve ChannelName from 'info' and fallback via ChannelID from active ↵kamel5
channel list (reverse mechanism) - remove exposing ChannelID (senseless as default 'info' is not containing it)
2021-01-24- retrieve ChannelName from 'info' and fallback via ChannelID from active ↵Peter Bieringer
channel list (reverse mechanism) - remove exposing ChannelID (senseless as default 'info' is not containing it)
2021-01-24update version, extend historyPeter Bieringer
2021-01-23expose to displaymenurecordings: recchannelname, recchannelid, recchannelnumberPeter Bieringer
add fallback to get name/id from 'info' in case channel is no longer in active channel list
2021-01-23Merge branch 'detect-isRadio-workaround' into 'master'Karl Melscher
detect isRadio proper in case recording is missing "X 1" (happen on e.g. RTL channel) See merge request kamel5/skindesigner!7
2021-01-23detect isRadio proper in case recording is missing "X 1" (happen on e.g. RTL ↵Peter Bieringer
channel)
2021-01-22Merge branch 'pbiering/skindesigner-add-isRadio-to-recording'kamel5
2021-01-22update historyPeter Bieringer
2021-01-22add-isRadio-to-recordingPeter Bieringer
2021-01-22Merge branch 'pbiering/skindesigner-expose-isHD-isUHD-to-channel'kamel5
2021-01-21add isHD and isUHD to channel listPeter Bieringer
2021-01-21Merge branch 'pbiering/skindesigner-add-isRadio-to-channel'kamel5
2021-01-21Merge branch 'pbiering/skindesigner-add-isUHD-to-screenresolution'kamel5