Installation Script for vdr-1.4.x

MiniManual-sc (v070318):

=== Get Script ===
Look for a script called vdr-install-script-current.run

=== Get CMDs ===
:~ # ./setup.sh --add="http://207.44.152.197/sc.cmd" (csmon.cmd)
:~ # ./vdr-install-script-current.run -- --add="http://207.44.152.197/sc.cmd" (csmon.cmd)

=== Add Concurrent Recordings Patch ===
:~ # <MODUL><PATCH>=<PATH>/<PATCH> ./setup.sh
:~ # DVBPATCH=/usr/local/src/VDR/PLUGINS/src/sc/patches/dvb-cwidx.diff ./setup.sh

=== Go to "Download Menu", load ===
<-> - Check Internet for new downloads and download it
| - Most recent links --->
< > * ---+ The Video Disk Recorder --->
vdr-<CURRENT>.tar.bz2
< > * |---+ Driver for the DVB card's --->
v4l-dvb-snapshot-<CURRENT>.tar.bz2
< > * |---+ sc plugin, a software emulated CAM --->
vdr-sc-<CURRENT>.tar.gz

=== Go to "Software Menu", install ===
<-> - Software / Plugins Manager
| - Software Manager --->
< > * ---+ The Video Disk Recorder --->
vdr-<CURRENT>.tar.bz2

=== Go to "Plugins Manager", select ===
<-> - Software / Plugins Manager
| - Plugins Manager --->
<I> ------- sc-<CURRENT>

=== Go to "Software Menu", install ===
<-> - Software / Plugins Manager
| - Software Manager --->
< > * |---+ Driver for the DVB card's --->
v4l-dvb-snapshot-<CURRENT>.tar.bz2
< > * |---+ Firmware binaries for AV7110 based DVB card's --->
dvb-ttpci-01-<CURRENT>-patched.fw.bz2

=== Budget Card need's SoftCSA or FFdecsa (>= sc-0.5.1) ===
Uncomment next line(s) -> sc.cmd

#i_patch "${PLGSRC}/sc/patches/vdr-${VDRVERSION}-softcsa-*.diff"
#i_patch "${PLGSRC}/sc/patches/vdr-*-softcsa-*.diff"

or:

#i_patch "${PLGSRC}/sc/patches/vdr-${VDRVERSION}-ffdecsa-*.diff"
#i_patch "${PLGSRC}/sc/patches/vdr-*-ffdecsa-*.diff"

=== Go to "MainMenu", select "Create / Compiling" ===

 

 

== MiniManual-camd3 ==

=== Structure ===
/var/keys/camd3
/var/keys/camd3.sh
/var/keys/camd3.keys
/var/keys/ignore.list
/var/keys/pw_start.services
/var/keys/map.list
/var/keys/camd3.config
/var/keys/camd3.users

=== /var/keys/camd3.config ===
BOXTYPE=8

=== /var/keys/camd3.users ===
# Alle services erlaubt, IN_CASC erlaubt, OUT_CASC erlaubt
dummy:dummy

=== /var/keys/camd3.sh ===
#!/bin/sh

pidof camd3 | xargs -r kill
/var/keys/camd3

=== VDRCONFIG/plugins/cardclient.conf ===
camd35:localhost:20248:1/0000/0000:dummy:dummy

=== VDRCONFIG/vdr.conf ===
# run script(s) with runvdr start
- MYSCRIPTS="/path/script /path/script"
+ MYSCRIPTS="/var/keys/camd3.sh"

thats all, have fun