mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Version 1.7.14
- Fixed handling empty strings in cSource::FromString(). - Assigned the source character 'I' to "IPTV" (suggested by Rolf Ahrenberg). - Assigned the source character 'V' to "Analog Video" (suggested by Lars Hanisch). This obsoletes the ANALOGTV patch. - Added support for ATSC devices (thanks to Alex Lasnier). This obsoletes the ATSC patch. - The "Source" item in the "Edit channel" menu now wraps around the list of sources (suggested by Halim Sahin). - Fixed editing channel parameters. - The new setup option "Recording/Delete timeshift recording" controls whether a timeshift recording is automatically deleted after viewing it. This obsoletes the DELTIMESHIFTREC patch. Note that the meaning of the values for this option is different from the DELTIMESHIFTREC patch: 0 means timeshift recordings are not automatically deleted (the default behavior as in previous versions), while 1 means to ask the user whether the recording shall be deleted. - Added cChannel::IsSourceType() to test if a channel's source is of a given type. - Changed the polarization characters in cDvbSourceParam::GetOsdItem() to uppercase. - The full timer file name is now displayed if it ends with "TITLE" or "EPISODE" (pointed out by Udo Richter). - Fixed "attempt to drop wrong frame from ring buffer" when skipping +/- one minute during replay. - The new setup option "Folders in timer menu" controls whether the file names in the timer menu are shown with their full folder path.
This commit is contained in:
12
MANUAL
12
MANUAL
@@ -584,6 +584,10 @@ Version 1.6
|
||||
Turns displaying the Recordings menu as a hierarchical
|
||||
directory structure on or off.
|
||||
|
||||
Folders in timer menu = yes
|
||||
Controls whether the full folder path is shown in the
|
||||
"Timers" menu, or just the basic recording name.
|
||||
|
||||
EPG:
|
||||
|
||||
EPG scan timeout = 5 The time (in hours) of user inactivity after which the
|
||||
@@ -824,6 +828,14 @@ Version 1.6
|
||||
file (named 00001.ts, 00002.ts, ...) you can set this
|
||||
option to 'yes'.
|
||||
|
||||
Delete timeshift recording = 0
|
||||
Controls whether a timeshift recording is deleted after
|
||||
viewing it.
|
||||
0 = no
|
||||
1 = confirm
|
||||
2 = yes
|
||||
The default is 0.
|
||||
|
||||
Replay:
|
||||
|
||||
Multi speed mode = no Defines the function of the "Left" and "Right" keys in
|
||||
|
Reference in New Issue
Block a user