submited by Russell Mon 24 Jan 05 Edited Fri 08 Jul 05
## this is a shell script
## this will decode mp3 files into the proper format for an
## audio CD, and burn them to the cdr
## order will be alphanumeric, and if the they won't all fit, the disk
## may become a coaster
for I in *.mp3
do
mpg123 --cdr - "$I" | cdrecord -audio -pad -nofix -
done
cdrecord -fix
This file (the script that presented the data, not the data itself) , last modified Thursday 29th of April 2010 09:02:13 AM
your client: CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
current time: Friday 10th of September 2010 04:44:54 PM