Installscript-setup.conf

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 37: Zeile 37:
 
  # auto select packages (true/false):
 
  # auto select packages (true/false):
 
  AUTOSEL="true"
 
  AUTOSEL="true"
 
Hier werden die Logfiles ausgelagert ('''nicht ändern!''')
 
 
# path to logging file(s):
 
LOGDIR="/var/log/vdr"
 
  
 
Kommando zur Internet Einwahl.
 
Kommando zur Internet Einwahl.

Version vom 18. April 2005, 17:28 Uhr

# Description: Environment for install script

Verzeichnis in dem die Sourcen gespeichert werden.

# installation
#
# package directory:
PKGDIR="/usr/local/src/packages"

Konfiguration für VDR, ist mit der VDR Option --config=$DISDIR identisch.

# directory where vdr stores its config files:
DISDIR="/usr/local/src/VDRtmp"

Debuglevel für den Installations-Manager Stow.

# stow debug (levels are 0,1,2,3) e.g:
STOWDBG="3"

Files welche vom Script, während der Installation verändert wurden, werden hier gesichert.

# backup directory:
BCKDIR="${DISDIR}/setup/backup"

Format für Backups.

# backup format, use date --help, e.g:
BCKFORMAT="%Y%m%d"

Siehe installscript-manual-de.

# deleting, cleaning older sources (true/false):
CLEANUP="true"

Siehe installscript-manual-de.

# auto select packages (true/false):
AUTOSEL="true"

Kommando zur Internet Einwahl.

# internet
#
# dial-in command, if you don't have access to the web, set it to "":
DIALIN="cinternet -v -i ippp0 -A"

Kommando zur Internet Auswahl.

# hangup command, if you don't have access to the web, set it to "":
HANGUP="cinternet -i ippp0 -H"

Optionen für den textbasierten Browser Lynx.

# lynx options, analog modem? set it to 30:
LYNXOPT="-connect_timeout=2 -trace -dump"

Optionen für den Komandozeilen Downloader wget (ohne den geht nichts :-).

# wget options:
WGETOPT="-v -c -t 30"

Kommando zum prüfen der Internetverbindung.

# command to check the www connection:
CHCONNECT="ping -c 1 www.google.com"

Zippen der CVS Ordner.

# compressing cvs directorys after download (true/false):
CVSCOMP="true"

Einrichten eines Users (ungetestet).

# video disk recorder
#
# create a account, group/user add for vdr (root/vdr):
VDRUSR="root"

Interface zum auslesen der IP Adresse, an Hand dieser wird die svdrphosts.conf/streamdevhosts.conf = streamdev-plugin editiert.

# network device name (e.g.: eth*), for edit the svdrphosts.conf
# if there is no card installed, set it to "":
INTERFACE="eth0"

Driver Auswahl, nur 2.4 (1.0.1 oder 1.1.1)

# dvb driver (only 2.4)
#
# driver version (1.0.1/1.1.1):
DVBDRIVERVERSION="1.0.1"

Siehe ../DVB/driver/Makefile.

# driver config (1.0.1) (../DVB/driver/Makefile) e.g: CARDS="av7110 margi em8300 b2c2":
CARDS="av7110"

Ändert die /etc/fstab fürs osdteletext-plugin/teletext-plugin. (tmpfs /vtx tmpfs size=$VTXLIMITm 0 0)

# plugins
#
# limit /vtx, teletext plugin (m=MB):
VTXLIMIT="64m"

digicam-plugin

# digicam plugin:
DIGICAMDIR="${VIDEODIR}/fotos"

image-plugin

# image plugin:
IMAGEDIR="${VIDEODIR}/images"

ipod-plugin

# ipod plugin:
IPODDIR="/mp3/ipod"

mp3-plugin

# mp3 plugin:
MP3DIR="/mp3"

muggle-plugin

# muggle plugin:
MUGGLEDIR="/mp3"

Auslager- und Speicherort für das vdrrip-plugin.

# output directory vdrrip plugin:
VDRRIPDIR="${VIDEODIR}/vdrrip"

dvdselect-plugin

# dvdselect
DVDSELECTIMAGEDIR="${VIDEODIR}"
DVDSELECTDEVICENAME="/dev/dvd"
DVDSELECTDEVICEORGNAME="/dev/scd0"

Hier ist die "Lizenznummer" für Clipinc einzutragen.

# clipinc
#
# Get your license for free at:
# http://www.geschickter-als-kaufen.de/hilfe.htm
# "scroll down to "Anfordern einer Lizenznummer"
# "xxxxx-xxxxx"
CLIPINCLICENSE=""

Auslagerort für Clipinc.

# where to store the clips:
CLIPINCDIR="${VIDEODIR}/clips"

Auslagerort für clipinc.sh.

# where the mp3s should go:
CLIPINC2DIR="/mp3/clips"

Auslagerort für Savvy.

# savvy
#
# output directory:
SAVVYDIR="/mp3/savvy"

Falls wer seinen Fileserver via WOL (commands.conf) aufwecken möchte, IP_ADRESS + MAC_ADRESS des Servers eintragen.

# wol
#
# Each MAC-ADDRESS is written as x:x:x:x:x:x, where x is a hexadecimal number
# between 0 and ff which represents one byte of the address, which is in
# network byte order (big endian).
# bash> ifconfig eth0 | sed q
#       eth0 Link encap:Ethernet  HWaddr x:x:x:x:x:x
#                                        ^^^^^^^^^^^
#                                        MAC-ADDRESS
WOLADD="IP_ADRESS MAC_ADRESS"