HowTo Enable MP3 Support for K3b in (K)Ubuntu
I frequently hear comments that K3b doesn't support burning MP3's to an Audio CD. These comments are puzzling because K3b is supposed to support the MP3 format. My curiousity piqued, I checked my own Kubuntu install and discovered that the comments were correct. Fortunately there is a fix, and it's a simple one.
I specifically called out (K)Ubuntu in the title because my Debian install I usually use for CD burning works correctly. (K)Ubuntu appears to break MP3 support out into a separate package that Debian doesn't have, and apparently doesn't need.
The missing package is called libk3b2-mp3 and it can be found in the universe section of the repositories. Simply install this package using the following command or through your package manager of choice.
sudo apt-get install libk3b2-mp3
Once the package is installed, start up K3b and you're ready to go. To confirm that the update worked you can select Configure K3b from the Settings menu and then click on Plugins. Under the AudioDecoder section you should now see a listing for the K3b MAD Decoder. If it's there you are enabled to drag and drop MP3 files to an Audio CD project.
k3b works now.
apt-get source k3b
apt-get build-dep k3b
apt-get install libmad0 libmad0-dev
cd k3b-0.11.23
dpkg-buildpackage -tc
dpkg -i ../k3b_0.11.23-0ubuntu1_i386.deb ../k3blibs_0.11.23-0ubuntu1_i386.deb
Update
Currently, this package has been replaced with libk3b2-extracodecs
Awesome-o!
Thanks for doing the research for all the rest of us lamers that just google for the answers!
;o)
-Nate
Yay!
Thanks! I love that I can just google my question and someone smarter than me has already found a fix. I'm using Xubuntu and this worked perfectly! Thanks again
K3b Mpeg 3 Layer Support
I would have thought that MPEG Layer 3 Support would be a dependency, as it is such a popular format...
Or maybe i'm just lazy.
Jamie Trenchard, ETS IT Manager
Ubuntu 8.04 - package replacement
Hi !
The libk3b2-mp3 package has been replaced in Ubuntu 8.04 by libk3b2-extracodecs.
So, from now, once K3b is installed, open a terminal and type :
sudo aptitude install libk3b2-extracodecs
Enjoy!







Sweet
Thanks mate! =)