blob: 3180943f485bbaec3618f380c647684937e4d852 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# Master-Timer config file. Values shown here are defaults.
# How many seconds "too early" should the timer begin
marginstart = 600
# How many seconds "too long" should the timer end
marginstop = 600
# When the Prio isn't provided in the config file use this value
defaultprio = 50
# How many DVB cards are installed in the computer (not used yet)
DVBCards = 1
# IP/Hostname:Port of the destination (space is used for delimiter)
Dest = localhost:2001
# Should timers on the same channels be joined when they overlap (0 = off)
jointimers = 0
# Should the description be transfered to VDR?
description = 0
# Debug level
# 1 : Dump "torecord"
# 2 : Dump all timers
# 4 : Show when a timer will be deleted
# 8 : Dump the "Done" REs
# 16 : Verbose config reading
# 32 : Dump program variables
# 64 : Excessive deepblack/torecord debuging
debug = 0
|