<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Bonus points for cmus-remote</title>
	<atom:link href="http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Dennis</title>
		<link>http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/#comment-48953</link>
		<dc:creator><![CDATA[Dennis]]></dc:creator>
		<pubDate>Mon, 18 Apr 2011 03:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/#comment-48953</guid>
		<description><![CDATA[Here&#039;s a script I wrote to toggle the pause/play on cmus and start cmus and begin playing if cmus isn&#039;t running. I have it mapped to a global hotkey so that I have instant access to my music anywhere. Oh and replace gnome-terminal with your favorite terminal (xterm):

&lt;code&gt;
#!/bin/sh
# Tests if cmus is running and starts it if it isn&#039;t.
# Then it toggles play/pause.
# Oh and this command will break if you rename it to
# something containing &quot;cmus&quot;.

if ! ps ax &#124; grep -v grep &#124; grep cmus &gt; /dev/null
then
  gnome-terminal -e cmus
fi
sleep .05
cmus-remote -u
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s a script I wrote to toggle the pause/play on cmus and start cmus and begin playing if cmus isn&#8217;t running. I have it mapped to a global hotkey so that I have instant access to my music anywhere. Oh and replace gnome-terminal with your favorite terminal (xterm):</p>
<p><code><br />
#!/bin/sh<br />
# Tests if cmus is running and starts it if it isn't.<br />
# Then it toggles play/pause.<br />
# Oh and this command will break if you rename it to<br />
# something containing "cmus".</p>
<p>if ! ps ax | grep -v grep | grep cmus &gt; /dev/null<br />
then<br />
  gnome-terminal -e cmus<br />
fi<br />
sleep .05<br />
cmus-remote -u<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Winston</title>
		<link>http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/#comment-48882</link>
		<dc:creator><![CDATA[Ben Winston]]></dc:creator>
		<pubDate>Wed, 13 Apr 2011 22:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/#comment-48882</guid>
		<description><![CDATA[thank you so much for this post! i literally have on my todo list &quot;figure out if cmus works with sockets&quot;. i guess i can cross it off now :)

cmus-remote has proven incredibly useful already, as i run a command-line install of arch on a netbook, and spend a large part of my time in vim. with my recent revelation of the :sh command (how did i not know this earlier?!), combined with cmus-remote aliases, it&#039;s simple to control my music running in a detached screen session from (nearly) within vim.]]></description>
		<content:encoded><![CDATA[<p>thank you so much for this post! i literally have on my todo list &#8220;figure out if cmus works with sockets&#8221;. i guess i can cross it off now <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>cmus-remote has proven incredibly useful already, as i run a command-line install of arch on a netbook, and spend a large part of my time in vim. with my recent revelation of the :sh command (how did i not know this earlier?!), combined with cmus-remote aliases, it&#8217;s simple to control my music running in a detached screen session from (nearly) within vim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A built-in diary &#171; Motho ke motho ka botho</title>
		<link>http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/#comment-48857</link>
		<dc:creator><![CDATA[A built-in diary &#171; Motho ke motho ka botho]]></dc:creator>
		<pubDate>Tue, 12 Apr 2011 01:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/#comment-48857</guid>
		<description><![CDATA[[...] K.Mandla&#8217;s blog of Linux experiences BlogAboutHowtosHardwareSoftwareProjects         &#171; Bonus points for&#160;cmus-remote [...]]]></description>
		<content:encoded><![CDATA[<p>[...] K.Mandla&#8217;s blog of Linux experiences BlogAboutHowtosHardwareSoftwareProjects         &laquo; Bonus points for&nbsp;cmus-remote [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ancientforest</title>
		<link>http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/#comment-48855</link>
		<dc:creator><![CDATA[ancientforest]]></dc:creator>
		<pubDate>Mon, 11 Apr 2011 17:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/#comment-48855</guid>
		<description><![CDATA[I&#039;ve been a huge cmus fan since your first mention of it here... I don&#039;t really need a remote-controllable / daemon-based player, and cmus is so wonderfully quick and efficient with pretty much any format, even AAC and streaming radio. Still my favorite player.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been a huge cmus fan since your first mention of it here&#8230; I don&#8217;t really need a remote-controllable / daemon-based player, and cmus is so wonderfully quick and efficient with pretty much any format, even AAC and streaming radio. Still my favorite player.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ErSandro</title>
		<link>http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/#comment-48852</link>
		<dc:creator><![CDATA[ErSandro]]></dc:creator>
		<pubDate>Mon, 11 Apr 2011 08:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/#comment-48852</guid>
		<description><![CDATA[I don&#039;t know why but i aleays found mpd heavier than moc and cmus, but i really like the way it manages music library with ncmpcpp. 

All in all these are three great pieces of software and is possible to control remotely all of them.]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t know why but i aleays found mpd heavier than moc and cmus, but i really like the way it manages music library with ncmpcpp. </p>
<p>All in all these are three great pieces of software and is possible to control remotely all of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan D. Page</title>
		<link>http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/#comment-48846</link>
		<dc:creator><![CDATA[Jonathan D. Page]]></dc:creator>
		<pubDate>Sun, 10 Apr 2011 20:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2011/04/10/bonus-points-for-cmus-remote/#comment-48846</guid>
		<description><![CDATA[I may have asked this before, but have you looked at MPD? It is pretty lightweight, and is actually designed to be interfaced with over the network. It binds to a port and can be controlled from there using a program like mpc, ncmpc, ncmpcpp, or even telnet.]]></description>
		<content:encoded><![CDATA[<p>I may have asked this before, but have you looked at MPD? It is pretty lightweight, and is actually designed to be interfaced with over the network. It binds to a port and can be controlled from there using a program like mpc, ncmpc, ncmpcpp, or even telnet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
