Comment 7 for bug 511706

Revision history for this message
blaze_o_glory (dan-blanchette) wrote :

I figured out why I wasn't able to get abcde to process options. I was
submitting like so:

 abcde /media/cdrom -b -o mp3:"-b 256"

without specifying the -d option like this:

 abcde -d /media/cdrom -b -o mp3:"-b 256"

Unfortunately, there was no error message.

But I found out that that simply specifying -b does not run the normalization
process. I found that specifying "normalize" in the actions does make it work:

  abcde -a cddb,read,encode,tag,move,clean,normalize -b -o mp3:"-b 256"

Hopefully, this will benefit someone out there on the internet.