diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-16 14:31:14 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-16 14:31:14 +0200 |
commit | d3f255e79ec8590728a34f6665bf2e2204b713c0 (patch) | |
tree | 335d0db9f90a706fe45f5fb0cde455c94399f43f /MANUAL | |
parent | 0af14457e0cb9f91dd2861814b8a2aae55a193be (diff) | |
download | vdr-d3f255e79ec8590728a34f6665bf2e2204b713c0.tar.gz vdr-d3f255e79ec8590728a34f6665bf2e2204b713c0.tar.bz2 |
Setup parameter for VideoFormat
Diffstat (limited to 'MANUAL')
-rw-r--r-- | MANUAL | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -355,6 +355,15 @@ Video Disk Recorder User's Manual 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. + + DefaultPriority = 50 The default Priority and Lifetime values used when + DefaultLifetime = 50 creating a new timer event. A Lifetime value of 99 + means that this recording will never be deleted + automatically. + + VideoFormat = 0 The video format (or aspect ratio) of the tv set in use. + 0 = 4:3 + 1 = 16:9 * Executing system commands |