RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Enable Amarok MP3 support on Fedora Linux

By default a Fedora Linux does not support playing MP3 files. The same must then apply also for an Amarok music player. To enable MP3 support a user needs to install non-free codec. First add rmpfusion repositories:

NOTE: the command below will enable both free and non-free rmpfusion repositories

$ su -c 'yum localinstall --nogpgcheck \
http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm \
http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'

Once you have included rpmfusion repositories navigate to:

Amarok -> Settings -> Configure Amarok -> Playback -> Configure Phonon -> Backend (tab ) .

Clicking on the backend tab you should see what sound system you are using. In case you are using Xine add MP3 supprot by installing a xine-lib-extras-freeworld package:

# yum install xine-lib-extras-freeworld

For those using GStreamer enable Amarok MP3 support by installing a gstreamer-plugins-ugly

# yum install gstreamer-plugins-ugly

Share this linux post:

Submit Enable Amarok MP3 support on Fedora Linux in Delicious Submit Enable Amarok MP3 support on Fedora Linux in Digg Submit Enable Amarok MP3 support on Fedora Linux in FaceBook Submit Enable Amarok MP3 support on Fedora Linux in Google Bookmarks Submit Enable Amarok MP3 support on Fedora Linux in Stumbleupon Submit Enable Amarok MP3 support on Fedora Linux in Technorati Submit Enable Amarok MP3 support on Fedora Linux in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download