Installscript-vdr.conf
(→vdr.conf) |
(ausgemistet) |
||
Zeile 2: | Zeile 2: | ||
Die meisten Einträge werden "automatisch" während der Installation (entpacken von Plugins) geändert, in den Modulen (Bsp: '''../preeplugins/vdrrip.cmd'''), ein: | Die meisten Einträge werden "automatisch" während der Installation (entpacken von Plugins) geändert, in den Modulen (Bsp: '''../preeplugins/vdrrip.cmd'''), ein: | ||
− | start_entry | + | start_entry QUEUEHANDLER 1 |
− | start_entry | + | start_entry QUEUEHANDLER 0 |
− | ^ | + | ^ |
− | + fuegt hinzu => | + | + fuegt hinzu => START_QUEUEHANDLER="1" |
− | - entfernt => | + | - entfernt => START_QUEUEHANDLER="0" |
==Details => $VDR_SHUTDOWN== | ==Details => $VDR_SHUTDOWN== | ||
Zeile 36: | Zeile 36: | ||
VDRUSR="" | VDRUSR="" | ||
− | Das meiste wird hier "aktiviert", und über die [[installscript-runvdr|runvdr]] ausgeführt, man | + | Das meiste wird hier "aktiviert", und über die [[installscript-runvdr|runvdr]] ausgeführt, die Scripts in ('''../startd''') sollte man sich anpassen. |
# start / loads the following programs (runvdr start) | # start / loads the following programs (runvdr start) | ||
# | # | ||
− | # | + | # (1=true/0=false) |
− | + | START_ADMIN="0" | |
− | + | START_ATD="1" | |
− | + | START_DVB="1" | |
− | + | START_DXR3="0" | |
− | + | START_IVTV="0" | |
− | + | START_EVEXEC="0" | |
− | + | START_LCDD="1" | |
− | + | START_LIRCD="1" | |
− | + | START_LOADKEYS="0" | |
− | + | START_MLNET="0" | |
− | + | START_MVPLOADER="1" | |
− | + | START_MYSQLD="0" | |
− | + | START_QUEUEHANDLER="1" | |
− | + | START_XXVD="0" | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Source Verzeichnis. | Source Verzeichnis. | ||
Zeile 185: | Zeile 174: | ||
Tunen des primären Devices, nach dem laden der Treiber. | Tunen des primären Devices, nach dem laden der Treiber. | ||
− | # tuning the primary device, after loading the dvb driver ( | + | # tuning the primary device, after loading the dvb driver (1=true/0=false) |
− | TUNE=" | + | TUNE="0" |
Für das [[remote-plugin]]. | Für das [[remote-plugin]]. | ||
Zeile 200: | Zeile 189: | ||
Falls man Module direct laden möchte, siehe [[installscript-runvdr|runvdr]]. | Falls man Module direct laden möchte, siehe [[installscript-runvdr|runvdr]]. | ||
− | # loads the following modules | + | # loads/unload the following modules |
+ | # | ||
+ | # <--- make sure input stuff is there for IR remote controls ---> | ||
+ | # input, evdev | ||
+ | # <--- vide4linux for av7110 based "full featured" cards ---> | ||
+ | # videodev, v4l1-compat, v4l2-common, video-buf | ||
+ | # <--- 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 | ||
+ | # | ||
LMODULES=\ | LMODULES=\ | ||
" | " | ||
Zeile 215: | Zeile 220: | ||
input | input | ||
evdev | evdev | ||
− | dvb-ttpci | + | dvb-ttpci |
" | " | ||
− | + | # | |
− | + | ||
− | + | ||
− | # | + | |
RMODULES=\ | RMODULES=\ | ||
" | " | ||
Zeile 238: | Zeile 240: | ||
videodev | videodev | ||
" | " | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Kategorie:Installscript]] | [[Kategorie:Installscript]] |
Version vom 27. Februar 2005, 12:25 Uhr
Details => $START_PROCS
Die meisten Einträge werden "automatisch" während der Installation (entpacken von Plugins) geändert, in den Modulen (Bsp: ../preeplugins/vdrrip.cmd), ein:
start_entry QUEUEHANDLER 1 start_entry QUEUEHANDLER 0 ^ + fuegt hinzu => START_QUEUEHANDLER="1" - entfernt => START_QUEUEHANDLER="0"
Details => $VDR_SHUTDOWN
Für das extb-plugin ändern in:
VDR_SHUTDOWN="${SCRDIR}/extb-poweroff.pl"
Weitere files:
${VDR_CONFIG}/extb-poweroff.conf ${SCRDIR}/checkscript.sh
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 (../startd) sollte man sich anpassen.
# start / loads the following programs (runvdr start) # # (1=true/0=false) START_ADMIN="0" START_ATD="1" START_DVB="1" START_DXR3="0" START_IVTV="0" START_EVEXEC="0" START_LCDD="1" START_LIRCD="1" START_LOADKEYS="0" START_MLNET="0" START_MVPLOADER="1" START_MYSQLD="0" START_QUEUEHANDLER="1" START_XXVD="0"
Source Verzeichnis.
# path to VDR/DVB MYPATH="/usr/local/src"
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"
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"
Script zum Herunterfahren des PCs.
# call CMD to shutdown the computer VDR_SHUTDOWN="${SCRDIR}/shutdown.sh"
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 (z.B.für vdradmin).
# which port to listen vor SVDRP commands, see vdr --help. default (default: 2001) VDR_PORT=""
Verzeichnis, in dem sich die Plugin befinden.
# search for plugins in DIR (default is ./PLUGINS/lib) VDR_LIB="${MYPATH}/VDR/PLUGINS/lib"
Angabe des Logging-Levels (0,1,2,3).
# amount of log messages, see vdr --help. default empty VDR_LOG=""
Script, welches vor bzw. nach einer Aufnahme ausgeführt wird.
# call CMD before and after a recording, e.g: VDR_RECORD="${SCRDIR}/rwrapper.sh"
Optionen für Noad.
# noad options (>= 0.4.1): NOADOPT="nice --background --jumplogo --ac3 --overlap --OSD --statisticfile=/var/log/noadstat"
Verzeichnis für die Aufnahmen.
# use DIR as video directory (default: /video) VDR_VIDEO="/video"
# muggle plugin (hardcodet at the moment, please edit your plugin_setup.conf "-t /mp3") MUGGLEDIR="/mp3"
# output directory vdrrip plugin VDRRIPDIR="/video/vdrrip"
# directory for mlnet MLDONKEYDIR="/var/cache/mldonkey"
# dagrab, where the MP3s should go DAGRABDIR="/mp3/rip"
# where to store the clips CLIPINCDIR="/video/clips"
# where the mp3s should go CLIPINC2DIR="/mp3/clips"
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=""
# wol WOLADD="IP_ADRESS MAC_ADRESS"
Tunen des primären Devices, nach dem laden der Treiber.
# tuning the primary device, after loading the dvb driver (1=true/0=false) TUNE="0"
Für das remote-plugin.
# 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) AV7110LOADKEYS=""
Siehe DVB Installation 1.0.1 (Kernel_2.4).
# driver config (e.g: CARDS="av7110 margi em8300 b2c2") CARDS="av7110"
Falls man Module direct laden möchte, siehe runvdr.
# loads/unload the following modules # # <--- make sure input stuff is there for IR remote controls ---> # input, evdev # <--- vide4linux for av7110 based "full featured" cards ---> # videodev, v4l1-compat, v4l2-common, video-buf # <--- 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 # LMODULES=\ " videodev 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 " # RMODULES=\ " dvb-ttpci evdev input alps_bsrv2 alps_tdmb7 alps_tdlb7 grundig_29504-401 grundig_29504-491 stv0299 ves1820 tda1004x mt312 dvb-core videodev "