3

I have installed Ubuntu 10.10 with all its updates (without Windows) on it’s own drive and everything is working fine.

I want to play WMA audio files, also mp3 files. The mp3 files play fine. The WMA files do not play. Used "Rhythmbox Music Player" with and without "Ubuntu-restricted" -extras. Still does not play the lossless windows audio files.

I am frustrated with searching to play a WMA file ("download this converter"), but one cannot use this until one "deletes this". I have done everything but it still does not play my windows lossless files that I made from all my CD’s.

I am looking for a music player that I can use to play mp3’s and WMA lossless music files and automatically put the album cover on and update the info if one exists. Installation should be as simple as possible.

Right now I am back to the original virgin Ubuntu 10.10 with all the recent updates. This computer will do nothing but play music (mp3 and WMA) through a stereo system. I also use Internet to update album info for the music. I do not care what bells and whistles the music player program has, as long as it is an easy install and just plays my mp3 and wma lossless music files. Any help would be appreciated.

Olli
  • 9,129
sr71
  • 101

3 Answers3

4

You can get playback of WMA files by:

  1. Adding the medibuntu repository.
  2. Installing the package non-free-codecs.

The easiest way to do this is to open a terminal (Applications->Accessories->Terminal) and then paste (Ctrl+Shift+V) the following:

sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list ; sudo apt-get --quiet update ; sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring ; sudo apt-get --quiet update ; sudo apt-get --force-yes install app-install-data-medibuntu apport-hooks-medibuntu ; sudo apt-get --yes install non-free-codecs
dv3500ea
  • 37,734
0

It is only in the last few weeks that the FFmpeg developers have produced a decoder for wma lossless, so most media players that use libavcodec will playback these files in the near future. By this I mean such players as vlc and MPlayer.

If you are running a 32bit system you should find that you can play wma lossless files using MPlayer + Smplayer after installing the w32codecs from Medibuntu.

Hope this helps :).

andrew.46
  • 39,359
0

Try installing package gstreamer0.10-ffmpeg from the Software Center.

apt-cache show gstreamer0.10-ffmpeg at least shows wma in the description.

Zanna
  • 72,312
LGB
  • 1,567