[LAU] Burning lots of CDs
    Bob van der Poel 
    bob at mellowood.ca
       
    Thu Mar 27 22:07:02 EDT 2008
    
    
  
wes schreiner wrote:
> Bob van der Poel <bob at mellowood.ca> 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 at mellowood.ca
WWW:   http://www.mellowood.ca
    
    
More information about the Linux-audio-user
mailing list