Hey hey, I have been using Sound Juicer on my Ubuntu 24 / KDE 5 PC and it works, but it doesn’t handle the tags for my MP3 files very nicely. I’ve also used abcde, at the terminal, and that can be better but it takes a lot finessing at the CLI to get the result I want.
Is there a better CD ripper application that will run on Ubuntu and can make setting the MP3 tags dead simple?
Thanks for any ideas!
Edit: Fixed a typo
ETA: Asunder looks good, does what I need and works well on my PC. Thanks for everyone’s ideas and help!
I use whipper. It’s a command-line application but it’s easy to use and works great every single time. At first you should let it analyze your drive which is the only step more involved. Here’s a mini tutorial for that I wrote for myself but you can also read it on the project page where it’s probably more up to date:
And just as an example, here’s my
~/.config/whipper/whipper.conf
:[main] path_filter_fat = True path_filter_special = False [drive:<drive ID>] vendor = <vendor> model = <model> release = <release> read_offset = <my offset> [whipper.cd.rip] unknown = True output_directory = ~/music/_ripped track_template = new/%%A/%%y - %%d/%%t - %%n disc_template = new/%%A/%%y - %%d/%%A - %%d
Thanks much! Super helpful. I am trying out whipper now and it looks good so far.
Just a note, you had an extra ‘L’ at the end of your URL:
http://www.accuraterip.com/driveoffsets.htm
:)
Corrected, thx.
@kyub@discuss.tchncs.de Sorry to spam you - but I ran whipper and it created FLACs. I want MP3s, even though I know that makes me evil. :)
I’ve reviewed their github page and they don’t say it can directly output MP3s. Their example config file, for instance, doesn’t show a way to specify output format at all. Am I supposed to convert the files on my own then, or …? (That defeats my one step process but I’ll try if needed)
I prefer FLAC. Don’t know if there’s an option in whipper for that. But the Arch Wiki has an article for converting: https://wiki.archlinux.org/title/Convert_FLAC_to_MP3
@kyub @perishthethought Installed and will give it a try next time I acquire something I want to rip (which is basically any CD I acquire as the computer is more convenient than a CD player and CD-rot has eaten some of my 80’s vintage CDs).