Installscript-vdr.conf
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 ../scripts/start-cmds/rc sollte man sich anpassen.
# start / loads the following programs (runvdr start) # # (1=true/0=false) START_ADMIN="0" START_ATD="1" START_DVB="1" # tuning the primary device, after loading the dvb driver START_TUNE="0" START_DXR3="0" START_IVTV="0" START_LCDD="0" START_LIRCD="1" START_LOADKEYS="0" START_MLNET="0" START_MVPLOADER="1" START_MYSQLD="0" START_QUEUEHANDLER="1" START_XXVD="0" START_GETSATIMAGE="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/src/VDRtmp"
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="/video"
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/tty8"
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=""
Sonstieges.
# misc... e.g: "--mute" USRDEV=""
# ----------------------------------------------------------- # config for the remote-plugin # -----------------------------------------------------------
Zu ladene Keymap für das remote-plugin.
# list (all.rc5, activy.rcmm, galaxis.rcmm, hauppauge.rc5, hauppauge_grey.rc5, mbo_81095-code_562.rc5, medion_088.rc5, medion_155.rc5, philips.rc5, philips1358.rc5) AV7110LOADKEYS=""
# ----------------------------------------------------------- # config for dvb # -----------------------------------------------------------
Siehe DVB Installation 1.0.1 (Kernel_2.4).
# driver config (e.g: CARDS="av7110 margi em8300 b2c2", only 1.0.1) CARDS="av7110"
# ----------------------------------------------------------- # 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=""
Welchen Bootmanager?
# Which boot manager are you using? (grub/lilo) BOOT_MANAGER="grub"
Reihenfolge in der /boot/grub/menu.lst?
# Which is your reboot entry in /boot/grub/menu.lst? REBOOT_ENTRY="1"
Siehe ACPI Wakeup bzw. ActivyACPIWakeup.
# Do you want to use acpi-wakeup? (1=true/0=false) ACPI_WAKEUP="0"
# ----------------------------------------------------------- # epg -> look in ../admin/record-cmds/after-wakeup.run # -----------------------------------------------------------
EPG_TVMOVIE2VDR="1"
EPG_INFOSATEPG="1"
EPG_TVINFOMERK2VDR="0"
EPG_LOADEPG="0"
# ----------------------------------------------------------- # config for plugins # -----------------------------------------------------------
# graphlcd, use display for output GRAPHLCDDISPLAY="ks0108"
# muggle MUGGLEDIR="/mp3"
# vdrrip VDRRIPDIR="/video/vdrrip"
# ----------------------------------------------------------- # misc # -----------------------------------------------------------
Auslagerort der Schnitte. clipinc
# where to store the clips CLIPINCDIR="/video/clips"
Wo die MP3s gespeichert werden sollen. clipinc
# where the mp3s should go CLIPINC2DIR="/mp3/clips"