diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-10 12:45:58 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-03-10 12:45:58 +0100 |
commit | f9a3885ef2d21cef30180f2a90a0a305981a27c6 (patch) | |
tree | 068fc60123196fdb2ac15c4304b7520bae96e18f /MANUAL | |
parent | 550c79e411a3e9237cb357bb4dab45cc3b7d5d0f (diff) | |
download | vdr-f9a3885ef2d21cef30180f2a90a0a305981a27c6.tar.gz vdr-f9a3885ef2d21cef30180f2a90a0a305981a27c6.tar.bz2 |
New Setup parameter TrustedTransponder
Diffstat (limited to 'MANUAL')
-rw-r--r-- | MANUAL | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -415,9 +415,23 @@ Video Disk Recorder User's Manual SetSystemTime = 0 Defines whether the system time will be set according to the time received from the DVB data stream. 0 = system time will not be set - 1 = system time wil be set + 1 = system time will be set Note that this works only if VDR is running under a user - id that has permisson to set the system time. + id that has permisson to set the system time. You also + need to set the option TrustedTransponder to a channel + that you trust to transmit a reliable time base (not all + channels seem to have access to a correct time base...). + + TrustedTransponder = 0 The frequency of the transponder that shall be used to + set the system time. The Setup menu will offer the full + list of channels, even if several of them are on the + same transponder. Also, when selecting a channel, saving + the Setup and opening the Setup menu again, there may be + a different channel listed here, since the first one + in 'channels.conf' that is on the given transponder will + be taken. Note that in order to set the system time from + the transponder data the option SetSystemTime must also + be enabled. MarginStart = 2 Defines how many minutes before the official start time MarginStop = 10 of a broadcast VDR shall start recording, and how long |