<?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>Lindesk &#187; Gnome</title>
	<atom:link href="http://lindesk.com/tag/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://lindesk.com</link>
	<description>Linux - on the Desktop</description>
	<lastBuildDate>Tue, 23 Jun 2009 14:03:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Frees &#8211; Hard Disk Drives Free Space Viewer</title>
		<link>http://lindesk.com/2008/04/frees-hard-disk-drives-free-space-viewer/</link>
		<comments>http://lindesk.com/2008/04/frees-hard-disk-drives-free-space-viewer/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 20:25:26 +0000</pubDate>
		<dc:creator>BinnyVA</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[drives]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[frees]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[space]]></category>

		<guid isPermaLink="false">http://lindesk.com/2008/04/frees-hard-disk-drives-free-space-viewer/</guid>
		<description><![CDATA[I am taking a break from the regular MP3 Players Series for a special announcement. The first stable version of Frees has been released. Frees is a GUI tool that shows the Hard Disk space usage. It is written in Python using the GTK2 framework. This will only work in linux as it depends on [...]]]></description>
			<content:encoded><![CDATA[<p class="intro">I am taking a break from the regular <a href="http://lindesk.com/2008/03/top-10-linux-mp3-players/">MP3 Players Series</a> for a special announcement. The first stable version of Frees has been released. <a href="http://www.bin-co.com/python/programs/frees/">Frees</a> is a GUI tool that shows the Hard Disk space usage. It is written in Python using the GTK2 framework. This will only work in linux as it depends on the &#8216;df&#8217; command. Frees just parses the output of df and shows it in a graphical format.</p>
<h3><a href="http://sourceforge.net/project/showfiles.php?group_id=208638">Download</a></h3>
<p><a href='http://lindesk.com/wp-content/uploads/2008/04/frees_screenshot.png'><img src="http://lindesk.com/wp-content/uploads/2008/04/frees_screenshot.png" alt="Frees Screenshot" title="Frees Screenshot" width="300" height="186" class="alignnone size-medium wp-image-103" /></a></p>
<h2>Features</h2>
<h3>Simple/Easy to use</h3>
<p>Frees features a very simple interface. Granted, some of the columns like Device, Type and Mount Point may sound a bit geeky &#8211; but hey, you are using Linux. Its supposed to be geeky.</p>
<h3>Ability to Remove Drives from the List</h3>
<p>There may be some drives that you want to hide in the list. Like, say you have a 10 mb /boot partition &#8211; you have no user-level use for that. In Frees you can hide that partition in the list. Go to Preferences &gt; Drives and check off the drive you want to hide.</p>
<h3>Shows Total Space</h3>
<p>The last item in the list is the &#8216;Total&#8217; row. It shows the total space of your harddisk. Note that this shows the total of all mounted drives &#8211; so it may not be an accurate measure of your total HDD space.</p>
<h2>Competition</h2>
<h3>KDiskFree</h3>
<p>There is an alternative to this program &#8211; KDiskFree. Its a KDE App&#8230;</p>
<blockquote><p>KDiskFree displays the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager.</p></blockquote>
<p>I was not all that satisfied with KDiskFree &#8211; that&#8217;s why I created Frees. These are the advantages Frees has over KDiskFree&#8230;</p>
<ul>
<li>KDiskFree cannot hide drives in the list.</li>
<li>KDiskFree includes mounted images, CD ROM/DVD ROM devices as list items. Frees ignores these items.</li>
<li>KDiskFree does not show the file system types for all drives &#8211; many are shown as &#8216;?&#8217;</li>
<li>Frees have the &#8216;Total HDD Space&#8217; feature &#8211; KDiskFree does not have that.</li>
</ul>
<p>But KDiskFree has one advantage over Frees &#8211; you can mount drives from within the application. You cannot do that in Frees.</p>
<h3>df Command</h3>
<p>The other alternative to Frees is the &#8216;df&#8217; command. Here is the man entry for df&#8230;</p>
<blockquote><p>df displays the amount of disk space available on the file system containing each  file name  argument.   If  no file name is given, the space available on all currently mounted file systems is shown.</p></blockquote>
<p>df is not &#8216;user friendly&#8217; in the classical sense of the term &#8211; its a terminal application. Unlike KDiskFree, I do not consider df to be a competition to Frees. As a matter of fact, Frees uses df command internally to get the space usage data.</p>
<h2>Frees Links</h2>
<ul>
<li><a href="http://www.bin-co.com/python/programs/frees/">Frees &#8211; See Hard Disk Space Useage in Linux</a></li>
<li><a href="http://sourceforge.net/projects/frees/">Frees Project Page at Sourceforge</a></li>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=208638">Download Page</a></li>
<li><a href="http://frees.svn.sourceforge.net/viewvc/frees/">Browse Code in Subversion Browser</a> (its in Python/GTK, by the way)</li>
</ul>
<p>Now, your job is to download this application and try it out. Send me any bugs you find and your suggestions.</p>
]]></content:encoded>
			<wfw:commentRss>http://lindesk.com/2008/04/frees-hard-disk-drives-free-space-viewer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Listen &#8211; Gtk MP3 Player</title>
		<link>http://lindesk.com/2008/03/listen-gtk-mp3-player/</link>
		<comments>http://lindesk.com/2008/03/listen-gtk-mp3-player/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 18:09:22 +0000</pubDate>
		<dc:creator>BinnyVA</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[listen]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://lindesk.com/2008/03/listen-gtk-mp3-player/</guid>
		<description><![CDATA[
I expected my MP3 player series will end with the last post &#8211; but the comments pointed to some other players. Two players stood out &#8211; so I decided that I will review them as well. The first one is Listen. Its a Gtk player written in Python.
Features

Supports Shoutcast Webradio
Supports Podcast
Multiple Display modes
Wikipedia Integration
Native Lyrics [...]]]></description>
			<content:encoded><![CDATA[<p><img class="intro" align="right" src='http://lindesk.com/wp-content/uploads/2008/03/listen-logo.png' alt='Listen Logo' /></p>
<p class="intro">I expected my MP3 player series will end with the <a href="http://lindesk.com/2008/03/top-10-linux-mp3-players/">last post</a> &#8211; but the comments pointed to some other players. Two players stood out &#8211; so I decided that I will review them as well. The first one is <a href="http://www.listen-project.org/">Listen</a>. Its a Gtk player written in Python.</p>
<h2>Features</h2>
<ul>
<li>Supports Shoutcast Webradio</li>
<li>Supports Podcast</li>
<li>Multiple Display modes</li>
<li>Wikipedia Integration</li>
<li>Native Lyrics Support</li>
</ul>
<p><img src='http://lindesk.com/wp-content/uploads/2008/03/listen-screenshot.png' alt='Listen Screenshot' /></p>
<h2>Disadvantages</h2>
<dl>
<dt>No Global Shortcuts</dt>
<dd>At least, none that I could find.</dd>
<dt>&#8220;Interesting&#8221; Layout</dt>
<dd>The layout is kinda different from the standand layout of <a href="http://lindesk.com/2007/09/amarok-mp3-player/">amaroK</a>, <a href="http://lindesk.com/2008/01/exaile-music-player-for-gtk/">Exaile</a>, <a href="http://lindesk.com/2007/12/rhythmbox-gnome-music-player/">Rythmbox</a> etc. I am still getting used to it. But once you get the hang of it, it could turn out to be a better system than the one that the other players use.</dd>
</dl>
<h2>Advantages</h2>
<dl>
<dt>OSD</dt>
<dd>Shows up on mouse hover and track change.</dd>
<dt>Tray Icon</dt>
<dd>Supports play/pause with middle click.</dd>
<dt>Music Library</dt>
<dd>Listen has a music library &#8211; but it supports only a single folder as its library folder.</dd>
</dl>
<h2>More Information</h2>
<ul>
<li><a href="http://www.listen-project.org/">Listen</a></li>
<li><a href="http://www.listen-project.org/wiki/Features">Listen Features</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://lindesk.com/2008/03/listen-gtk-mp3-player/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Top 10 Linux MP3 Players</title>
		<link>http://lindesk.com/2008/03/top-10-linux-mp3-players/</link>
		<comments>http://lindesk.com/2008/03/top-10-linux-mp3-players/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 05:53:36 +0000</pubDate>
		<dc:creator>BinnyVA</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[top10]]></category>

		<guid isPermaLink="false">http://lindesk.com/2008/03/top-10-linux-mp3-players/</guid>
		<description><![CDATA[
There are no shortage of audio players in Linux. It has everything from command line MP3 players(mpg123) to RAM eating GUI players(like Amarok). With easily available codecs, linux supports almost all available formats.
This is the final post on a series about MP3 Players in linux. This series focuses on dedicated audio players &#8211; not video [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://lindesk.com/wp-content/uploads/2007/07/kaboodle.png' alt='Music' align="right" class="intro" /></p>
<p class="intro">There are no shortage of audio players in Linux. It has everything from command line MP3 players(<a href="http://lindesk.com/2008/02/mpg123mpg321-the-command-line-mp3-players/">mpg123</a>) to RAM eating GUI players(like <a href="http://lindesk.com/2007/09/amarok-mp3-player/">Amarok</a>). With easily available codecs, linux supports almost all available formats.</p>
<p>This is the final post on a series about MP3 Players in linux. This series focuses on dedicated audio players &#8211; not <a href="http://lindesk.com/2007/05/top-5-video-players-in-linux/">video players</a> that can handle audio as well(like mplayer). Without further ado, presenting the top 10 Linux MP3 players&#8230;</p>
<h2>1. Amarok</h2>
<p><img src="http://lindesk.com/wp-content/uploads/2007/08/amarok_logo.png" alt="Amarok Logo" align="right" /></p>
<p>amaroK is currently the player of my choice &#8211; it rocks. Everything I ever wanted in a MP3 Player and more. It is the clear winner in this field. In my opinion, there is <strong class="highlight">nothing that beats amarok even if you look at Windows and Mac MP3 players as well</strong>.</p>
<ul>
<li><a href="http://lindesk.com/2007/09/amarok-mp3-player/">Amarok MP3 Player</a></li>
<li><a href="http://lindesk.com/2007/10/five-amarok-tips-and-tricks/">Five Amarok Tips and Tricks</a></li>
<li><a href="http://lindesk.com/2007/09/5-improvements-for-amarok/">5 Improvements for Amarok</a></li>
</ul>
<p><a href="http://en.wikipedia.org/wiki/Image:AmaroK_stable.png"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/e/eb/AmaroK_stable.png/250px-AmaroK_stable.png" alt="Amarok Linux MP3 Player Screenshot" /></a></p>
<h4>More Information on Amarok MP3 Player</h4>
<ul>
<li><a href="http://amarok.kde.org/">Official AmaroK site</a></li>
<li><a href="http://en.wikipedia.org/wiki/AmaroK">Wikipedia Entry</a></li>
<li><a href="http://amarok.kde.org/blog/">AmaroK Blog</a></li>
</ul>
<h2>2. XMMS</h2>
<p><img src="http://lindesk.com/wp-content/uploads/2007/08/xmms.png" alt="XMMS Logo" align="right" /></p>
<p>A Winamp clone. Simple and user friendly, it is very popular on linux. It does not have a large feature set &#8211; but I am going to give it second place due to its popularity.</p>
<ul>
<li><a href="http://lindesk.com/2007/09/xmms-x-multimedia-system/">XMMS &#8211; X MultiMedia System</a></li>
<li><a href="http://lindesk.com/2007/09/global-hotkeys-for-xmms-using-khotkeys/">Global HotKeys For XMMS using KHotKeys</a></li>
</ul>
<p><img src="http://lindesk.com/wp-content/uploads/2007/09/xmms_screenshot.png" alt="XMMS MP3 Audio Player Screenshot" /></p>
<h4>Official Sites for XMMS Player</h4>
<ul>
<li><a href="http://www.xmms.org/">XMMS</a></li>
<li><a href="http://en.wikipedia.org/wiki/XMMS">XMMS &#8211; Wikipedia</a></li>
</ul>
<h2>3. RhythmBox</h2>
<p><img src="http://lindesk.com/wp-content/uploads/2008/03/rhythmbox.png" alt="RhythmBox Gnome Music Player Logo" align="right" /></p>
<p>Rhythmbox Music Player is a music player and library for tagged files, that support various music formats. It was inspired by Appleâ€™s iTunes. Although it is designed to work well under the GNOME Desktop, I had no issues with it in KDE.</p>
<p><a href="http://lindesk.com/2007/12/rhythmbox-gnome-music-player/">RhythmBox &#8211; Gnome Music Player</a></p>
<p><img src="http://upload.wikimedia.org/wikipedia/en/thumb/3/32/Rhythmbox_0.11.2.png/300px-Rhythmbox_0.11.2.png" alt="RhythmBox Media Player Screenshot" /></p>
<h4>Official Sites</h4>
<ul>
<li><a href="http://www.gnome.org/projects/rhythmbox/">Rhythmbox &#8211; The music management application for GNOME</a></li>
<li><a href="http://en.wikipedia.org/wiki/Rhythmbox">RhythmBox &#8211; Wikipedia</a></li>
</ul>
<h2>4. Exaile</h2>
<p><img src="http://lindesk.com/wp-content/uploads/2008/03/exailelogo-sml.png" alt="Exaile MP3 Player Logo" align="right" /></p>
<p>Exaile is a music player aiming to be similar to KDEâ€™s Amarok, but for GTK+ and written in Python. It incorporates many of the cool things from Amarok (and other media players)</p>
<p><a href="http://lindesk.com/2008/01/exaile-music-player-for-gtk/">Exaile &#8211; Music Player for Gtk+</a></p>
<p><img src="http://lindesk.com/wp-content/uploads/2008/01/exaile.png" alt="Exaile Media Player Screenshot" /></p>
<h4>Official Sites</h4>
<ul>
<li><a href="http://www.exaile.org/">Official Site</a></li>
<li><a href="http://www.linux.com/articles/59380">Review: Exaile Media Player</a></li>
<li><a href="http://linux.wordpress.com/2007/01/08/exaile-media-player/">Exaile Media Player</a></li>
</ul>
<h2>5. Audacious</h2>
<p><img src="http://lindesk.com/wp-content/uploads/2007/08/audacious-logo1.png" alt="Audacious Logo" /></p>
<p>Audacious is not among the &#8217;star media-players&#8217; in Linux &#8211; so many people never try it out. But those who have tried it out like it. For the sake of the article, I installed it &#8211; and I liked it. I even considered switching from amaroK to Audacious.</p>
<p><a href="http://lindesk.com/2007/10/audacious-media-player/">Audacious Media Player</a></p>
<p><img src="http://lindesk.com/wp-content/uploads/2007/10/audacious_screenshot.png" /></p>
<h4>Official Sites</h4>
<ul>
<li><a href="http://audacious-media-player.org/">Audacious</a></li>
<li><a href="http://audacious-media-player.org/index.php?title=Features">Features of Audacious</a></li>
<li><a href="http://en.wikipedia.org/wiki/Audacious_Media_Player">Audacious Media Player</a></li>
</ul>
<h2>6. Banshee</h2>
<p><img src="http://lindesk.com/wp-content/uploads/2007/08/banshee.png" alt="Banshee Music Player Logo" align="right" /></p>
<p>Banshee is an MP3 players for Gnome. You can import, organize, play, and share your music using Banshee&#8217;s simple, powerful interface.</p>
<p><a href="http://lindesk.com/2007/11/banshee-music-management-and-playback-for-gnome/">Banshee &#8211; Music Management and Playback for GNOME</a></p>
<p><a href="http://en.wikipedia.org/wiki/Image:Screenshot-AlbumPic.png"><img src="http://upload.wikimedia.org/wikipedia/en/thumb/f/f0/Screenshot-AlbumPic.png/250px-Screenshot-AlbumPic.png" alt="Banshee MP3 Player Screenshot" /></a></p>
<h4>Banshee Official Sites</h4>
<ul>
<li><a href="http://banshee-project.org/Main_Page">Banshee</a></li>
<li><a href="http://en.wikipedia.org/wiki/Banshee_%28music_player%29">Banshee (music player)</a></li>
</ul>
<h2>7. SongBird</h2>
<p><img src="http://lindesk.com/wp-content/uploads/2007/08/songbird.png" alt="SongBird MP3 Software Logo" align="right" /></p>
<p>SongBird is an MP3 player built on the XUL framework. It&#8217;s a desktop media player mashed-up with the Web.</p>
<p><a href="http://lindesk.com/2007/12/songbird-the-firefox-of-mp3-players/">SongBird &#8211; The Firefox of MP3 Players</a></p>
<p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/9/94/Songbird_screenshot.png/250px-Songbird_screenshot.png" alt="Songbird Screenshot" /></p>
<h4>Official Sites</h4>
<ul>
<li><a href="http://www.songbirdnest.com/">SongBird Official Site</a></li>
<li><a href="http://en.wikipedia.org/wiki/Songbird_%28software%29">Songbird (software)</a></li>
</ul>
<h2>8. Juk</h2>
<p><img src="http://lindesk.com/wp-content/uploads/2007/08/juk.png" alt="Juk MultiMedia Player Logo" align="right" /></p>
<p>An audio jukebox that supports collections of MP3, Ogg Vorbis and FLAC files. It is a part of the kdemultimedia package.</p>
<p><a href="http://developer.kde.org/~wheeler/juk.html">Juk</a></p>
<p><br clear="both" /></p>
<h2>9. mpg123/mpg321</h2>
<p>mpg123 is a fast, free, minimalist, console MPEG audio player software program for UNIX and Linux operating systems.</p>
<p><a href="http://lindesk.com/2008/02/mpg123mpg321-the-command-line-mp3-players/">mpg123/mpg321 &#8211; The Command Line MP3 Players</a></p>
<h4>Official Sites</h4>
<ul>
<li><a href="http://www.mpg123.de/">mpg123 Homepage</a></li>
<li><a href="http://en.wikipedia.org/wiki/Mpg123">mpg123 Wikipedia Page</a></li>
<li><a href="http://mpg321.sourceforge.net/">mpg321 Homepage</a></li>
<li><a href="http://en.wikipedia.org/wiki/Mpg321">mpg321 Wikipedia Page</a></li>
</ul>
<h2>10. Other MP3 Players and Media Software&#8230;</h2>
<p>Instead of putting the last MP3 Player here, I am going to list the MP3 software that did not make it to the list&#8230;</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Beep_Media_Player">Beep Media Player</a></li>
<li><a href="http://wiki.xmms2.xmms.se/index.php/Main_Page">X-platform Music Multiplexing System 2 &#8211; XMMS2</a></li>
<li><a href="http://snackamp.sourceforge.net/">SnackAmp</a></li>
<li><a href="http://decibel.silent-blade.org/">Decibel Audio Player</a></li>
<li><a href="http://aqualung.factorial.hu/">Aqualung</a></li>
<li><a href="http://cactus.hey-you-freaks.de/index.php">Cactus Jukebox</a></li>
</ul>
<p>So, which is your favorite MP3 Player? Leave a comment&#8230;</p>
<p>Update: I reviewed two more players&#8230;</p>
<ul>
<li><a href="http://lindesk.com/2008/03/listen-gtk-mp3-player/">Listen &#8211; Gtk MP3 Player</a></li>
<li><a href="http://lindesk.com/2008/04/mpd-music-player-daemon/">MPD &#8211; Music Player Daemon</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://lindesk.com/2008/03/top-10-linux-mp3-players/feed/</wfw:commentRss>
		<slash:comments>75</slash:comments>
		</item>
		<item>
		<title>RhythmBox &#8211; Gnome Music Player</title>
		<link>http://lindesk.com/2007/12/rhythmbox-gnome-music-player/</link>
		<comments>http://lindesk.com/2007/12/rhythmbox-gnome-music-player/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 17:34:16 +0000</pubDate>
		<dc:creator>BinnyVA</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[rhythmbox]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://lindesk.com/2007/12/rhythmbox-gnome-music-player/</guid>
		<description><![CDATA[
Rhythmbox Music Player is a music player and library for tagged files, that support various music formats. It was inspired by Apple&#8217;s iTunes. Although it is designed to work well under the GNOME Desktop, I had no issues with it in KDE. RhythmBox uses the GStreamer media framework. It is currently under active development.

Advantages

Clean Look
While [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://lindesk.com/wp-content/uploads/2008/03/rhythmbox.png' alt='RhythmBox Logo' align="right" /></p>
<p class="intro"><a href="http://www.gnome.org/projects/rhythmbox/">Rhythmbox</a> Music Player is a music player and library for tagged files, that support various music formats. It was inspired by Apple&#8217;s iTunes. Although it is designed to work well under the GNOME Desktop, I had no issues with it in KDE. RhythmBox uses the GStreamer media framework. It is currently under active development.</p>
<p><a href="http://en.wikipedia.org/wiki/Rhythmbox"><img src="http://upload.wikimedia.org/wikipedia/en/thumb/3/32/Rhythmbox_0.11.2.png/300px-Rhythmbox_0.11.2.png" /></a></p>
<h2>Advantages</h2>
<dl>
<dt>Clean Look</dt>
<dd>While other players aim to make their software flashy and full of features, RhythmBox went for simplicity. The inferface is very direct and easy to use.</dd>
<dt>Browse Mode</dt>
<dd>This is an easy way to browse through a large music collection.</dd>
<dt>Global Shortcut Available</dt>
<dd>I don&#8217;t know how &#8211; but Global Shortcuts are available. There is no option for it &#8211; but one of my global shortcuts &#8211; Ctrl+Alt+Home for Play/Pause works.</dd>
</dl>
<h2>Disadvantages</h2>
<dl>
<dt>Music Library</dt>
<dd>All your music must be within one folder if you want to use RhythmBox&#8217;s Music Library. You can set only one folder as the &#8216;Library Location&#8217;. This option is available at &#8216;Edit &gt; Preferences &gt; &#8216;Music&#8217; Tab &gt; Library Location</dd>
<dt>Font Bug</dt>
<dd>When I start RhythmBox, the font of all application becomes one size smaller. I think this is a bug that is limited to KDE &#8211; but still very irritating. The only way to fix this is restart the X Server</dd>
<dt>Play Queue</dt>
<dd>At the top left corner, in the Library column, there is a Option called &#8216;Play Queue&#8217; &#8211; don&#8217;t mistake it for Playlist. This is a Queue of all the songs that must be played. If you try to play any song in that list, that song will jump to the top.</dd>
<dt>Minimize to System Tray</dt>
<dd>To hide the player don&#8217;t close it &#8211; that will quit the application. If you minimize it, it goes to the taskbar &#8211; I want to minimize it to the system tray. To do that, just click on the RhythmBox icon in the system tray. It take a little getting used to &#8211; but a workable method.</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://lindesk.com/2007/12/rhythmbox-gnome-music-player/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
