# /etc/default/vdr
#
# See also /usr/share/doc/vdr/README.Debian.gz
#

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

# Change this to 1 if you want vdr to be able to shutdown the
# computer
ENABLE_SHUTDOWN=1

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

# VDR executes <COMMAND> when the power-off-key of the remote is pressed after
# processing all shutdown hook scripts. Shutdown hooks may override this
# command. See section "Shutdown-Hooks" below. SHUTDOWNCMD will be executed
# detached in background.
#SHUTDOWNCMD="/bin/systemctl hibernate"
SHUTDOWNCMD="/sbin/poweroff"

# The recording directory
VIDEO_DIR=/srv/vdr/video.00

# Services to stop/start during suspend/hibernate
SERVICES="vdr"

# Modules to unload/load during suspend/hibernate
MODULES="videobuf_core videobuf_dma_sg v4l2_common dvb_core ttpci_eeprom saa7146 saa7146_vv stv0299 dvb_ttpci s5h1420 cx24123 b2c2_flexcop b2c2_flexcop_pci"
