burning MP3 blues

JoeHill joehill-rieW9WUcm8FFJ04o6PK0Fg at public.gmane.org
Fri May 14 13:26:00 UTC 2004


On Thu, 13 May 2004 22:05:43 -0700 (PDT)
Mel Seder disseminated the following:

> Can anyone give me a command line for burning mp3's in /tmp/burn/ to a CDR
> using cdrecord with parameters?

add these to you .bashrc:

function mp3dec() { for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav;
done; }

function mp3ren() { for i in *.mp3; do mv "$i" `echo $i | tr ' ' '_'`;done; }

(both are all one line)

now run 'bash'.

Now, in the dir with the MP3's, run 'mp3ren', then 'mp3dec'. Wait a while. When
that's finished, move or delete the MP3's and run 'normalize -m *'. Once that's
done, fire up GCombust, add the audio files to the layout, order them the way
you want, and burn.

You could use the command line like this:

cdrecord -v -eject driveropts=burnfree speed=12 dev=0,0,0 -pad -audio *.wav

...but then you don't get to put the songs in your desired order, AFAIK.

There are some really nice ROX apps in development which will allow you to do
these things as well, all drag and drop. They do the decoding to WAV and then
automagically burn an audio CD just by dragging a dir full of MP3's to the
app icon. ROX filer is a much nicer experience than Nautilus, if you are
interested, lemme know.

-- 
JoeHill RLU #282046 /  www.orderinchaos.org
Kernel 2.4.22-21.tmb.1mdk Mandrake Linux release 9.2 (FiveStar) for i586
+++++++++++++++++++++++++++
09:15:06 up 7 days, 19:42, 6 users, load average: 0.13, 0.13, 0.10
+++++++++++++++++++++++++++
"The modern conservative is engaged in one of man's oldest exercises in moral
philosophy; that is, the search for a superior moral justification for
selfishness." -- John Kenneth Galbraith
--
The Toronto Linux Users Group.      Meetings: http://tlug.ss.org
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://tlug.ss.org/subscribe.shtml





More information about the Legacy mailing list