Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: dvdselect_writedvd.sh



C.Y.M wrote:
Would anyone happen to have a working dvdselect_writedvd.sh script for the dvd-select plugin? The example in the plugin is an empty file. Thanks.
Try this:

#!/bin/sh
#
# 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


Regards,
Tom




Home | Main Index | Thread Index