Made "Channel entry timeout" a setup parameter

This commit is contained in:
Klaus Schmidinger
2007-02-25 14:14:06 +01:00
parent 197d3762e4
commit 16fe4d783f
7 changed files with 48 additions and 8 deletions

11
MANUAL
View File

@@ -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.