diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-02-25 14:14:06 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-02-25 14:14:06 +0100 |
commit | 16fe4d783f2c5e34f18a329b542624e211e13e72 (patch) | |
tree | 2e88340b3cd87fda61b88ff659a1ec90a5e671ea /MANUAL | |
parent | 197d3762e49dc864abe95626c9c40dc6acd0a1f7 (diff) | |
download | vdr-16fe4d783f2c5e34f18a329b542624e211e13e72.tar.gz vdr-16fe4d783f2c5e34f18a329b542624e211e13e72.tar.bz2 |
Made "Channel entry timeout" a setup parameter1.5.1
Diffstat (limited to 'MANUAL')
-rw-r--r-- | MANUAL | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -786,9 +786,18 @@ Version 1.4 connection after which the connection is automatically closed. Default is 300, a value of 0 means no timeout. - Zap Timeout = 3 The time (in seconds) until a channel counts as "previous" + Zap timeout = 3 The time (in seconds) until a channel counts as "previous" for switching with '0' + Channel entry timeout = 1000 + The time (in milliseconds) after the last keypress until + a numerically entered channel number is considered + complete, and the channel is switched. Default is 1000, + a value of 0 turns this off, so a numerically entered + channel number then needs to be confirmed with the "Ok" + key. Note that the total maximum is also limited by + the "OSD/Channel info time" parameter. + Initial channel = 0 The number of the channel that shall be tuned to when VDR starts. Default is 0, which means that it will tune to the channel that was on before VDR was stopped. |