Installscript-vdr.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(M)
K (Schützte „Installscript-vdr.conf“ ([edit=autoconfirmed] (unbeschränkt) [move=autoconfirmed] (unbeschränkt)))
 
(59 dazwischenliegende Versionen von 24 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
==vdr.conf==
 
==vdr.conf==
# -----------------------------------------------------------
+
<pre>
# Description: Environment for VDR
+
# -----------------------------------------------------------
# -----------------------------------------------------------
+
# Description: Environment for VDR
#
+
# -----------------------------------------------------------
# Format:
+
#
#
+
# Format:
# VDR_OPTION=""
+
#
#    ^^^^^^
+
# VDR_OPTION=""
#    use vdr --help
+
#    ^^^^^^
#
+
#    use vdr --help
# VDR_EPG="......" (tr A-Z a-z)
+
#
#    ^^^
+
# VDR_EPG="..." (tr A-Z a-z)
#  --epg='......'
+
#    ^^^
 +
#  --epg='...'
 +
</pre>
  
Über welchen User das alles laufen soll.
+
Installation Prefix.
  
# user
+
<pre>
VDRUSR=""
+
# installation prefix
 +
PREFIX="/usr/local"
 +
</pre>
  
Das meiste wird hier ''aktiviert'', und über die [[installscript-runvdr|runvdr]] ausgeführt, die Scripts in '''../admin/[[installscript-start-cmds|start-cmds]]/rc''' sollte man sich anpassen.
+
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.
  
# start / loads the following programs (runvdr start)
+
<pre>
#
+
# -----------------------------------------------------------
# (1=true/0=false)
+
# start / loads the following programs (runvdr start)
START_ACTIVY="0"
+
# -----------------------------------------------------------
START_ADMIN="0"
+
START_ADMIN="0"
START_ATD="1"
+
START_AMAROKGATEWAY="0"
START_DVB="1"
+
START_DVB="1"
START_DXR3="0"
+
#START_DXR3="0"
START_GLCDSPLASH="0"
+
START_GLCDSPLASH="0"
#START_IGOR="0"
+
START_GRAPHTFTFE="0"
START_IVTV="0"
+
#START_IVTV="0"
START_LCDD="0"
+
START_LCDD="0"
START_LIRCD="1"
+
START_LIRCD="1"
START_LOADKEYS="0"
+
START_LOADKEYS="0"
START_MLNET="0"
+
START_MLNET="0"
START_MVPLOADER="0"
+
START_MVPLOADER="0"
START_MYSQLD="0"
+
START_MYSQLD="0"
START_NTPDATE="0"
+
START_RDATE="0"
START_QUEUEHANDLER="0"
+
START_QUEUEHANDLER="0"
START_RTORRENT="0"
+
START_RTORRENT="0"
# tuning the primary device, after loading the dvb driver
+
START_TUNE="0"
START_TUNE="0"
+
</pre>
#START_XXVD="0"
+
  
Prefix, mit welchen installiert wurde.
+
Angabe des Programms, welches für die Weiterleitung des Dolby-Digital Signals verantwortlich ist.
  
# installation prefix
+
<pre>
PREFIX="/usr/local"
+
# -----------------------------------------------------------
 +
# vdr
 +
# -----------------------------------------------------------
 +
# send Dolby Digital audio to stdin of command CMD, e.g: "a52dec -o oss6"
 +
VDR_AUDIO=""
 +
</pre>
  
 
Verzeichnis, in dem sich die Konfigurationsdateien des VDR befinden.
 
Verzeichnis, in dem sich die Konfigurationsdateien des VDR befinden.
  
# directory where vdr stores its config files. vdr defaults to /video
+
<pre>
VDR_CONFIG="/usr/local/etc/vdr"
+
# directory where vdr stores its config files. vdr defaults to /video
 +
VDR_CONFIG="/usr/local/etc/vdr"
 +
</pre>
  
Für Übersetzungen.
+
Anzahl der DVB-Devices, die genutzt werden sollen ('''0,1,2 ...''').
  
# locale
+
<pre>
TEXTDOMAIN="vdr"
+
# use only the given DVB device (NUM = 0, 1, 2 ...)
TEXTDOMAINDIR="\${VDR_CONFIG}/locale"
+
# there may be several -D options (default: all DVB devices will be used)
 +
VDR_DEV=""
 +
</pre>
  
Scripts / Konfiguration vom [[admin-plugin]].
+
File in dem das EPG gespeichert wird.
  
# path to admin
+
<pre>
ADMDIR="${VDR_CONFIG}/admin"
+
# 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>
  
Verzeichnis zu den Scripts.
+
[[VDR Optionen]]
  
# path to scripts
+
<pre>
SCRDIR="${VDR_CONFIG}/scripts"
+
# 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>
  
Verzeichnis für die Aufnahmen.
+
Verzeichnis, in dem sich die Plugins befinden.
  
# use DIR as video directory (default: /video)
+
<pre>
VDR_VIDEO="/video0"
+
# search for plugins in DIR (default is ./PLUGINS/lib)
 +
VDR_LIB="${PREFIX}/lib/vdr"
 +
</pre>
  
Script zum Herunterfahren des PCs, für das [[extb-plugin]] ändern in ('''${SCRDIR}/extb-poweroff.pl''').
+
[[LIRC]]
 +
 
 +
<pre>
 +
# use a LIRC remote control device, attached to PATH (default: /dev/lircd)
 +
VDR_LIRC=""
 +
</pre>
 +
 
 +
Angabe des Logging-Levels (0,1,2,3).
 +
 
 +
<pre>
 +
# set log level
 +
# 0 = no logging
 +
# 1 = errors only
 +
# 2 = errors and info
 +
# 3 = errors, info and debug (default)
 +
VDR_LOG="3"
 +
</pre>
 +
 
 +
Host für das Simple-Video-Disk-Recorder-Protokoll (siehe [[SVDRP]]).
 +
 
 +
<pre>
 +
# destination hostname (default: 127.0.0.1)
 +
VDRDEST=""
 +
</pre>
 +
 
 +
Port für das Simple-Video-Disk-Recorder-Protokoll (siehe [[SVDRP]]).
 +
 
 +
<pre>
 +
# which port to listen vor SVDRP commands, see vdr --help. default (default: 2001)
 +
VDR_PORT=""
 +
</pre>
 +
 
 +
[[RCU]]
  
# call CMD to shutdown the computer
+
<pre>
VDR_SHUTDOWN="${SCRDIR}/[[installscript-shutdown.sh|shutdown.sh]]"
+
# use a remote control device, attached to PATH (default: /dev/ttyS1)
 +
VDR_RCU=""
 +
</pre>
  
 
Script, welches vor bzw. nach einer Aufnahme ausgeführt wird.
 
Script, welches vor bzw. nach einer Aufnahme ausgeführt wird.
  
# call CMD before and after a recording, e.g:
+
<pre>
VDR_RECORD="${SCRDIR}/[[installscript-rwrapper.sh|rwrapper.sh]]"
+
# call CMD before and after a recording, e.g:
 +
VDR_RECORD="${VDR_CONFIG}/scripts/rwrapper.sh"
 +
</pre>
  
Verzeichnis, in dem sich die Plugins befinden.
+
Script zum Herunterfahren des PCs, für das [[extb-plugin]] ändern in ('''${SCRDIR}/extb-poweroff.pl''').
  
# search for plugins in DIR (default is ./PLUGINS/lib)
+
<pre>
VDR_LIB="${PREFIX}/lib/vdr"
+
# call CMD to shutdown the computer
 +
VDR_SHUTDOWN="${VDR_CONFIG}/scripts/shutdown.sh"
 +
</pre>
  
File in dem das EPG gespeichert wird.
+
Ausgabe-Terminal zur Kontrolle von Meldungen des VDR.
  
# 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
+
# controlling tty ('/dev/tty8')
VDR_EPG="${VDR_CONFIG}/epg.data"
+
VDR_TERMINAL=""
 +
</pre>
  
Hier wird die Zeit in Sekunden angegeben, die der Watchdog zur Reaktion benötigt.
+
[[VDR Optionen]]
  
# activate the watchdog timer with a timeout of SEC
+
<pre>
# seconds (default: 0); '0' disables the watchdog
+
# run as user USER (default: vdr) only applicable if started as root
VDR_WATCHDOG="60"
+
VDR_USER="root"
 +
</pre>
  
Ausgabe-Terminal zur Kontrolle von Meldungen des VDR (z.B '''/dev/tty8''').
+
Verzeichnis für die Aufnahmen.
  
# controlling tty
+
<pre>
VDR_TERMINAL="/dev/tty1"
+
# use DIR as video directory (default: /video)
 +
VDR_VIDEO="/video0"
 +
</pre>
  
Port für das Simple-Video-Disk-Recorder-Protokoll (siehe [[svdrp]]).
+
Hier wird die Zeit in Sekunden angegeben, die der Watchdog zur Reaktion benötigt.
  
# which port to listen vor SVDRP commands, see vdr --help. default (default: 2001)
+
<pre>
VDR_PORT=""
+
# activate the watchdog timer with a timeout of SEC
 +
# seconds (default: 0); '0' disables the watchdog
 +
VDR_WATCHDOG="60"
 +
</pre>
  
Angabe des Logging-Levels (0,1,2,3).
+
Sonstieges.
  
# set log level
+
<pre>
# 0 = no logging
+
# mute audio of the primary DVB device at startup (--mute)
# 1 = errors only
+
# don't use the keyboard as an input device (--no-kbd)
# 2 = errors and info
+
# encode special characters in recording names to avoid problems with VFAT file systems (--vfat)
# 3 = errors, info and debug (default)
+
USRDEV=""
VDR_LOG="1"
+
</pre>
  
Angabe des Programms, welches für die Weiterleitung des Dolby-Digital Signals verantwortlich ist.
+
Für Übersetzungen.
  
# send Dolby Digital audio to stdin of command CMD, e.g: "a52dec -o oss6"
+
<pre>
VDR_AUDIO=""
+
# -----------------------------------------------------------
 +
# misc
 +
# -----------------------------------------------------------
 +
# locale
 +
LANG="de_DE@euro"
 +
TEXTDOMAIN="vdr"
 +
TEXTDOMAINDIR="${VDR_CONFIG}/locale"
 +
</pre>
  
Anzahl der DVB-Devices, die genutzt werden sollen ('''0,1,2 ...''').
+
[[SVDRP]]
  
# use only the given DVB device (NUM = 0, 1, 2...)
+
<pre>
# there may be several -D options (default: all DVB devices will be used)
+
# svdrpsend.pl
VDR_DEV=""
+
SVDRPSENDCMD="${PREFIX}/bin/svdrpsend.pl -p ${VDR_PORT:-2001} -d ${VDRDEST:-127.0.0.1}"
 +
</pre>
  
[[LIRC]]
+
Scripts / Konfiguration vom [[admin-plugin]].
  
# use a LIRC remote control device, attached to PATH (default: /dev/lircd) >= 1.3.28
+
<pre>
VDR_LIRC=""
+
# path to admin
 +
ADMDIR="${VDR_CONFIG}/admin"
 +
</pre>
  
[[RCU]]
+
Verzeichnis zu den Scripts.
  
# use a remote control device, attached to PATH (default: /dev/ttyS1) >= 1.3.28
+
<pre>
VDR_RCU=""
+
# path to scripts
 +
SCRDIR="${VDR_CONFIG}/scripts"
 +
</pre>
  
Sonstieges.
+
Zu Konsole schalten.  
  
# mute audio of the primary DVB device at startup (--mute)
+
<pre>
# don't use the keyboard as an input device (--no-kbd) >= 1.3.28
+
# Switch console to some terminal? Needs terminal number. For example ('8')
# encode special characters in recording names to avoid problems with VFAT file systems (--vfat) >= 1.3.32
+
SWITCHTERMINAL=""
USRDEV=""
+
</pre>
  
# -----------------------------------------------------------
+
Falls andere Skripts, mit gestartet werden sollen.
# config for shutdown
+
# -----------------------------------------------------------
+
  
Klar.
+
<pre>
 +
# run script(s) with runvdr start
 +
MYSCRIPTS="/path/script /path/script"
 +
</pre>
  
# read board configuration from specified configuration file (e.g: "$PREFIX/etc/nvram-wakeup/nvram-wakeup.conf")
+
Auskommentieren, um einen X-Server mit der entsprechenden CMD zu starten. (die Variable, ist zu setzen VDR_TERMINAL="'''/dev/tty8'''")
NVRAM_CONFIG=""
+
  
Falls das Board bekannt sein sollte.
+
Mit:
  
# specify the iw (infowriter) name. (e.g: gigabyte_5aa)
+
<pre>
NVRAM_IWNAME=""
+
VDR_TERMINAL="/dev/tty8"
 +
XSERVERCMD="xinit -e 'ShmClient -f' -- :2"
 +
</pre>
  
Weitere Optionen.
+
Wird ein X-Server gestartet, es befindet sich somit auf '''[STRG] + [F9 ...]''' der ShmClient des [[softdevice-plugin]]s.
  
# try "nvram-wakeup --help"
+
<pre>
NVRAM_OPT="--syslog"
+
# 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>
  
Welchen Bootmanager?
+
Klar.
  
# Which boot manager are you using? (grub/lilo)
+
<pre>
BOOT_MANAGER="grub"
+
# -----------------------------------------------------------
 +
# config for shutdown
 +
# -----------------------------------------------------------
 +
# wake up method ('off','acpi','nvram','suspend','suspend-no-reboot')
 +
WAKEUP_METHOD="off"
 +
</pre>
  
ACPI?
+
Falls das Board bekannt sein sollte.
  
# Do you want to use acpi-wakeup? (1=true/0=false)
+
<pre>
ACPI_WAKEUP="0"
+
# specify the iw (infowriter) name. (e.g: gigabyte_5aa)
 +
NVRAM_IWNAME=""
 +
</pre>
  
# -----------------------------------------------------------
+
Klar.
# epg -> look in ../admin/[[installscript-recording-cmds|recording-cmds]]/after-wakeup.run
+
# -----------------------------------------------------------
+
  
[[tvmovie2vdr]]
+
<pre>
 +
# read board configuration from specified configuration file (e.g: "$PREFIX/etc/nvram-wakeup/nvram-wakeup.conf")
 +
NVRAM_CONFIG=""
 +
</pre>
  
EPG_TVMOVIE2VDR="1"
+
Weitere Optionen.
  
[[infosatepg]]
+
<pre>
 +
# try "nvram-wakeup --help"
 +
NVRAM_OPT="--syslog"
 +
</pre>
  
EPG_INFOSATEPG="1"
+
Welchen Bootmanager?
  
[[tvmovie2vdr]]
+
<pre>
 +
# Which boot manager are you using? (grub/lilo)
 +
BOOT_MANAGER="grub"
 +
</pre>
  
EPG_TVINFOMERK2VDR="0"
+
Umgebungsvariablen für das [[burn-plugin]].
  
# -----------------------------------------------------------
+
<pre>
# config for plugins
+
# -----------------------------------------------------------
# -----------------------------------------------------------
+
# config for plugins
+
# -----------------------------------------------------------
Umgebungsvariable für IGOR -> http://i30www.ira.uka.de/p2p/videgor/install.de.html
+
# burn, set JAVA_HOME environment variable, to point your JRE installation directory
 +
JAVA_HOME="${JAVA_HOME}"
  
# igor environment
+
# burn, set PROJECTX_HOME environment variable, to point your ProjectX installation directory
IGOR="localhost:11072"
+
PROJECTX_HOME="/usr/share/java"
  
[[muggle-plugin]]
+
# burn, use DIR to store ISO images
 +
BURNISODIR="${BURNISODIR}"
 +
</pre>
  
# muggle
+
[[audiorecorder-plugin]]
MUGGLEDIR="/mp3"
+
  
[[vdrrip-plugin]]
+
<pre>
 +
# audiorecorder, use DIR as recording directory
 +
AUDIORECORDERDIR="${AUDIORECORDERDIR}"
 +
</pre>
  
# vdrrip
+
[[muggle-plugin]]
VDRRIPDIR="/video0/vdrrip"
+
  
# -----------------------------------------------------------
+
<pre>
# misc
+
# muggle, use toplevel DIR for music
# -----------------------------------------------------------
+
MUGGLEDIR="${MUGGLEDIR}"
 +
</pre>
  
Auslagerort der Schnitte. [[clipinc]]
+
[[osdimage-plugin]] + [[pictures-plugin]]
  
# where to store the clips + mp3s
+
<pre>
CLIPINCDIR="/video0/clips"
+
# osdimage, pictures, use toplevel DIR for images
 +
IMAGEDIR="${IMAGEDIR}"
 +
</pre>
  
 
[[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}"