Friday, June 22, 2007

Amarok cannot play mp3

If after you have installed media player amarok, and the player cannot play mp3 files, you have to install one more library: libxine-extracodecs

Run
-> sudo apt-get install libxine-extracodecs

or
use synaptic package manager to install the library

4 comments:

  1. Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package libxine-extracodecs is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    However the following packages replace it:
    libxine1-ffmpeg
    E: Package libxine-extracodecs has no installation candidate

    ReplyDelete
  2. Playing mp3, wma and flac with Amarok works perfectly with the right backend and codecs.

    ReplyDelete
  3. Just replace "libxine-extracodecs" with "libxine1-ffmpeg"

    so you should type

    sudo apt-get install libxine1-ffmpeg

    ReplyDelete
  4. Yes I too found out that installing libxine-mmpeg was the way.

    http://blog.ishans.info/2011/02/10/cant-play-songs-in-amarok-after-installing-it-in-ubuntu/

    ReplyDelete