<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; Ryhthmbox</title>
	<atom:link href="http://www.ghacks.net/tag/ryhthmbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add mp3 support in Fedora 10</title>
		<link>http://www.ghacks.net/2008/12/25/add-mp3-support-in-fedora-10/</link>
		<comments>http://www.ghacks.net/2008/12/25/add-mp3-support-in-fedora-10/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 22:01:48 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Advanced]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[Banshee]]></category>
		<category><![CDATA[Fedora 10]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[mp3 support]]></category>
		<category><![CDATA[Ryhthmbox]]></category>
		<category><![CDATA[xmms]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9332</guid>
		<description><![CDATA[One of more frustrating aspects of some modern Linux distributions is that they do not ship with mp3 support rolled in. This is, by design, done because of licensing issues. And granted using the ogg format is a much better solution in the end (as well as a much better sounding format) but for those [...]]]></description>
			<content:encoded><![CDATA[<p>One of more frustrating aspects of some modern Linux distributions is that they do not ship with mp3 support rolled in. This is, by design, done because of licensing issues. And granted using the ogg format is a much better solution in the end (as well as a much better sounding format) but for those of us who have massive amounts of mp3 files already located on multiple hard drives converting to ogg format would be a very time consuming option. To that end it is nice to be able to have mp3 support native on your machine.</p>
<p>Fortunately that is not difficult. And even more fotunate, here are the instructions.</p>
<p><span id="more-9332"></span></p>
<p>The first thing you need to is close out all applications that might want to make use of an mp3 file. This could include Ryhthmbox, Amarok, Banshee, or xmms. Now open a terminal window because you are going to be issuing some commands in a moment. Once the terminal window is open you will first need to <em>su</em> to root. With root privileges it is time to get down to business.</p>
<p>The first set of commands to run will install the necessary repositories for yum to use. First issue:</p>
<p><em>rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm</em></p>
<p>Once that command completes issue:</p>
<p><em>rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rmpfusion-nonfree-release-stable.noarch.rpm</em></p>
<p>Now it&#8217;s time to install the actual plugins for support. Issue the command:</p>
<p><em>yum -y install gstreamer-plugins-bad gstreamer-plugins-ugly xine-lib-extras-nonfree</em></p>
<p>Now your system will allow mp3 playback in the major players. But there is still no xmms. To install xmms with mp3 support issue the following command:</p>
<p><em>yum install xmms xmms-mp3</em></p>
<p>Once this is finished your machine is all ready for full-blown mp3 playback in just about every type of application.</p>
<p><strong>Final Thoughts</strong></p>
<p>Yes it&#8217;s true it would be nice if the major Linux distributions could ship with mp3 support built in. But that is not the case due to licensing. Fortunately getting this working is as simple as a few commands.</p>

	Tags: <a href="http://www.ghacks.net/tag/amarok/" title="amarok" rel="tag">amarok</a>, <a href="http://www.ghacks.net/tag/banshee/" title="Banshee" rel="tag">Banshee</a>, <a href="http://www.ghacks.net/tag/fedora-10/" title="Fedora 10" rel="tag">Fedora 10</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/mp3/" title="mp3" rel="tag">mp3</a>, <a href="http://www.ghacks.net/tag/mp3-support/" title="mp3 support" rel="tag">mp3 support</a>, <a href="http://www.ghacks.net/tag/ryhthmbox/" title="Ryhthmbox" rel="tag">Ryhthmbox</a>, <a href="http://www.ghacks.net/tag/xmms/" title="xmms" rel="tag">xmms</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/02/16/use-soundjuicer-to-rip-mp3-directly-in-linux/" title="Use SoundJuicer to rip mp3 directly in Linux (February 16, 2007)">Use SoundJuicer to rip mp3 directly in Linux</a> (4)</li>
	<li><a href="http://www.ghacks.net/2006/12/14/my-first-day-with-ubuntu/" title="My first day with Ubuntu (December 14, 2006)">My first day with Ubuntu</a> (22)</li>
	<li><a href="http://www.ghacks.net/2008/05/08/amarok-is-now-available-for-windows/" title="Amarok is now Available for Windows (May 8, 2008)">Amarok is now Available for Windows</a> (21)</li>
	<li><a href="http://www.ghacks.net/2008/07/23/amarok-20-is-ready/" title="Amarok 2.0 is Ready (July 23, 2008)">Amarok 2.0 is Ready</a> (8)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/25/add-mp3-support-in-fedora-10/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
