Installscript-vdr.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(vdr.conf)
K (Schützte „Installscript-vdr.conf“ ([edit=autoconfirmed] (unbeschränkt) [move=autoconfirmed] (unbeschränkt)))
 
(130 dazwischenliegende Versionen von 65 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
==Details => $START_PROCS==
+
==vdr.conf==
Die meisten Einträge werden "automatisch" während der Installation (entpacken von Plugins) geändert, in den Modulen (Bsp: '''../preeplugins/vdrrip.cmd'''), ein:
+
<pre>
 +
# -----------------------------------------------------------
 +
# Description: Environment for VDR
 +
# -----------------------------------------------------------
 +
#
 +
# Format:
 +
#
 +
# VDR_OPTION=""
 +
#    ^^^^^^
 +
#    use vdr --help
 +
#
 +
# VDR_EPG="..." (tr A-Z a-z)
 +
#    ^^^
 +
#  --epg='...'
 +
</pre>
  
start_entry + vdrrip
+
Installation Prefix.
start_entry - vdrrip
+
            ^
+
            + fuegt hinzu => START_PROCS="vdrrrip"
+
            - entfernt    => START_PROCS=""
+
  
==Details => $VDR_SHUTDOWN==
+
<pre>
Für das [[extb-plugin]] ändern in:
+
# installation prefix
 +
PREFIX="/usr/local"
 +
</pre>
  
VDR_SHUTDOWN="${SCRDIR}/extb-poweroff.pl"
+
Das meiste wird hier ''aktiviert'', und über die [[runvdr]] ausgeführt, die Scripts in '''../admin/[[installscript-start-cmds|start-cmds]]/rc''' sollte man sich anpassen.
  
Weitere files:
+
<pre>
 +
# -----------------------------------------------------------
 +
# start / loads the following programs (runvdr start)
 +
# -----------------------------------------------------------
 +
START_ADMIN="0"
 +
START_AMAROKGATEWAY="0"
 +
START_DVB="1"
 +
#START_DXR3="0"
 +
START_GLCDSPLASH="0"
 +
START_GRAPHTFTFE="0"
 +
#START_IVTV="0"
 +
START_LCDD="0"
 +
START_LIRCD="1"
 +
START_LOADKEYS="0"
 +
START_MLNET="0"
 +
START_MVPLOADER="0"
 +
START_MYSQLD="0"
 +
START_RDATE="0"
 +
START_QUEUEHANDLER="0"
 +
START_RTORRENT="0"
 +
START_TUNE="0"
 +
</pre>
  
${VDR_CONFIG}/extb-poweroff.conf
+
Angabe des Programms, welches für die Weiterleitung des Dolby-Digital Signals verantwortlich ist.
${SCRDIR}/[[checkscript.sh]]
+
  
==vdr.conf==
+
<pre>
# Description: Environment for VDR
+
# -----------------------------------------------------------
#
+
# vdr
# Format:
+
# -----------------------------------------------------------
#
+
# send Dolby Digital audio to stdin of command CMD, e.g: "a52dec -o oss6"
# VDR_OPTION=""
+
VDR_AUDIO=""
#    ^^^^^^
+
</pre>
#    use vdr --help
+
#
+
# VDR_EPG="......" (tr A-Z a-z)
+
#    ^^^
+
#  --epg='......'
+
  
Über welchen User das alles laufen soll.
+
Verzeichnis, in dem sich die Konfigurationsdateien des VDR befinden.
  
# user
+
<pre>
VDRUSR=""
+
# directory where vdr stores its config files. vdr defaults to /video
 +
VDR_CONFIG="/usr/local/etc/vdr"
 +
</pre>
  
Das meiste wird hier "aktiviert", und über die [[installscript-runvdr|runvdr]] ausgeführt, man erspaart sich somit ein zumüllen der runlevels, zum anderen wäre es ein Ding der unmöglichkeit für jede Distri initscripts zu erzeugen.
+
Anzahl der DVB-Devices, die genutzt werden sollen ('''0,1,2 ...''').
  
# start / loads the following programs (runvdr start)
+
<pre>
#
+
# use only the given DVB device (NUM = 0, 1, 2 ...)
# entry                                              status
+
# there may be several -D options (default: all DVB devices will be used)
# ------------------------------------------------------------
+
VDR_DEV=""
# admind    vdradmind.pl                            ok
+
</pre>
# atd        at job manager                          ok
+
# dxr3      dxr3 and hollywood+ driver              untested
+
# dvb        driver for the dvb cards                ok
+
# ivtv      c15 capture driver                      untested
+
# lircd      infrared receiver                        ok
+
# lcdd      server daemon lcdproc                    ok
+
# mlnet      start 'mlnet'                            ok
+
# mvploader  firmware loader for mediamvp            ok
+
# mysqld    database server                          ok
+
# vdrrip    queuehandler.sh                          ok
+
# xxvd      xxvd daemon                              ok
+
#
+
START_PROCS="atd dvb lircd"
+
  
Verzögerung für [[Vdradmin]].
+
File in dem das EPG gespeichert wird.
  
# run admind after vdr, NUMBER[smhd]... (use info sleep)
+
<pre>
ADMINDELAY="3m"
+
# 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"
 +
</pre>
  
Diese Programme werden über '''runvdr stop''' mit gekillt.
+
[[VDR Optionen]]
  
# stop the following programs (runvdr stop), processes by name
+
<pre>
STOP_PROCS="vdradmind.pl xine fbxine xawtv tvtime kvdr fbtv vdr runvdr"
+
# write images from the SVDRP command GRAB into the given DIR; DIR must be the full path name of an
 +
# existing directory, without any "..", double '/' or symlinks (default: none, same as -g-)
 +
VDR_GRAB="/tmp"
 +
</pre>
  
Source Verzeichnis.
+
Verzeichnis, in dem sich die Plugins befinden.
  
# path to VDR/DVB
+
<pre>
MYPATH="/usr/local/src"
+
# search for plugins in DIR (default is ./PLUGINS/lib)
 +
VDR_LIB="${PREFIX}/lib/vdr"
 +
</pre>
  
Verzeichnis, in dem sich die Konfigurationsdateien des VDR befinden.
+
[[LIRC]]
  
# directory where vdr stores its config files. vdr defaults to /video
+
<pre>
VDR_CONFIG="/usr/local/src/VDRtmp"
+
# use a LIRC remote control device, attached to PATH (default: /dev/lircd)
 +
VDR_LIRC=""
 +
</pre>
  
Verzeichnis zu den Scripts.
+
Angabe des Logging-Levels (0,1,2,3).
  
# path to scripts
+
<pre>
SCRDIR="${VDR_CONFIG}/scripts"
+
# set log level
 +
# 0 = no logging
 +
# 1 = errors only
 +
# 2 = errors and info
 +
# 3 = errors, info and debug (default)
 +
VDR_LOG="3"
 +
</pre>
  
File in dem das EPG gespeichert wird.
+
Host für das Simple-Video-Disk-Recorder-Protokoll (siehe [[SVDRP]]).
  
# write the EPG data into the given FILE (default is /video/epg.data)
+
<pre>
# use '-E-' to disable this if FILE is a directory, the default EPG file will be created in that directory
+
# destination hostname (default: 127.0.0.1)
VDR_EPG="${VDR_CONFIG}/epg.data"
+
VDRDEST=""
 +
</pre>
  
Script zum Herunterfahren des PCs.
+
Port für das Simple-Video-Disk-Recorder-Protokoll (siehe [[SVDRP]]).
  
# call CMD to shutdown the computer
+
<pre>
VDR_SHUTDOWN="${SCRDIR}/[[installscript-shutdown.sh|shutdown.sh]]"
+
# which port to listen vor SVDRP commands, see vdr --help. default (default: 2001)
 +
VDR_PORT=""
 +
</pre>
  
Hier wird die Zeit in Sekunden angegeben, die der Watchdog zur Reaktion benötigt.
+
[[RCU]]
  
# activate the watchdog timer with a timeout of SEC
+
<pre>
# seconds (default: 0); '0' disables the watchdog
+
# use a remote control device, attached to PATH (default: /dev/ttyS1)
VDR_WATCHDOG="60"
+
VDR_RCU=""
 +
</pre>
  
Ausgabe-Terminal zur Kontrolle von Meldungen des VDR (z.B /dev/tty8).
+
Script, welches vor bzw. nach einer Aufnahme ausgeführt wird.
  
# controlling tty
+
<pre>
VDR_TERMINAL="/dev/tty8"
+
# call CMD before and after a recording, e.g:
 +
VDR_RECORD="${VDR_CONFIG}/scripts/rwrapper.sh"
 +
</pre>
  
Port für das Simple-Video-Disk-Recorder-Protokoll (z.B.für vdradmin).
+
Script zum Herunterfahren des PCs, für das [[extb-plugin]] ändern in ('''${SCRDIR}/extb-poweroff.pl''').
  
# which port to listen vor SVDRP commands, see vdr --help. default (default: 2001)
+
<pre>
VDR_PORT=""
+
# call CMD to shutdown the computer
 +
VDR_SHUTDOWN="${VDR_CONFIG}/scripts/shutdown.sh"
 +
</pre>
  
Verzeichnis, in dem sich die Plugin befinden.
+
Ausgabe-Terminal zur Kontrolle von Meldungen des VDR.
  
# search for plugins in DIR (default is ./PLUGINS/lib)
+
<pre>
VDR_LIB="${MYPATH}/VDR/PLUGINS/lib"
+
# controlling tty ('/dev/tty8')
 +
VDR_TERMINAL=""
 +
</pre>
  
Angabe des Logging-Levels (0,1,2,3).
+
[[VDR Optionen]]
  
# amount of log messages, see vdr --help. default empty
+
<pre>
VDR_LOG=""
+
# run as user USER (default: vdr) only applicable if started as root
 +
VDR_USER="root"
 +
</pre>
  
Script, welches vor bzw. nach einer Aufnahme ausgeführt wird.
+
Verzeichnis für die Aufnahmen.
  
# call CMD before and after a recording, e.g:
+
<pre>
VDR_RECORD="${SCRDIR}/[[installscript-rwrapper.sh|rwrapper.sh]]"
+
# use DIR as video directory (default: /video)
 +
VDR_VIDEO="/video0"
 +
</pre>
  
Optionen für [[Noad]].
+
Hier wird die Zeit in Sekunden angegeben, die der Watchdog zur Reaktion benötigt.
  
# noad options (>= 0.4.1):
+
<pre>
NOADOPT="nice --background --jumplogo --ac3 --overlap --OSD --statisticfile=/var/log/noadstat"
+
# activate the watchdog timer with a timeout of SEC
 +
# seconds (default: 0); '0' disables the watchdog
 +
VDR_WATCHDOG="60"
 +
</pre>
  
Verzeichnis für die Aufnahmen.
+
Sonstieges.
  
# use DIR as video directory (default: /video)
+
<pre>
VDR_VIDEO="/video"
+
# mute audio of the primary DVB device at startup (--mute)
 +
# don't use the keyboard as an input device (--no-kbd)
 +
# encode special characters in recording names to avoid problems with VFAT file systems (--vfat)
 +
USRDEV=""
 +
</pre>
  
[[muggle-plugin]]
+
Für Übersetzungen.
  
# muggle plugin (hardcodet at the moment, please edit your plugin_setup.conf "-t /mp3")
+
<pre>
MUGGLEDIR="/mp3"
+
# -----------------------------------------------------------
 +
# misc
 +
# -----------------------------------------------------------
 +
# locale
 +
LANG="de_DE@euro"
 +
TEXTDOMAIN="vdr"
 +
TEXTDOMAINDIR="${VDR_CONFIG}/locale"
 +
</pre>
  
[[vdrrip-plugin]]
+
[[SVDRP]]
  
# output directory vdrrip plugin
+
<pre>
VDRRIPDIR="/video/vdrrip"
+
# svdrpsend.pl
 +
SVDRPSENDCMD="${PREFIX}/bin/svdrpsend.pl -p ${VDR_PORT:-2001} -d ${VDRDEST:-127.0.0.1}"
 +
</pre>
  
# directory for mlnet
+
Scripts / Konfiguration vom [[admin-plugin]].
MLDONKEYDIR="/var/cache/mldonkey"
+
  
[[cda2mp3]]
+
<pre>
 +
# path to admin
 +
ADMDIR="${VDR_CONFIG}/admin"
 +
</pre>
  
# dagrab, where the MP3s should go
+
Verzeichnis zu den Scripts.
DAGRABDIR="/mp3/rip"
+
  
[[clipinc]]
+
<pre>
 +
# path to scripts
 +
SCRDIR="${VDR_CONFIG}/scripts"
 +
</pre>
  
# where to store the clips
+
Zu Konsole schalten.
CLIPINCDIR="/video/clips"
+
  
[[clipinc2mp3.sh]]
+
<pre>
 +
# Switch console to some terminal? Needs terminal number. For example ('8')
 +
SWITCHTERMINAL=""
 +
</pre>
  
# where the mp3s should go
+
Falls andere Skripts, mit gestartet werden sollen.
CLIPINC2DIR="/mp3/clips"
+
  
Angabe des Programms, welches für die Weiterleitung des Dolby-Digital Signals verantwortlich ist.
+
<pre>
 +
# run script(s) with runvdr start
 +
MYSCRIPTS="/path/script /path/script"
 +
</pre>
  
# send Dolby Digital audio to stdin of command CMD, e.g: "a52dec -o oss6"
+
Auskommentieren, um einen X-Server mit der entsprechenden CMD zu starten. (die Variable, ist zu setzen VDR_TERMINAL="'''/dev/tty8'''")
VDR_AUDIO=""
+
  
Anzahl der DVB-Devices, die genutzt werden sollen (0,1,2 ...).
+
Mit:
  
# use only the given DVB device (NUM = 0, 1, 2...)
+
<pre>
# there may be several -D options (default: all DVB devices will be used)
+
VDR_TERMINAL="/dev/tty8"
VDR_DEV=""
+
XSERVERCMD="xinit -e 'ShmClient -f' -- :2"
 +
</pre>
  
Sonstieges.
+
Wird ein X-Server gestartet, es befindet sich somit auf '''[STRG] + [F9 ...]''' der ShmClient des [[softdevice-plugin]]s.
  
# misc... e.g: "--mute"
+
<pre>
USRDEV=""
+
# Fire up own X server as output device, for example.
 +
# xinit -e 'ShmClient -f' -- :2
 +
# xinit -e 'vdr-sxfe --fullscreen xvdr://localhost' -- :2
 +
# xinit -e 'xine --fullscreen --hide-gui vdr:/tmp/vdr-xine/stream#demux:mpeg_pes' -- :2
 +
XSERVERCMD=""
 +
</pre>
  
[[wol]]
+
Klar.
  
# wol
+
<pre>
WOLADD="IP_ADRESS MAC_ADRESS"
+
# -----------------------------------------------------------
 +
# config for shutdown
 +
# -----------------------------------------------------------
 +
# wake up method ('off','acpi','nvram','suspend','suspend-no-reboot')
 +
WAKEUP_METHOD="off"
 +
</pre>
  
Tunen des primären Devices, nach dem laden der Treiber.
+
Falls das Board bekannt sein sollte.
  
# tuning the primary device, after loading the dvb driver (yes/no)
+
<pre>
TUNE="no"
+
# specify the iw (infowriter) name. (e.g: gigabyte_5aa)
 +
NVRAM_IWNAME=""
 +
</pre>
  
Für das [[remote-plugin]].
+
Klar.
  
# list (activy.rcmm, galaxis.rcmm, hauppauge.rc5, hauppauge_grey.rc5, mbo_81095-code_562.rc5, medion_088.rc5, medion_155.rc5, philips.rc5, philips1358.rc5)
+
<pre>
AV7110LOADKEYS=""
+
# read board configuration from specified configuration file (e.g: "$PREFIX/etc/nvram-wakeup/nvram-wakeup.conf")
 +
NVRAM_CONFIG=""
 +
</pre>
  
Siehe [[DVB Installation 1.0.1 (Kernel_2.4)]].
+
Weitere Optionen.
  
# driver config (e.g: CARDS="av7110 margi em8300 b2c2")
+
<pre>
CARDS="av7110"
+
# try "nvram-wakeup --help"
 +
NVRAM_OPT="--syslog"
 +
</pre>
  
Falls man Module direct laden möchte, siehe [[installscript-runvdr|runvdr]].
+
Welchen Bootmanager?
  
# loads the following modules
+
<pre>
LMODULES=\
+
# Which boot manager are you using? (grub/lilo)
"
+
BOOT_MANAGER="grub"
videodev
+
</pre>
dvb-core dvb_shutdown_timeout=0
+
alps_bsrv2
+
alps_tdmb7
+
alps_tdlb7
+
grundig_29504-401
+
grundig_29504-491
+
mt312
+
stv0299
+
ves1820
+
input
+
evdev
+
dvb-ttpci hw_sections=1
+
"
+
  
Entladen (benötigt meist eine anderen Reihenfolge).
+
Umgebungsvariablen für das [[burn-plugin]].
 +
 
 +
<pre>
 +
# -----------------------------------------------------------
 +
# config for plugins
 +
# -----------------------------------------------------------
 +
# burn, set JAVA_HOME environment variable, to point your JRE installation directory
 +
JAVA_HOME="${JAVA_HOME}"
 +
 
 +
# burn, set PROJECTX_HOME environment variable, to point your ProjectX installation directory
 +
PROJECTX_HOME="/usr/share/java"
 +
 
 +
# burn, use DIR to store ISO images
 +
BURNISODIR="${BURNISODIR}"
 +
</pre>
 +
 
 +
[[audiorecorder-plugin]]
 +
 
 +
<pre>
 +
# audiorecorder, use DIR as recording directory
 +
AUDIORECORDERDIR="${AUDIORECORDERDIR}"
 +
</pre>
 +
 
 +
[[muggle-plugin]]
  
# unload the following modules
+
<pre>
RMODULES=\
+
# muggle, use toplevel DIR for music
"
+
MUGGLEDIR="${MUGGLEDIR}"
dvb-ttpci
+
</pre>
evdev
+
input
+
alps_bsrv2
+
alps_tdmb7
+
alps_tdlb7
+
grundig_29504-401
+
grundig_29504-491
+
stv0299
+
ves1820
+
tda1004x
+
mt312
+
dvb-core
+
videodev
+
"
+
  
Bekannte Module (Quelle DVB Sourcen)
+
[[osdimage-plugin]] + [[pictures-plugin]]
  
# <--- make sure input stuff is there for IR remote controls --->
+
<pre>
# input, evdev
+
# osdimage, pictures, use toplevel DIR for images
# <---  vide4linux for av7110 based "full featured" cards --->
+
IMAGEDIR="${IMAGEDIR}"
# videodev, v4l1-compat, v4l2-common, video-buf
+
</pre>
# <--- DVB core --->
+
# dvb-core
+
# <--- frontend drivers --->
+
# ves1x93, alps_tdlb7, alps_tdmb7, stv0299, ves1820, tda1004x, grundig_29504-401, grundig_29504-491, cx24110, mt312
+
# <--- saa7146 based siemens/technotrend/hauppauge cards --->
+
# saa7146, saa7146_vv, ttpci-eeprom, dvb-ttpci, budget-core, budget, budget-ci, budget-av
+
# <--- technotrend/hauppauge USB things --->
+
# dvb-ttusb-budget, ttusb_dec
+
# <--- technisat skystar2 --->
+
# skystar2
+
  
 
[[Kategorie:Installscript]]
 
[[Kategorie:Installscript]]

Aktuelle Version vom 11. Januar 2010, 17:12 Uhr

[Bearbeiten] vdr.conf

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

Installation Prefix.

# installation prefix
PREFIX="/usr/local"

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)
# -----------------------------------------------------------
START_ADMIN="0"
START_AMAROKGATEWAY="0"
START_DVB="1"
#START_DXR3="0"
START_GLCDSPLASH="0"
START_GRAPHTFTFE="0"
#START_IVTV="0"
START_LCDD="0"
START_LIRCD="1"
START_LOADKEYS="0"
START_MLNET="0"
START_MVPLOADER="0"
START_MYSQLD="0"
START_RDATE="0"
START_QUEUEHANDLER="0"
START_RTORRENT="0"
START_TUNE="0"

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

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

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"

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=""

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"

