Dvdselect writedvd.sh
Aus VDR Wiki
Version vom 11. Dezember 2004, 09:46 Uhr von 213.6.77.148 (Diskussion)
</pre>
- !/bin/sh
- dvdselect_writedvd.sh - v.0.1
- source: vdr-plugin dvdselect
- This script will by called by the vdr-plugin dvdselect to copy a DVD to
- write a dvd iso image.
- It gets the following parameter:
- $1 = filename of the iso file
echo "dvdrecord -eject -v dev=0,0,0 speed=4 -dao $1" | at now
[[Kategorie:Scripts]]