Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-22 | Cosmetic changes | kamel5 | |
2021-12-20 | remove debug lines | Peter Bieringer | |
2021-12-20 | extend detection of isHD and isUHD in case of stored EPG info (event) is ↵ | Peter Bieringer | |
missing any information regarding video (e.g. if EPG is missing on a channel) | |||
2021-06-07 | Fix compiler error | kamel5 | |
2021-05-30 | Add token errors for recordings (VDR >= 2.5.4) | kamel5 | |
2021-05-30 | Fix display of the background in the display channel | kamel5 | |
If you enter the display channel in Zapcockpit mode with the right or left button and exit with OK, the background of the display channel was not displayed. | |||
2021-05-29 | Fix incorrect display of posters and banners in the recording menu | kamel5 | |
When using the narrow recording menu, the posters and banners were displayed incorrectly | |||
2021-05-27 | Fix display of events in channel display | kamel5 | |
When switching to a channel without EPG, the display of the current and following program was not updated. | |||
2021-05-21 | Fix update timer in the main menu | kamel5 | |
The timers in the open main menu were not updated when a timer recording was started or stopped | |||
2021-05-21 | Fix a device is currently recording | kamel5 | |
The token indicating whether a device is currently recording was not updated correctly | |||
2021-05-21 | Fix display of recording sign in display channel | kamel5 | |
The display of the instant timer has been corrected in the display channel so that all events contained in the timer that have a tmFull or tmPartial flag are marked with the recording symbol. | |||
2021-05-15 | Fix Fehler: Aufruf des überladenen »min(int&, int&)« ist nicht eindeutig | kamel5 | |
2021-05-10 | Update timerliste in main menu | kamel5 | |
The display of the instant timers has been corrected in the main menu so that they are displayed as in the timer list. | |||
2021-05-05 | remove comment | Peter Bieringer | |
2021-05-05 | fix vdrstatus in displaymenu | Peter Bieringer | |
2021-05-05 | expose vdrstatus to displaymenu | Peter Bieringer | |
2021-05-04 | add {vdrHasTimers} to vdrstatus - can be used in skins for e.g. ↵ | Peter Bieringer | |
REC/SCHED/FREE (in combination with {vdrIsRecording}) | |||
2021-05-04 | Fix Incorrect detection of a recording that is currently running | kamel5 | |
To set timeShiftActive correctly, it is not sufficient to compare the name of the recording and the timer in cGlobalTimers::IsRecording() if no short text is available. Therefore, the start time of both is now also compared. | |||
2021-05-03 | add additional vdrstatus exposing "vdrIsRecordingsHandlersActive" and ↵ | Peter Bieringer | |
"vdrIsRecording" - can be used in skins for e.g. IDLE/BUSY REC/FREE | |||
2021-05-03 | add additional recording flag "isInUse" - can be used in skins for e.g. ↵ | Peter Bieringer | |
records in cutting/copy(queue) | |||
2021-04-25 | Merge branch 'pbiering/code-optimization' into develop | kamel5 | |
2021-03-28 | Fix segfault with mpv plugin (thx to @lnj at vdr-portal.de) | kamel5 | |
This fix prevents a segfault when using the mpv plugin because there are no cutmarks. | |||
2021-03-20 | remove of duplicate code by introducing macros by https://gitlab.com/Mike838 ↵ | Peter Bieringer | |
from https://gitlab.com/kamel5/skindesigner/-/issues/1#note_508426185 | |||
2021-03-15 | Fix cutting marks wasn't updated | kamel5 | |
2021-03-11 | fix tuner device mapping in case tuners are not starting as first device ↵ | Peter Bieringer | |
(e.g. NetCeiver mcli) | |||
2021-03-11 | Merge remote-tracking branch 'upstream/master' | Peter Bieringer | |
2021-03-04 | Add active recordings to timeshift mode | kamel5 | |
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. | |||
2021-03-04 | Revert "Disabled timeshift display for non timeshift recordings" | kamel5 | |
This reverts commit 1fc5379e2eed0ecd7eb2227564077a62bc0b1e12. | |||
2021-03-01 | Merge remote-tracking branch 'upstream/master' | Peter Bieringer | |
2021-02-15 | Eliminate SetRecordingLength | kamel5 | |
2021-02-15 | Move SetTimeShiftValues | kamel5 | |
2021-02-15 | Add element timeShiftTimes to displayreplay | kamel5 | |
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-15 | Disabled timeshift display for non timeshift recordings | kamel5 | |
2021-02-15 | Add tokens eventstart and eventstop to eDRRecTitleST | kamel5 | |
Tokens eventstart and eventstop can be used in displayreplay timshiftmode to display the start and end time of the coresponding event | |||
2021-02-11 | In timeshift mode, the title of the actual playback position is displayed | kamel5 | |
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-11 | Revision 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-11 | An error with the remaining time in the channel display has been fixed | kamel5 | |
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-09 | Token eLeMenuDefaultIT::devstatus added | kamel5 | |
2021-02-09 | Missing token eCeMenuSchedulesIT::durationminutes added | kamel5 | |
2021-02-08 | Fixed a bug in timeshift mode that prevented the progress bar from updating ↵ | kamel5 | |
in pause mode | |||
2021-02-08 | A bug with timeshift in connection with global timers has been fixed | kamel5 | |
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-06 | This reverts bd86dd4de "disabled timeshift display for instant recordings" | kamel5 | |
2021-02-06 | Merge branch 'fix-Wstringop-overflow' | Peter Bieringer | |
2021-02-06 | fix crash caused by cVeDmDetailheaderRec::Parse introduced in 1.2.10 | Peter Bieringer | |
2021-02-06 | fix 3x Wstringop-overflow compiler warnings | Peter Bieringer | |
2021-02-05 | rename to isRecording, filter IsInUse proper, add also to replay recinfo | Peter Bieringer | |
2021-02-05 | added token for recordings: isInUse | Peter Bieringer | |
2021-02-03 | Fixed an error in displayreplay if no recording information are available | kamel5 | |
2021-01-28 | align tuner number (starting internally with 0) with VDR numbering (starting ↵ | Peter Bieringer | |
with 1) | |||
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) |