VDR Optionen

# write images from the SVDRP command GRAB into the given DIR; DIR must be the full path name of an
# existing directory, without any "..", double '/' or symlinks (default: none, same as -g-)
VDR_GRAB="/tmp"

Verzeichnis, in dem sich die Plugins befinden.

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

LIRC

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

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="3"

Host für das Simple-Video-Disk-Recorder-Protokoll (siehe SVDRP).

# destination hostname (default: 127.0.0.1)
VDRDEST=""

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=""

RCU

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

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

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

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

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

Ausgabe-Terminal zur Kontrolle von Meldungen des VDR.

# controlling tty ('/dev/tty8')
VDR_TERMINAL=""

VDR Optionen

# run as user USER (default: vdr) only applicable if started as root
VDR_USER="root"

Verzeichnis für die Aufnahmen.

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

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"

Sonstieges.

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

Für Übersetzungen.

# -----------------------------------------------------------
# misc
# -----------------------------------------------------------
# locale
LANG="de_DE@euro"
TEXTDOMAIN="vdr"
TEXTDOMAINDIR="${VDR_CONFIG}/locale"

SVDRP

# svdrpsend.pl
SVDRPSENDCMD="${PREFIX}/bin/svdrpsend.pl -p ${VDR_PORT:-2001} -d ${VDRDEST:-127.0.0.1}"

