Dvdswitch readdvd.sh
Aus VDR Wiki
Version vom 22. Dezember 2005, 10:30 Uhr von 199.41.197.19 (Diskussion)
Scripts vom dvdswitch-plugin.
#!/bin/sh # # dvdswitch_readdvd.sh # # source: dvdselect-plugin # # This script will by called by the vdr-plugin dvdselect to copy a DVD to # the local drive. # # It gets the following parameters: # # $1 = directory for dvd's (see plugin configuration menu) # $2 = name of dvd # $3 = original dvd-device rm -f $1/$2.iso echo "dd if=$3 of=$1/$2.iso > /var/log/vdr/readdvd.log 2>&1" | at now