When I recently bought some new CDs I wanted to have them as mp3s. But, which tool is the best, for doing things like that?
First, I tried Amarok. But that was not the best choice. It works, but quite complicated.
So I tried: KAudioCreator. Uuuh. You will need almost half an hour for one CD, although the system is equipped with dual core CPU:
AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Alright, so I went on through the Internet. And finally I landed at this utility: K3B. Not only does it rip your CDs, it also can burn CDs and DVDs. And easy to handle! So, this is my choice for further digitalizations of Audio-CDs. Just install it with
apt-get install k3b
If it does not work out of the box, you might have to install the codex algorithms. For mp3s I use lame. With debian, you can install it as a package. But first, modify your /etc/apt/sources.list: it should have a line containing
deb http://www.debian-multimedia.org stable main
After this: apt-get update
Now you can do:
apt-get install lame.
And you’re gone.
By doing this, you might run in a problem with apt complaining about “The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY …”
The solution for this problem is to install the debian-multimedia keyring first:
apt-get install debian-multimedia-keyring
By now, it will be working. The GUI is completely self-explanatory. No more words about it.
Have some fun with ripping your Audio-CDs with KDE and K3B!