Re: [LAU] Burning lots of CDs

From: Bob van der Poel <bob@email-addr-hidden>
Date: Fri Mar 28 2008 - 04:07:02 EET

wes schreiner wrote:
> Bob van der Poel <bob@email-addr-hidden> wrote:
>
>> I'm getting to point where I need to burn a bunch of my new audio CD.
>> Does anyone happen to have an application which will run 2 or 3 burners
>> at the same time?
>
> cdcontrol can do it.

Looks like this will be just fine. I was thinking I'd write a script for
cdrecord which would be something like (very simple, not tested!!!)

    #!/bin/sh
    SONGS = song1.wav song2.wav etc
    cdrecord dev=/dev/cdrom0 $SONGS >status1 &
    cdrecord dev=/dev/cdrom1 $SONGS > status2 &

but was really hoping that someone had done it already. Besides, I've
had some coasters burned with cdrecord in the distant past.

Thanks.

-- 
Bob van der Poel ** Wynndel, British Columbia, CANADA **
EMAIL: bob@email-addr-hidden
WWW:   http://www.mellowood.ca
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/mailman/listinfo/linux-audio-user
Received on Fri Mar 28 04:15:23 2008

This archive was generated by hypermail 2.1.8 : Fri Mar 28 2008 - 04:15:23 EET