]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - config/vdr/vdr.sysconfig
vdr-vnsiserver3: Change plugin.
[people/teissler/ipfire-2.x.git] / config / vdr / vdr.sysconfig
1 # System configuration for VDR -*- sh -*-
2
3 # The "master" options. Some examples of options you may want to set
4 # here are -r, -t, and --rcu. See the vdr(1) man page for more info.
5 #
6 VDR_OPTIONS=(--vfat)
7
8 # VDR_PLUGIN_ORDER is a space separated list of plugins that should be
9 # loaded in a specific order. This affects eg. the order the plugins'
10 # menu entries are displayed OSD menus by default. The plugins in this
11 # list don't need to be installed, but if they are, they will be loaded
12 # before other possibly installed plugins. Note that it is recommended
13 # to load output plugins before others so that all necessary features are
14 # present when needed by other plugins at startup/shutdown.
15 #
16 VDR_PLUGIN_ORDER="
17 streamdev-server
18 epgsearch
19 vnsiserver3
20 "
21
22 # PATH where to find the internally used executables.
23 #
24 PATH="/usr/lib/vdr/bin:$PATH"
25
26 # How many minutes before a recording should the VDR box wake up?
27 # Some CI/CAM combinations can take quite a long time to initialize, so
28 # we default to a pretty generous value here.
29 #
30 WAKEUP_BEFORE_RECORDING=10
31
32 # Try reloading DVB modules on unexpected exits?
33 #
34 #RELOAD_DVB=yes
35
36 # For debugging: allow vdr to dump core. Note that depending on the operating
37 # environment, core dumps from setuid processes may be a security issue.
38 #
39 #DAEMON_COREFILE_LIMIT="unlimited"