diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-02-13 15:50:26 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-02-13 15:50:26 +0100 |
commit | 06d53423935ca57269e6cd577f3482cceb2b9205 (patch) | |
tree | 219a173d6e6d88db64f33d789abc4000fafe5b9d /vdr.5 | |
parent | 30d262fa8871771ceca38828f52d8441c4d62743 (diff) | |
download | vdr-06d53423935ca57269e6cd577f3482cceb2b9205.tar.gz vdr-06d53423935ca57269e6cd577f3482cceb2b9205.tar.bz2 |
Fixed transponder handling to make it work with satellites that provide two transponders on the same frequency, with different polarization
Diffstat (limited to 'vdr.5')
-rw-r--r-- | vdr.5 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 1.23 2004/01/25 14:44:59 kls Exp $ +.\" $Id: vdr.5 1.24 2004/02/13 14:55:09 kls Exp $ .\" .TH vdr 5 "1 Jun 2003" "1.2.0" "Video Disk Recorder Files" .SH NAME @@ -178,6 +178,13 @@ so the above example could also be written as S19.2E-1-1089-12003). .br The \fBchannel\ ID\fR is used in the \fItimers.conf\fR and \fIepg.data\fR files to properly identify the channels. + +If a channel has both \fBNID\fR and \fBTID\fR set to 0, the \fBchannel\ ID\fR +will use the \fBFrequency\fR instead of the \fBTID\fR. For satellite channels +an additional offset of 100000, 200000, 300000 or 400000 is added to that +number, depending on the \fBPolarization\fR (\fBH\fR, \fBV\fR, \fBL\fR or \fBR\fR, +respectively). This is necessary because on some satellites the same frequency is +used for two different transponders, with opposite polarization. .SS TIMERS The file \fItimers.conf\fR contains the timer setup. Each line contains one timer definition, with individual fields |