| When you try to play proprietary format files (such as MP3) in a media player you will get an error pop-up asking Search for suitable codec? Click Yes. |
| An Add/Remove Applications window appears showing 3 lots of GStreamer plugins with a checkbox beside each to mark for download and installation. See Screenshot-1 |
| Click in the check box and a popup window appears saying Restricted Software. See Screenshot-2 After reading the conditions click OK. |
| Back in the Add/Remove Applications window - repeat for the other two to be sure of being able to play all file formats. Now click Apply > Apply the following changes See Screenshot-3 click Apply there too to download and install the packages. See Screenshot-4 A Changes applied box will appear when complete. |
| Back in the Add/Remove Applications, click OK. The MP3 or other proprietry format file should now play. |
| Other formats such as WMA music files and MPG, AVI and WMV video files should play too |
Medibuntu (Multimedia, Entertainment & Distractions In Ubuntu) is a repository of packages that cannot be included into the Ubuntu distribution for legal reasons (copyright, license, patent, etc).
| First,
add Medibuntu's gpg key to your system's list of trusted APT keys. wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O - | sudo apt-key add - |
| Next,
add Medibuntu's
external
sources.list. Make sure to use the correct sources.list that
corresponds to your current distribution. sudo wget http://medibuntu.sos-sts.com/sources.list.d/feisty.list -O /etc/apt/sources.list.d/medibuntu.list |
| Finally,
update APT's package information to acquire information about packages
in the Medibuntu repository. sudo apt-get update |