# /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

# Video-Directory
VIDEO_DIR="/var/lib/video"

# Config-Directory
CFG_DIR="/var/lib/vdr"

# Plugin-Directory
PLUGIN_DIR="/usr/lib/vdr/plugins"

# Plugin Config-Directory
PLUGIN_CFG_DIR="/etc/vdr/plugins"

# Plugin prefix
PLUGIN_PREFIX="libvdr-"

# Plugin order configuration
PLUGIN_ORDER_FILE="/etc/vdr/plugins/order.conf"

# Set this to load only plugins with the correct patch level
PLUGIN_CHECK_PATCHLEVEL="no"

# Command-Hooks Directory
CMDHOOKSDIR="/usr/share/vdr/command-hooks"

# Commmand executed on start, stop and editing of a recording
REC_CMD=/usr/lib/vdr/vdr-recordingaction

# Commmand executed by vdr to shutdown the system
SHUTDOWN_CMD=/usr/lib/vdr/vdr-shutdown

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