Dvdselect readdvd.sh

Aus VDR Wiki
Version vom 11. Dezember 2004, 09:48 Uhr von 213.6.77.148 (Diskussion)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

</pre>

  1. !/bin/sh
  2. dvdselect_readdvd.sh - v.0.1
  3. source: vdr-plugin dvdselect
  4. This script will by called by the vdr-plugin dvdselect to copy a DVD to
  5. the local drive.
  6. It gets the following parameters:
  7. $1 = directory for dvd's (see plugin configuration menu)
  8. $2 = name of dvd
  9. $3 = original dvd-device

rm -f $1/$2.iso

echo "echo dd if=$3 of=$1/$2.iso" | at no </pre>