diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-24 14:03:39 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-24 14:03:39 +0100 |
commit | edacac5f91713ff996853c0de665ff3c237eaf8a (patch) | |
tree | ccdec45c02a89e8c9b57a3315a4ad20ebbff626b /MANUAL | |
parent | 377b15b53579ac2a6eaf304b07b9862b305c9150 (diff) | |
download | vdr-edacac5f91713ff996853c0de665ff3c237eaf8a.tar.gz vdr-edacac5f91713ff996853c0de665ff3c237eaf8a.tar.bz2 |
Implemented PrimaryLimit setup parameter
Diffstat (limited to 'MANUAL')
-rw-r--r-- | MANUAL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -333,6 +333,15 @@ Video Disk Recorder User's Manual connection after which the connection is automatically closed. Default is 300, a value of 0 means no timeout. + PrimaryLimit = 0 The minimum priority a timer must have to be allowed to + use the primary DVB interface, or to force another timer + with higher priority to use the primary DVB interface. + This is mainly useful for recordings that should take + place only when there is nothing else to do, but should + never keep the user from viewing stuff on the primary + interface. On systems with only one DVB card, timers + with a priority below PrimaryLimit will never execute. + * Executing system commands The "Main" menu option "Commands" allows you to execute any system commands |