# /etc/default/vdr
# Default config thanks to: 
# Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
# 29.01.2003

# Change to 1 to enable vdr's init-script
ENABLED=0

# Which vdr-binary to start 
# (vdr-kbd, vdr-lirc, vdr-daemon or vdr-rcu)
DAEMON="vdr-lirc"

# Video-Directory
VIDEO_DIR="/video"

# Config-Directory
CFG_DIR="/video"

# Plugins to load
PLUGINS="-Phello -Pstatus"

# Options that will be passed to vdr's commandline
# for example: OPTIONS="-w 15"
OPTIONS="-w 30"