Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37553211
en ru br
ALT Linux repos
S:2.2.0-alt12
D:1.6.0-alt1
3.0: 1.3.15-alt1

Group :: Video
RPM: vdr

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# System configuration for VDR                                       -*- sh -*-

# The "master" options. Some examples of options you may want to set
# here are -r, -t, and --rcu. See the vdr(8) man page for more info.
#
# The default shutdown script (/usr/lib*/vdr/bin/vdr-shutdown.sh) needs
# sudo(8) configuration to work as expected, see the script source for
# details.
#
VDR_OPTIONS=(--lirc --vfat --userdump -s vdr-shutdown.sh)

# VDR_PLUGIN_ORDER is a space separated list of plugins that should be
# loaded in a specific order. This affects eg. the order the plugins'
# menu entries are displayed OSD menus by default. The plugins in this
# list don't need to be installed, but if they are, they will be loaded
# before other possibly installed plugins. Note that it is recommended
# to load output plugins before others so that all necessary features are
# present when needed by other plugins at startup/shutdown.
#
VDR_PLUGIN_ORDER="
dxr3
softdevice
streamdev-client
xine
xineliboutput
tvonscreen
osdteletext
subtitles
ttxtsubs
osdpip
femon
recstatus
sudoku
weather
weatherng
dvd
externalplayer
mplayer
mp3
muggle
burn
"

# I18N settings.
#
. /etc/sysconfig/i18n 2>/dev/null || :
# LC_TIME affects how dates and times are displayed.
#export LC_TIME=fi_FI.UTF-8

# PATH where to find the internally used executables.
#
PATH="/usr/lib/vdr/bin:$PATH"

# How many minutes before a recording should the VDR box wake up?
# Some CI/CAM combinations can take quite a long time to initialize, so
# we default to a pretty generous value here.
#
WAKEUP_BEFORE_RECORDING=10

# Try reloading DVB modules on unexpected exits?
#
#RELOAD_DVB=yes

# For debugging: allow vdr to dump core. Note that depending on the operating
# environment, core dumps from setuid processes may be a security issue.
# Core dumps requires also the --userdump argument to vdr.
#
#DAEMON_COREFILE_LIMIT="unlimited"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin