<?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; amarok</title>
	<atom:link href="http://www.ghacks.net/tag/amarok/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 03:24:03 +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>
		<item>
		<title>Amarok 2.0 is Ready</title>
		<link>http://www.ghacks.net/2008/07/23/amarok-20-is-ready/</link>
		<comments>http://www.ghacks.net/2008/07/23/amarok-20-is-ready/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 17:00:32 +0000</pubDate>
		<dc:creator>Cheryl</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[music player]]></category>
		<category><![CDATA[online music]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5543</guid>
		<description><![CDATA[ 
Some of you will remember my post a little while back about favorite music players. For most people on Linux, Amarok rules hands down. In fact, Amarok has gained a reputation as ‘the player&#8217; and made a lot of Windows users sit up and take notice, myself included.
The developers at Amarok have been working [...]]]></description>
			<content:encoded><![CDATA[<p><!--[if gte mso 9]&gt; Normal   0                         MicrosoftInternetExplorer4 &lt;![endif]--><!--  --><!--[if gte mso 10]&gt; &lt;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:"Table Normal"; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-parent:""; 	mso-padding-alt:0in 5.4pt 0in 5.4pt; 	mso-para-margin:0in; 	mso-para-margin-bottom:.0001pt; 	mso-pagination:widow-orphan; 	font-size:10.0pt; 	font-family:"Times New Roman";} --> <!--[endif]--></p>
<p>Some of you will remember my post a little while back about favorite music players. For most people on Linux, <a href="http://amarok.kde.org/" target="_blank">Amarok</a> rules hands down. In fact, Amarok has gained a reputation as ‘the player&#8217; and made a lot of Windows users sit up and take notice, myself included.</p>
<p>The developers at Amarok have been working hard over the months to put forth a new version of the software. The result is Amarok 2.0. The new version is radically different from the previous version and includes a whole new bunch of features.</p>
<p>Amarok doesn&#8217;t just have a new look, it also has a new interface. Another new addition is the PopUp Dropper, which lets you add files to a playlist, copy them to an attached device or edit tags, all using simple drag and drop. Apart from that, you can also extract tags from filenames as well as integrate your online music into the player including Last.fm, Jamendo, Magnatunes, etc.</p>
<p><span id="more-5543"></span></p>
<p>The biggest thing of note is that this version of Amarok is the key to getting this player to work with other OS&#8217; like Windows and Mac. Since only alpha versions are being released presently, you can still only download the source code. However, one developer has already managed to build a test Windows version and it works fine.</p>
<p>I expect to see Windows binaries within a short time and I can&#8217;t wait to finally try out this player. Currently, I&#8217;m using Winamp 2. What about you? Do you already use Amarok? If not, are you planning on trying it? What do you like best about this player? Let me know in the comments.</p>

	Tags: <a href="http://www.ghacks.net/tag/amarok/" title="amarok" rel="tag">amarok</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/music-player/" title="music player" rel="tag">music player</a>, <a href="http://www.ghacks.net/tag/online-music/" title="online music" rel="tag">online music</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/08/20/semsix-music-player-finds-and-plays-music-albums-online/" title="Semsix Music Player Finds And Plays Music Albums Online (August 20, 2009)">Semsix Music Player Finds And Plays Music Albums Online</a> (4)</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/12/25/add-mp3-support-in-fedora-10/" title="Add mp3 support in Fedora 10 (December 25, 2008)">Add mp3 support in Fedora 10</a> (18)</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>
	<li><a href="http://www.ghacks.net/2008/11/20/xbmc-media-center-final/" title="XBMC Media Center Final (November 20, 2008)">XBMC Media Center Final</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/23/amarok-20-is-ready/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Amarok is now Available for Windows</title>
		<link>http://www.ghacks.net/2008/05/08/amarok-is-now-available-for-windows/</link>
		<comments>http://www.ghacks.net/2008/05/08/amarok-is-now-available-for-windows/#comments</comments>
		<pubDate>Thu, 08 May 2008 17:13:48 +0000</pubDate>
		<dc:creator>Cheryl</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Advanced]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[audio player]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4055</guid>
		<description><![CDATA[In my last post about everyone’s preferred music player, I mentioned that I was dying to try out the Linux player Amarok because I’d heard great things about. There’s just one problem: I’m a Windows user.
Luckily, the guys at Amarok have decided to give the Windows users a taste of what this music player is [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">In my last post about everyone’s <a href="../2008/05/04/which-audio-player-are-you-using/" target="_blank">preferred music player</a>, I mentioned that I was dying to try out the Linux player Amarok because I’d heard great things about. There’s just one problem: I’m a Windows user.</p>
<p class="MsoNormal">Luckily, the guys at <a href="http://amarok.kde.org/" target="_blank">Amarok</a> have decided to give the Windows users a taste of what this music player is all about. The process of porting Amarok to Windows is well under way and seems to be going quite well.</p>
<p class="MsoNormal">All their hard work is paying off. They recently released a version of the program for Windows users to take out for a test run. There is one small thing though. You can’t just download the program. You also have to have the KDE installer and all its binaries.</p>
<p class="MsoNormal"><span id="more-4055"></span></p>
<p class="MsoNormal"><a href="http://techbase.kde.org/Projects/KDE_on_Windows/Installation" target="_blank">Techbase</a> has posted a full tutorial on how to go about setting up Amarok for Windows. The first thing you do is download and run the KDE installer. This will allow you to run all KDE apps (like Amarok) on your Windows machine. Apart from the installer, you will also need to download some libraries. Otherwise you’ll wind up with ‘missing dlls’ and other similar error messages.</p>
<p class="MsoNormal">Once you’ve set up KDE on your machine, do a test run to check if it is working properly. Once past this stage, download the Amarok package and run it on your machine. Amarok will be installed and all ready for you to try out.</p>
<p class="MsoNormal">I’m not quite jumping for joy yet. The KDE installer and its binaries are well over 200 MB to download, which is huge for me since I don’t have a very fast connection. Plus I’m pretty much command-line challenged and I’m a little scared that I’ll screw something up and suffer the wrath of the other folks who use the machine. Basically, I haven’t decided yet. Maybe I’ll give it a shot over the weekend.</p>
<p class="MsoNormal">Are you going to give Amarok a try? What did you like / not like about it? Linux users, what’s the best and worst thing you’ve noticed about Amarok? Let’s hear your voices in the comments.</p>

	Tags: <a href="http://www.ghacks.net/tag/amarok/" title="amarok" rel="tag">amarok</a>, <a href="http://www.ghacks.net/tag/audio-player/" title="audio player" rel="tag">audio player</a>, <a href="http://www.ghacks.net/tag/kde/" title="KDE" rel="tag">KDE</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/music/" title="music" rel="tag">music</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/12/20/why-you-should-switch-your-parents-pc-to-ubuntu/" title="Why you should switch your parents pc to ubuntu (December 20, 2006)">Why you should switch your parents pc to ubuntu</a> (20)</li>
	<li><a href="http://www.ghacks.net/2005/11/11/why-every-windows-user-needs-a-linux-live-cd/" title="Why Every Windows User Needs a Linux Live CD (November 11, 2005)">Why Every Windows User Needs a Linux Live CD</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/04/which-audio-player-are-you-using/" title="Which Audio Player are You Using? (May 4, 2008)">Which Audio Player are You Using?</a> (81)</li>
	<li><a href="http://www.ghacks.net/2008/01/04/what-type-of-music-am-i-listening-to/" title="What Type of Music Am I listening to ? (January 4, 2008)">What Type of Music Am I listening to ?</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/02/10/virtualbox-a-vmware-alternative/" title="VirtualBox a Vmware alternative (February 10, 2007)">VirtualBox a Vmware alternative</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/08/amarok-is-now-available-for-windows/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Amarok &#8211; The music player</title>
		<link>http://www.ghacks.net/2008/03/25/amarok-the-music-player/</link>
		<comments>http://www.ghacks.net/2008/03/25/amarok-the-music-player/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 06:51:04 +0000</pubDate>
		<dc:creator>Daniel Pataki</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[amarok]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/25/amarok-the-music-player/</guid>
		<description><![CDATA[Martin posted back in December about switching to a tripple-boot, having XP, Vista and Linux on the same machine. I myself installed Ubuntu a while ago and am recently switching near full-time to it. One app I really love is Amarok, one of the media players in the repositories.
Amarok is just like any quality Linux [...]]]></description>
			<content:encoded><![CDATA[<p>Martin posted back in December about switching to a tripple-boot, having XP, Vista and Linux on the same machine. I myself installed Ubuntu a while ago and am recently switching near full-time to it. One app I really love is Amarok, one of the media players in the repositories.</p>
<p>Amarok is just like any quality Linux app really, it integrates well into the desktop, it has a simple, clean and easy to use interface and can do almost anything you want, all this for free of course. The main feature that sets it apart from its rivals is the native support of lyrics and Wikipedia search. When you play a song you can click a tab in the sidebar to view the Lyrics, and the next tab to view the Wiki entry of the Band. I actually found myself using the feature a lot since I play the guitar and sing, and it&#8217;s easier to just load a song I like and get the lyrics instantly.</p>
<p>Radios are also supported of course, and there&#8217;s built in support for Last.fm too, you can easily skip tracks from the panel icon, simple and effective. I also like the way you can set Amarok to display the song being played in different ways. The default stays in the center of the screen for a bit too long for my taste, but you can set it to display in the lower portion, for less time. You can even set fonts and so on, very flexible.</p>
<p><span id="more-3609"></span></p>
<p>While looks are a bit on the simple side I like them, but of course skins are available on <a href="http://www.kde-look.org/index.php?xcontentmode=55&amp;PHPSESSID=1b75f5019eb7b528fa1893f1705613c7" title="skins">KDE-Look</a>, or you can make your own if you want to. Overall I love this music player and it&#8217;s a great addition to my Linux desktop. I&#8217;m loving my Ubuntu more and more every day, it&#8217;s awesome that free software is better than paid ones.</p>

	Tags: <a href="http://www.ghacks.net/tag/amarok/" title="amarok" rel="tag">amarok</a>, <a href="http://www.ghacks.net/tag/media/" title="media" rel="tag">media</a>, <a href="http://www.ghacks.net/tag/music/" title="music" rel="tag">music</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/22/the-complete-media-player-review-part-1-2/" title="The Complete Media Player Review (Part 1) (August 22, 2008)">The Complete Media Player Review (Part 1)</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/03/16/how-do-you-use-your-media-player/" title="How do you use your media player? (March 16, 2009)">How do you use your media player?</a> (44)</li>
	<li><a href="http://www.ghacks.net/2008/08/24/complete-music-player-reviews-part-2/" title="Complete Music Player Reviews (Part 2) (August 24, 2008)">Complete Music Player Reviews (Part 2)</a> (12)</li>
	<li><a href="http://www.ghacks.net/2008/08/28/complete-media-player-reviews-part-4/" title="Complete Media Player Reviews (Part 4) (August 28, 2008)">Complete Media Player Reviews (Part 4)</a> (4)</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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/25/amarok-the-music-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
