diff options
Diffstat (limited to 'runvdr.conf.example')
-rw-r--r-- | runvdr.conf.example | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/runvdr.conf.example b/runvdr.conf.example index 8e31eaf..070581c 100644 --- a/runvdr.conf.example +++ b/runvdr.conf.example @@ -83,6 +83,9 @@ LIBDIR= # If you use PluginSetup: Where is the the plugin_setup_runvdr.conf file? # PLUGINSETUPCONF="$CONFIGDIR/plugins/plugin_setup_runvdr.conf" +# If you use Setup-Plugin: Where is the the sysconfig file? +# SETUPPLUGINCONF="$CONFIGDIR/sysconfig" + ##### ----------------------- ##### More config options ##### ----------------------- @@ -158,6 +161,9 @@ VFAT= # Allow coredumps if USER= is given (debugging) # USERDUMP="1" +# Fire up own X server as output device +# XSERVER="/usr/bin/X -nolisten tcp -config /etc/X11/xorg-runvdr.conf :0" + # Store PID of runvdr into a file? # RUNVDRPID=~/.runvdr.pid RUNVDRPID=/var/run/runvdr.pid @@ -173,6 +179,14 @@ SWITCHTERMINAL=8 # This affects sort options in recordings. # LANGUAGE="de_DE@euro" +# If VDR restarts automatically, only do this number of restarts before giving up +# Setting this to 0 will cancel any restart attempt of VDR +MAXRESTARTS=5 + +# Only count restart attempts where VDR did not run longer than # seconds +# Setting this to 0 will never count restarts, and VDR can restart forever +RESTARTTIME=10 + # Additional parameters to pass to VDR directly, without parsing: ADDPARAM="" |