summarylogtreecommitdiffstats
path: root/vdr.conf
blob: ce1534db42dc5bf3d7363cfa314a12acf17021eb (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# System configuration for VDR                                       -*- sh -*-

# The "master" options.  Some examples of options you may want to set
# here are -r, -t, and --rcu.  See the vdr(1) man page for more info.
#
# The default shutdown script (/usr/lib*/vdr/bin/vdr-shutdown.sh) needs
# sudo(8) configuration to work as expected, see the script source for
# details.
#
VDR_OPTIONS=(--lirc --vfat --shutdown=vdr-shutdown.sh)

# VDR_PLUGIN_ORDER is a space separated list of plugins that should be
# loaded in a specific order.  This affects eg. the order the plugins'
# menu entries are displayed OSD menus by default.  The plugins in this
# list don't need to be installed, but if they are, they will be loaded
# before other possibly installed plugins.  Note that it is recommended
# to load output plugins before others so that all necessary features are
# present when needed by other plugins at startup/shutdown.
#
VDR_PLUGIN_ORDER="
dxr3
softdevice
softhddevice
streamdev-client
xine
xineliboutput
dvbhddevice
dvbsddevice
tvonscreen
osdteletext
ttxtsubs
osdpip
femon
recstatus
markad
sudoku
weather
weatherng
dvd
externalplayer
mplayer
mp3
muggle
burn
"

# I18N settings.
#
. /etc/vdr/i18n 2>/dev/null || :
# LC_TIME affects how dates and times are displayed.
#export LC_TIME=fi_FI.UTF-8

# PATH where to find the internally used executables.
#
#PATH="$PATH:/opt/bin"

# How many minutes before a recording should the VDR box wake up?
# Some CI/CAM combinations can take quite a long time to initialize, so
# we default to a pretty generous value here.
#
WAKEUP_BEFORE_RECORDING=10

# Try reloading DVB modules on unexpected exits?
#
#RELOAD_DVB=yes

# For debugging: allow vdr to dump core.  Note that depending on the operating
# environment, core dumps from setuid processes may be a security issue.
#
#DAEMON_COREFILE_LIMIT="unlimited"