<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Rhythmbox from the command line</title>
	<atom:link href="http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/</link>
	<description>dave\'s not here man!</description>
	<lastBuildDate>Thu, 02 Jun 2011 16:16:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Vlad</title>
		<link>http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/comment-page-1/#comment-355809</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Mon, 27 Sep 2010 05:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/#comment-355809</guid>
		<description>You can also use this script

#!/bin/bash

playing=`rhythmbox-client --no-start --print-playing`

if [ -n &quot;$playing&quot; ]
then
echo $playing
else
echo &quot;Not playing&quot;
fi

and use execi to execute that script. It doesn&#039;t really add functionality, it basically just gives output without having to have rhythmbox on. It looks prettier if you&#039;re not the kind of person who always has rhythmbox on.</description>
		<content:encoded><![CDATA[<p>You can also use this script</p>
<p>#!/bin/bash</p>
<p>playing=`rhythmbox-client &#8211;no-start &#8211;print-playing`</p>
<p>if [ -n "$playing" ]<br />
then<br />
echo $playing<br />
else<br />
echo &#8220;Not playing&#8221;<br />
fi</p>
<p>and use execi to execute that script. It doesn&#8217;t really add functionality, it basically just gives output without having to have rhythmbox on. It looks prettier if you&#8217;re not the kind of person who always has rhythmbox on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Esters</title>
		<link>http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/comment-page-1/#comment-312955</link>
		<dc:creator>Scott Esters</dc:creator>
		<pubDate>Mon, 03 Aug 2009 13:04:34 +0000</pubDate>
		<guid isPermaLink="false">http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/#comment-312955</guid>
		<description>Also thanks for sharing this.</description>
		<content:encoded><![CDATA[<p>Also thanks for sharing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lian</title>
		<link>http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/comment-page-1/#comment-310403</link>
		<dc:creator>Lian</dc:creator>
		<pubDate>Sun, 12 Jul 2009 20:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/#comment-310403</guid>
		<description>Thanks :D
Anyway to check if rhythmbox is running? E.g. I want to hide &quot;now playing&quot; when rhythmbox is closed.</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://daveg.outer-rim.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Anyway to check if rhythmbox is running? E.g. I want to hide &#8220;now playing&#8221; when rhythmbox is closed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cello</title>
		<link>http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/comment-page-1/#comment-297447</link>
		<dc:creator>Cello</dc:creator>
		<pubDate>Mon, 18 May 2009 11:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/#comment-297447</guid>
		<description>Thanks for share this,love linux,it&#039;s more powerful than win</description>
		<content:encoded><![CDATA[<p>Thanks for share this,love linux,it&#8217;s more powerful than win</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ebay</title>
		<link>http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/comment-page-1/#comment-255736</link>
		<dc:creator>ebay</dc:creator>
		<pubDate>Sun, 18 Jan 2009 20:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/#comment-255736</guid>
		<description>Thanks for your tips but I don&#039;t know if I will use them right away.  This stuff seems to be way over my head!  But we all appreciate you sharing freely what you know.</description>
		<content:encoded><![CDATA[<p>Thanks for your tips but I don&#8217;t know if I will use them right away.  This stuff seems to be way over my head!  But we all appreciate you sharing freely what you know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coupons</title>
		<link>http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/comment-page-1/#comment-243923</link>
		<dc:creator>Coupons</dc:creator>
		<pubDate>Tue, 16 Dec 2008 10:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/#comment-243923</guid>
		<description>Thanks for your tips!</description>
		<content:encoded><![CDATA[<p>Thanks for your tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: art murphy</title>
		<link>http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/comment-page-1/#comment-210361</link>
		<dc:creator>art murphy</dc:creator>
		<pubDate>Sat, 11 Oct 2008 03:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/#comment-210361</guid>
		<description>I have a tight space for my conky so I just want the first 22 bytes of the song title followed by ellipses. Also I check first to see if rhythmbox is active.  Cheers.

${if_running rhythmbox}${color #A7D7BB}${exec /usr/bin/rhythmbox-client --no-start --no-present --print-playing&#124;cut -b -22}...$endif</description>
		<content:encoded><![CDATA[<p>I have a tight space for my conky so I just want the first 22 bytes of the song title followed by ellipses. Also I check first to see if rhythmbox is active.  Cheers.</p>
<p>${if_running rhythmbox}${color #A7D7BB}${exec /usr/bin/rhythmbox-client &#8211;no-start &#8211;no-present &#8211;print-playing|cut -b -22}&#8230;$endif</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/comment-page-1/#comment-186348</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 20 Aug 2008 03:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/#comment-186348</guid>
		<description>Jeje maybe Linux is just not for you. 

The conversation here is on how to have the Rhythmbox player information show on the desktop. There is just no way to do something like that on a Windows system.  Yes, it takes some command line magic to make this work. It IS possible to do this with Linux, it is NOT possible to do it with Windows.

Maybe you have not installed Linux recently. The average person can now install Linux and have more eye candy than windows, without ever touching the command line. If you want more apps, it is even easier than in Windows, just pick off a list what you want and it is installed. 

Of course if you know the command line you can always do something like

  apt-get install flashplayer-nonfree rhythmbox openssh-server x11vnc 

and in one shot install all the software that does not come with a default install.</description>
		<content:encoded><![CDATA[<p>Jeje maybe Linux is just not for you. </p>
<p>The conversation here is on how to have the Rhythmbox player information show on the desktop. There is just no way to do something like that on a Windows system.  Yes, it takes some command line magic to make this work. It IS possible to do this with Linux, it is NOT possible to do it with Windows.</p>
<p>Maybe you have not installed Linux recently. The average person can now install Linux and have more eye candy than windows, without ever touching the command line. If you want more apps, it is even easier than in Windows, just pick off a list what you want and it is installed. </p>
<p>Of course if you know the command line you can always do something like</p>
<p>  apt-get install flashplayer-nonfree rhythmbox openssh-server x11vnc </p>
<p>and in one shot install all the software that does not come with a default install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeje</title>
		<link>http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/comment-page-1/#comment-184611</link>
		<dc:creator>Jeje</dc:creator>
		<pubDate>Fri, 15 Aug 2008 20:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/#comment-184611</guid>
		<description>Thats the reason why I never started working with Linux. It´s takes to long time, to install every software from the command line, put my wlan to work and other stuff.. XP runs for me much faster, in the way for installing something, drivers, etc.</description>
		<content:encoded><![CDATA[<p>Thats the reason why I never started working with Linux. It´s takes to long time, to install every software from the command line, put my wlan to work and other stuff.. XP runs for me much faster, in the way for installing something, drivers, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daveg</title>
		<link>http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/comment-page-1/#comment-151009</link>
		<dc:creator>daveg</dc:creator>
		<pubDate>Mon, 02 Jun 2008 07:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/#comment-151009</guid>
		<description>Ah nice one Adam. I did notice that too but since I always have it running, I didn&#039;t bother doing anything about it. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Ah nice one Adam. I did notice that too but since I always have it running, I didn&#8217;t bother doing anything about it. Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/comment-page-1/#comment-151000</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 02 Jun 2008 06:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://daveg.outer-rim.org/entries/2007/12/31/rhythmbox-from-the-command-line/#comment-151000</guid>
		<description>Thanks that was useful.

I found that if I used your line then rhythmbox would open if it wasn&#039;t already, which I didn&#039;t really want. Mine looks like this now. This gives the album title on a line below too:
Now Playing:
${exec /usr/bin/rhythmbox-client --no-start --no-present --print-playing-format &quot;%ta - %tt&quot;}
${exec /usr/bin/rhythmbox-client --no-start --no-present --print-playing-format &quot;%at&quot;}</description>
		<content:encoded><![CDATA[<p>Thanks that was useful.</p>
<p>I found that if I used your line then rhythmbox would open if it wasn&#8217;t already, which I didn&#8217;t really want. Mine looks like this now. This gives the album title on a line below too:<br />
Now Playing:<br />
${exec /usr/bin/rhythmbox-client &#8211;no-start &#8211;no-present &#8211;print-playing-format &#8220;%ta &#8211; %tt&#8221;}<br />
${exec /usr/bin/rhythmbox-client &#8211;no-start &#8211;no-present &#8211;print-playing-format &#8220;%at&#8221;}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

