Mp3 support for amaroK in (k)ubuntu linux

It took me awhile to find out how to get mp3 support in amaroK, so I thought I’d share how I did it. It’s quite simple. In order for this to work you must already have mp3 support in other non-xine applications. To find out how to do that you can go here.

Once you are sure you have mp3 support in non-xine applications, all you have to do is install the libxine-extracodecs package:

sudo aptitude install libxine-extracodecs

Now just restart amaroK, and you should be good to go.

If this doesn’t work, you can try running

/usr/lib/amarok/install-mp3

If it still doesn’t work, try running amarok as root. If it successfully plays mp3s when run as root, try this:

mkdir ~/.xine/plugins/ && cp -r /usr/lib/xine/plugins/1.1.4/ ~/.xine/plugins/

That command copies the plugins installed for the root user into your home directory. You should now be able to run amarok like usual (as a user) and play mp3s.

8 Responses to “Mp3 support for amaroK in (k)ubuntu linux”

  1. players » Get mp3 support for amaroK in (k)ubuntu linux Says:

    [...] John wrote an interesting post today onHere’s a quick excerptIt took me awhile to find out how to get mp3 support in amaroK, so I thought I’d share how I did it. It’s quite simple. All you have to do is install the libxine-extracodecs package:. sudo aptitude install libxine-extracodecs … [...]

  2. David Says:

    Life saver. Thanks, worked like a charm.

  3. adam Says:

    this didnt work for me at all, shame :C (running kubuntu dapper 2.6.15-26-386)

  4. strabes Says:

    Do you have mp3 support for the rest of your system? Check this page: https://help.ubuntu.com/community/RestrictedFormats

  5. bisaru Says:

    Thank you so much. You ARE a life saver.

  6. xera Says:

    Saw https://help.ubuntu.com/community/RestrictedFormats/MP3 and installed it there, thanks for the link, have not tried your way of installing, but found out from the ( https://help.ubuntu.com/community/RestrictedFormats/MP3 ), since I have kubuntu 7.04. I assume different way of installing depends on the ubuntu or linux version we run.

    Thanks for the link, though! :) It worked.

  7. remat Says:

    Worked great! Thanks

  8. a dude Says:

    The plugins directory hack works on Kubuntu 8.04, if you change the plugins ver from 1.1.4 to 1.20

Leave a Reply