Scripts / Konfiguration vom admin-plugin.

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

Verzeichnis zu den Scripts.

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

Zu Konsole schalten.

# Switch console to some terminal? Needs terminal number. For example ('8')
SWITCHTERMINAL=""

Falls andere Skripts, mit gestartet werden sollen.

# run script(s) with runvdr start
MYSCRIPTS="/path/script /path/script"

Auskommentieren, um einen X-Server mit der entsprechenden CMD zu starten. (die Variable, ist zu setzen VDR_TERMINAL="/dev/tty8")

Mit:

VDR_TERMINAL="/dev/tty8"
XSERVERCMD="xinit -e 'ShmClient -f' -- :2"

Wird ein X-Server gestartet, es befindet sich somit auf [STRG] + [F9 ...] der ShmClient des softdevice-plugins.

# Fire up own X server as output device, for example.
# xinit -e 'ShmClient -f' -- :2
# xinit -e 'vdr-sxfe --fullscreen xvdr://localhost' -- :2
# xinit -e 'xine --fullscreen --hide-gui vdr:/tmp/vdr-xine/stream#demux:mpeg_pes' -- :2
XSERVERCMD=""

Klar.

# -----------------------------------------------------------
# config for shutdown
# -----------------------------------------------------------
# wake up method ('off','acpi','nvram','suspend','suspend-no-reboot')
WAKEUP_METHOD="off"

Falls das Board bekannt sein sollte.

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

Klar.

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

Weitere Optionen.

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

Welchen Bootmanager?

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

Umgebungsvariablen für das burn-plugin.

# -----------------------------------------------------------
# config for plugins
# -----------------------------------------------------------
# burn, set JAVA_HOME environment variable, to point your JRE installation directory
JAVA_HOME="${JAVA_HOME}"

# burn, set PROJECTX_HOME environment variable, to point your ProjectX installation directory
PROJECTX_HOME="/usr/share/java"

# burn, use DIR to store ISO images
BURNISODIR="${BURNISODIR}"

audiorecorder-plugin

# audiorecorder, use DIR as recording directory
AUDIORECORDERDIR="${AUDIORECORDERDIR}"

muggle-plugin

# muggle, use toplevel DIR for music
MUGGLEDIR="${MUGGLEDIR}"

osdimage-plugin + pictures-plugin

# osdimage, pictures, use toplevel DIR for images
IMAGEDIR="${IMAGEDIR}"