"Brian T. Schellenberger" wrote:
> 

> Here is a script of mine.  I call it
> makecd.  Just copy it into a file and make it executable.  Then you just
> give it a list of mp3's on the command line and it writes it.  The
> script make some assumptions, but change it to change those assumptions
> should be easy.

Ah, but what the Master did not mention:

Song titles, and the paths to them, on the command line may not
include blanks, '\' escapes, %20 notation or anything else but simple
straight alphanumeric.  This is due to different inadequacies in the
csh shell and in mpg123 in the handling of file names.

Song titles almost invariably are multi-word - you must carefully
rename them, replacing each blank with an underscore and watching for
other special punctuation.

For CD-RW devices with rewritable CDs the script also needs:

cdrecord -v dev=0,0,0 speed=4 blank=fast

at the top.

-- 
Regards,

Ron. [AU]

Reply via email to