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. -- getopts doesn't work in Ubuntu 9.10 https://bugs.launchpad.net/bugs/511706 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs