Art Alexion on 24 Feb 2005 19:20:45 -0000


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

Re: [PLUG] cd recording frustration


Bill Jonas wrote:

On Thu, Feb 24, 2005 at 10:32:55AM -0500, Art Alexion wrote:


cdrecord -v speed=10 dev=/dev/hdc -audio music/*.flac



for i in music/*.flac; do flac -d $i -o ${i//flac/wav}; sox \ ${i//flac/wav} ${i//flac/cdr}; done

cdrecord -v speed=10 dev=/dev/hdc -audio music/*.cdr



------------------------------------------------------------------------ Great!! worked. Here are the changes that I made

   #/bin/bash

   for i in
   /home/arthur/music/Pharoah_Sanders_Lugano_18_september_2004/disc2/*.flac;
   do flac -d $i -o ${i//flac/wav}; sox \
   ${i//flac/wav} ${i//flac/cdr}; done

   cdrecord -v speed=10 dev=/dev/hdc driveropts=burnfree -dao -pad -audio
   /home/arthur/music/Pharoah_Sanders_Lugano_18_september_2004/disc2/*.cdr

If you could please indulge me further:

  1. Is there a way to change the script so that it works in any
     directory without modification?
  2. The GUI frontends that I tried are supposed to work with OGG and
     FLAC files, yet they produced the same kinds of disk (when they
     worked at all) as I was getting trying to go with the command line
     cdrecord directly from FLAC.  What could be wrong?
  3. should I be concerned about the continued rr warnings?

--

_______________________________________
Art Alexion
Arthur S. Alexion LLC
arthur [at] alexion [dot] com
aim: aalexion
sms: 2679725536 [at] messaging [dot] sprintpcs [dot] com

PGP fingerprint: 52A4 B10C AA73 096F A661  92D2 3B65 8EAC ACC5 BA7A
The attachment -- signature.asc -- is my electronic signature; no need for alarm.
Info @ http://mysite.verizon.net/art.alexion/encryption/signature.asc.what.html

Key for signed PDFs available at
http://mysite.verizon.net/art.alexion/encryption/ArthurSAlexion.p7c
The validation string is TTJY-ZILJ-BJJG.
________________________________________

Attachment: signature.asc
Description: OpenPGP digital signature

___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug