Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Guess I wasn't clear. I don't want to create audio CDs. I want to have
all my MP3s burnt to CDs, as MP3s, preserving directories (but I
obviously don't care about file permissions and whatnot). It will take
about 30 CDs, so it has to be pretty automated.
For instance, I did find something called:
http://www.joat.ca/software/cddump.html
that looks like it might fit the problem, but it specifically says that
its not useful for large amounts of data. I'm not sure why. It doesn't
say anything in the man page about it. Its also unmaintained. So if
someone knows of another solution...
cdbkup is an example of a utility that would be good, except it uses tar
files instead of just straight iso9660.
http://cdbkup.sourceforge.net/
John Engelbrecht wrote:
>before thanks giving, i was playing with that
>#!/bin/sh
>#cdrecord -v dev=ATAPI:/dev/hdc blank=all
>#for I in *.mp3
># do
> #Converts mp3s to CD music then Burns it per song
># mpg123 --cdr - "$I" | cdrecord dev=ATAPI:/dev/hdc speed=1 gracetime=1 \
># -v -text -audio -pad -nofix -
># done
>#finalizes audio CD
>#cdrecord dev=ATAPI:/dev/hdc speed=1 -fix
>
>#Makes ISO file
>mkisofs -r -o mp3.iso /mnt/music/mp3/
>
>#Burns ISO file to CD-R
>cdrecord dev=ATAPI:/dev/hdc speed=48 -data mp3.iso -v
>
>thats for making Audio CDs
>
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members