Dvdselect writedvd.sh

Aus VDR Wiki
Wechseln zu: Navigation, Suche
#!/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