Installscript-vdr.conf

Aus VDR Wiki
Wechseln zu: Navigation, Suche

vdr.conf

# -----------------------------------------------------------
# Description: Environment for VDR
# -----------------------------------------------------------
#
# Format:
#
# VDR_OPTION=""
#     ^^^^^^
#     use vdr --help
#
# VDR_EPG="......" (tr A-Z a-z)
#     ^^^
#   --epg='......'

Über welchen User das alles laufen soll.

# user
VDRUSR=""

Das meiste wird hier aktiviert, und über die runvdr ausgeführt, die Scripts in ../admin/start-cmds/rc sollte man sich anpassen.

# start / loads the following programs (runvdr start)
#
# (1=true/0=false)
START_ACTIVY="0"
START_ADMIN="0"
START_ATD="1"
START_DVB="1"
START_DXR3="0"
START_GLCDSPLASH="0"
#START_IGOR="0"
START_IVTV="0"
START_LCDD="0"
START_LIRCD="1"
START_LOADKEYS="0"
START_MLNET="0"
START_MVPLOADER="0"
START_MYSQLD="0"
START_NTPDATE="0"
START_QUEUEHANDLER="0"
START_RTORRENT="0"
# tuning the primary device, after loading the dvb driver
START_TUNE="0"
#START_XXVD="0"

Prefix, mit welchen installiert wurde.

# installation prefix
PREFIX="/usr/local"

Verzeichnis, in dem sich die Konfigurationsdateien des VDR befinden.

# directory where vdr stores its config files. vdr defaults to /video
VDR_CONFIG="/usr/local/etc/vdr"

Für Übersetzungen.

# locale
TEXTDOMAIN="vdr"
TEXTDOMAINDIR="\${VDR_CONFIG}/locale"

Scripts / Konfiguration vom admin-plugin.

# path to admin
ADMDIR="${VDR_CONFIG}/admin"

Verzeichnis zu den Scripts.

# path to scripts
SCRDIR="${VDR_CONFIG}/scripts"

Verzeichnis für die Aufnahmen.

# use DIR as video directory (default: /video)
VDR_VIDEO="/video0"

Script zum Herunterfahren des PCs, für das extb-plugin ändern in (${SCRDIR}/extb-poweroff.pl).

# call CMD to shutdown the computer
VDR_SHUTDOWN="${SCRDIR}/shutdown.sh"

Script, welches vor bzw. nach einer Aufnahme ausgeführt wird.

# call CMD before and after a recording, e.g:
VDR_RECORD="${SCRDIR}/rwrapper.sh"

Verzeichnis, in dem sich die Plugins befinden.

# search for plugins in DIR (default is ./PLUGINS/lib)
VDR_LIB="${PREFIX}/lib/vdr"

File in dem das EPG gespeichert wird.

# write the EPG data into the given FILE (default is /video/epg.data)
# use '-E-' to disable this if FILE is a directory, the default EPG file will be created in that directory
VDR_EPG="${VDR_CONFIG}/epg.data"

Hier wird die Zeit in Sekunden angegeben, die der Watchdog zur Reaktion benötigt.

# activate the watchdog timer with a timeout of SEC
# seconds (default: 0); '0' disables the watchdog
VDR_WATCHDOG="60"

Ausgabe-Terminal zur Kontrolle von Meldungen des VDR (z.B /dev/tty8).

# controlling tty
VDR_TERMINAL="/dev/tty1"

Port für das Simple-Video-Disk-Recorder-Protokoll (siehe svdrp).

# which port to listen vor SVDRP commands, see vdr --help. default (default: 2001)
VDR_PORT=""

Angabe des Logging-Levels (0,1,2,3).

# set log level
# 0 = no logging
# 1 = errors only
# 2 = errors and info
# 3 = errors, info and debug (default)
VDR_LOG="1"

Angabe des Programms, welches für die Weiterleitung des Dolby-Digital Signals verantwortlich ist.

# send Dolby Digital audio to stdin of command CMD, e.g: "a52dec -o oss6"
VDR_AUDIO=""

Anzahl der DVB-Devices, die genutzt werden sollen (0,1,2 ...).

# use only the given DVB device (NUM = 0, 1, 2...)
# there may be several -D options (default: all DVB devices will be used)
VDR_DEV=""

LIRC

# use a LIRC remote control device, attached to PATH (default: /dev/lircd) >= 1.3.28
VDR_LIRC=""

RCU

# use a remote control device, attached to PATH (default: /dev/ttyS1) >= 1.3.28
VDR_RCU=""

Sonstieges.

# mute audio of the primary DVB device at startup (--mute)
# don't use the keyboard as an input device (--no-kbd) >= 1.3.28
# encode special characters in recording names to avoid problems with VFAT file systems (--vfat) >= 1.3.32
USRDEV=""
# -----------------------------------------------------------
# config for shutdown
# -----------------------------------------------------------

Klar.

# read board configuration from specified configuration file (e.g: "$PREFIX/etc/nvram-wakeup/nvram-wakeup.conf")
NVRAM_CONFIG=""

Falls das Board bekannt sein sollte.

# specify the iw (infowriter) name. (e.g: gigabyte_5aa)
NVRAM_IWNAME=""

Weitere Optionen.

# try "nvram-wakeup --help"
NVRAM_OPT="--syslog"

Welchen Bootmanager?

# Which boot manager are you using? (grub/lilo)
BOOT_MANAGER="grub"

ACPI?

# Do you want to use acpi-wakeup? (1=true/0=false)
ACPI_WAKEUP="0"
# -----------------------------------------------------------
# epg -> look in ../admin/recording-cmds/after-wakeup.run
# -----------------------------------------------------------

tvmovie2vdr

EPG_TVMOVIE2VDR="1"

infosatepg

EPG_INFOSATEPG="1"

tvmovie2vdr

EPG_TVINFOMERK2VDR="0"
# -----------------------------------------------------------
# config for plugins
# -----------------------------------------------------------

Umgebungsvariable für IGOR -> http://i30www.ira.uka.de/p2p/videgor/install.de.html

# igor environment
IGOR="localhost:11072"

muggle-plugin

# muggle
MUGGLEDIR="/mp3"

vdrrip-plugin

# vdrrip
VDRRIPDIR="/video0/vdrrip"
# -----------------------------------------------------------
# misc
# -----------------------------------------------------------

Auslagerort der Schnitte. clipinc

# where to store the clips + mp3s
CLIPINCDIR="/video0/clips"