Mailing List archive

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

[vdr] Re: dvdselect_writedvd.sh



Thomas Günther wrote:
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


Thank you.. This works :)

echo " \
svdrpsend.pl -d localhost "MESG DVD burn initiated" 2>/dev/null 1>/dev/null ; \
echo "dvdrecord -eject -v dev=0,0,0 speed=4 -dao $1"; \
svdrpsend.pl -d localhost "MESG DVD burn completed" 2>/dev/null 1>/dev/null ; \
"| at now




Home | Main Index | Thread Index