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:
6
vdr.5
6
vdr.5
@@ -8,7 +8,7 @@
|
||||
.\" License as specified in the file COPYING that comes with the
|
||||
.\" vdr distribution.
|
||||
.\"
|
||||
.\" $Id: vdr.5 2.15 2010/02/21 14:29:06 kls Exp $
|
||||
.\" $Id: vdr.5 2.17 2010/03/06 14:04:54 kls Exp $
|
||||
.\"
|
||||
.TH vdr 5 "10 Feb 2008" "1.6" "Video Disk Recorder Files"
|
||||
.SH NAME
|
||||
@@ -402,14 +402,16 @@ The first character of the \fBcode\fR must be one of
|
||||
.TS
|
||||
tab (@);
|
||||
l l.
|
||||
\fBS\fR@Satellite
|
||||
\fBA\fR@ATSC
|
||||
\fBC\fR@Cable
|
||||
\fBS\fR@Satellite
|
||||
\fBT\fR@Terrestrial
|
||||
.TE
|
||||
|
||||
and is followed by further data pertaining to that particular source. In case of
|
||||
\fBS\fRatellite this is the orbital position in degrees, followed by \fBE\fR for
|
||||
east or \fBW\fR for west.
|
||||
Plugins may define additional sources, using other characters in the range 'A'...'Z'.
|
||||
.SS DISEQC
|
||||
The file \fIdiseqc.conf\fR defines the \fBDiSEqC\fR control sequences to be sent
|
||||
to the DVB-S card in order to access a given satellite position and/or band.
|
||||
|
||||
Reference in New Issue
Block a user