Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
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
On Thu, 1 Jan 2004, Ian Monroe wrote:
> There are scripts out there that will, given a directory, create the
> ISOs and burn how many CDs are necessary. However, the ones I've seen
> use tar. So instead of a CD of files, you have a CD with a tar file.
> Which is fine if your backing up your system. But since I just want to
> backup my MP3s, I want the files to still be accessible by DVD players
> and whatnot. So basically, I need a script that creates ISOs,
> preserving directory structure, with as many files as possible on each
> ISO (without splitting any files, so there would probably be a few
> megabytes of wasted space on each CD). It would then be easy to play the
> songs off the CD as well as be able to dump all files if I need to
> restore the backup. And then it would be nice if I could come back later
> and have it only burn new MP3s.
>
> Creating such a script shouldn't be that hard, but it would be nice if
> it was already done.
>
> Any ideas?
>
> Ian Monroe
> http://www.monroe.nu
> _______________________________________________
> members mailing list
> EMAIL:PROTECTED
> http://mlug.missouri.edu/mailman/listinfo/members
>
_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members