<?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 for Pyther&#039;s Intraworld</title>
	<atom:link href="http://pyther.net/blog/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pyther.net/blog</link>
	<description>Pyther&#039;s computer and Linux adventures</description>
	<lastBuildDate>Sun, 21 Aug 2011 16:52:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on iheartradio &#8211; command line (mplayer) by fukinA</title>
		<link>http://pyther.net/blog/index.php/2010/08/iheartradio-command-line-mplayer/comment-page-1/#comment-151</link>
		<dc:creator>fukinA</dc:creator>
		<pubDate>Sun, 21 Aug 2011 16:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://pyther.net/blog/?p=361#comment-151</guid>
		<description>here&#039;s JK&#039;s bash script that actually works if anyone googles
pastebin.com/Cq68Gv4h
the blog probably messed up few quotes &quot; &quot; and a minus - and the script didn&#039;t worked. it&#039;s been a nightmare for me to fix, a guy that has no scripting knowledge, but someone helped me
thank you JK, whoever you are :D

btw i&#039;m using his script because your python one can&#039;t change mplayer&#039;s volume from command line. maybe you can implement that. but both work great for linux phones anyway.
here&#039;s an idea for your script, adding few lines for favorite radios and enable selection at script start through 1/2/3/4/5 etc instead of remembering many radio codenames</description>
		<content:encoded><![CDATA[<p>here&#8217;s JK&#8217;s bash script that actually works if anyone googles<br />
pastebin.com/Cq68Gv4h<br />
the blog probably messed up few quotes &#8221; &#8221; and a minus &#8211; and the script didn&#8217;t worked. it&#8217;s been a nightmare for me to fix, a guy that has no scripting knowledge, but someone helped me<br />
thank you JK, whoever you are :D</p>
<p>btw i&#8217;m using his script because your python one can&#8217;t change mplayer&#8217;s volume from command line. maybe you can implement that. but both work great for linux phones anyway.<br />
here&#8217;s an idea for your script, adding few lines for favorite radios and enable selection at script start through 1/2/3/4/5 etc instead of remembering many radio codenames</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iheartradio &#8211; command line (mplayer) by fukinA</title>
		<link>http://pyther.net/blog/index.php/2010/08/iheartradio-command-line-mplayer/comment-page-1/#comment-150</link>
		<dc:creator>fukinA</dc:creator>
		<pubDate>Fri, 19 Aug 2011 18:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://pyther.net/blog/?p=361#comment-150</guid>
		<description>i don&#039;t know how to thank you for this
i&#039;ve been searching for weeks and always failed and gave up on how to do this and play on my android that doesn&#039;t come with adobe flash support like the new phones
someone just bumped a topic with this method how to get the rtmp url for transcoding it into mp3, but it didn&#039;t helped with the playback
also mplayer url was the first command i thought of but failed :)
thank god for you and for google: ccomrcdn.com/player/player_dispatcher.html?section=radio&amp;action=listen_live
you are first result
now i can play all my alternative radios
god bless you!</description>
		<content:encoded><![CDATA[<p>i don&#8217;t know how to thank you for this<br />
i&#8217;ve been searching for weeks and always failed and gave up on how to do this and play on my android that doesn&#8217;t come with adobe flash support like the new phones<br />
someone just bumped a topic with this method how to get the rtmp url for transcoding it into mp3, but it didn&#8217;t helped with the playback<br />
also mplayer url was the first command i thought of but failed :)<br />
thank god for you and for google: ccomrcdn.com/player/player_dispatcher.html?section=radio&amp;action=listen_live<br />
you are first result<br />
now i can play all my alternative radios<br />
god bless you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Listen to iheartradio without Flash by M</title>
		<link>http://pyther.net/blog/index.php/2010/08/listen-to-iheartradio-without-flash/comment-page-1/#comment-123</link>
		<dc:creator>M</dc:creator>
		<pubDate>Wed, 09 Feb 2011 06:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://pyther.net/blog/?p=345#comment-123</guid>
		<description>Awesome!  I just spent half my evening trying to figure this out before I wised up and searched for it.  I&#039;m trying to play audio from the command line and this is EXACTLY what I needed.

Thanks for posting this.</description>
		<content:encoded><![CDATA[<p>Awesome!  I just spent half my evening trying to figure this out before I wised up and searched for it.  I&#8217;m trying to play audio from the command line and this is EXACTLY what I needed.</p>
<p>Thanks for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iheartradio &#8211; command line (mplayer) by JK</title>
		<link>http://pyther.net/blog/index.php/2010/08/iheartradio-command-line-mplayer/comment-page-1/#comment-109</link>
		<dc:creator>JK</dc:creator>
		<pubDate>Wed, 01 Dec 2010 17:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://pyther.net/blog/?p=361#comment-109</guid>
		<description>Here is a one-liner bash function that will allow you to stream any iheartradio station by typing: 

iheartradio 

function iheartradio { mplayer -quiet $(wget -O - -q &quot;http://p2.$1.ccomrcdn.com/player/player_dispatcher.html?section=radio&amp;action=listen_live&quot; &#124; sed -n &quot;s&#124;.*primary_location=\&quot;\(rtmp://[^\&quot;]*\)\&quot;.*&#124;\1&#124;p&quot;) -novideo &gt;&amp; /dev/null; }</description>
		<content:encoded><![CDATA[<p>Here is a one-liner bash function that will allow you to stream any iheartradio station by typing: </p>
<p>iheartradio </p>
<p>function iheartradio { mplayer -quiet $(wget -O &#8211; -q &#8220;http://p2.$1.ccomrcdn.com/player/player_dispatcher.html?section=radio&amp;action=listen_live&#8221; | sed -n &#8220;s|.*primary_location=\&#8221;\(rtmp://[^\"]*\)\&#8221;.*|\1|p&#8221;) -novideo &gt;&amp; /dev/null; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 05/03/2010 by Pyther</title>
		<link>http://pyther.net/blog/index.php/2010/05/05032010/comment-page-1/#comment-98</link>
		<dc:creator>Pyther</dc:creator>
		<pubDate>Sun, 23 May 2010 22:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://pyther.net/blog/?p=325#comment-98</guid>
		<description>Thanks! Sorry for the long reply. Your comment got filtered as spam!

Here is the tint2 config: http://github.com/pyther/dotfiles/blob/master/.config/tint2/tint2rc (I changed it slightly since the screenshot)

As for the font I am assuming you mean my terminal font and that is Liberation Mono.</description>
		<content:encoded><![CDATA[<p>Thanks! Sorry for the long reply. Your comment got filtered as spam!</p>
<p>Here is the tint2 config: <a href="http://github.com/pyther/dotfiles/blob/master/.config/tint2/tint2rc" rel="nofollow">http://github.com/pyther/dotfiles/blob/master/.config/tint2/tint2rc</a> (I changed it slightly since the screenshot)</p>
<p>As for the font I am assuming you mean my terminal font and that is Liberation Mono.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 05/03/2010 by nav</title>
		<link>http://pyther.net/blog/index.php/2010/05/05032010/comment-page-1/#comment-92</link>
		<dc:creator>nav</dc:creator>
		<pubDate>Thu, 06 May 2010 14:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://pyther.net/blog/?p=325#comment-92</guid>
		<description>hi, cool desk ;)
is it tint2 on left?
can you share conf and font pls?

thanks</description>
		<content:encoded><![CDATA[<p>hi, cool desk ;)<br />
is it tint2 on left?<br />
can you share conf and font pls?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Webkit by littlebear</title>
		<link>http://pyther.net/blog/index.php/2010/02/webkit/comment-page-1/#comment-76</link>
		<dc:creator>littlebear</dc:creator>
		<pubDate>Fri, 05 Mar 2010 04:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://pyther.net/blog/?p=278#comment-76</guid>
		<description>smile:) and passing by, neat site, and I meant that.</description>
		<content:encoded><![CDATA[<p>smile:) and passing by, neat site, and I meant that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passed! by Pyther</title>
		<link>http://pyther.net/blog/index.php/2009/07/passed/comment-page-1/#comment-72</link>
		<dc:creator>Pyther</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:08:04 +0000</pubDate>
		<guid isPermaLink="false">http://pyther.net/blog/index.php/2009/07/passed/#comment-72</guid>
		<description>Thanks!

I found the the exam to be fairly easy. There was one part that stumped me, but I managed to figure it out.

As I&#039;m currently a college student and work at a high school the certification hasn&#039;t done much for me, other than look cool. I received a voucher for the exam (through the college), so it was free, but I think it was worth wild experience.</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>I found the the exam to be fairly easy. There was one part that stumped me, but I managed to figure it out.</p>
<p>As I&#8217;m currently a college student and work at a high school the certification hasn&#8217;t done much for me, other than look cool. I received a voucher for the exam (through the college), so it was free, but I think it was worth wild experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Passed! by Max Aigner</title>
		<link>http://pyther.net/blog/index.php/2009/07/passed/comment-page-1/#comment-69</link>
		<dc:creator>Max Aigner</dc:creator>
		<pubDate>Mon, 02 Nov 2009 19:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://pyther.net/blog/index.php/2009/07/passed/#comment-69</guid>
		<description>Congrats! Nice work , always wondered if it was worth it :)</description>
		<content:encoded><![CDATA[<p>Congrats! Nice work , always wondered if it was worth it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Christmas Eve and I&#8217;m still going&#8230; by Dusty</title>
		<link>http://pyther.net/blog/index.php/2008/12/christmas-eve-and-im-still-going/comment-page-1/#comment-55</link>
		<dc:creator>Dusty</dc:creator>
		<pubDate>Mon, 05 Jan 2009 15:13:19 +0000</pubDate>
		<guid isPermaLink="false">http://world.pyther.net/blog/?p=92#comment-55</guid>
		<description>Lol, I just taught myself how to do this around the same time you were doing it. My family had some recordings of Christmas music they wanted to keep.

Used the same recipe you did, although I recorded directly into audacity instead of using arecord.</description>
		<content:encoded><![CDATA[<p>Lol, I just taught myself how to do this around the same time you were doing it. My family had some recordings of Christmas music they wanted to keep.</p>
<p>Used the same recipe you did, although I recorded directly into audacity instead of using arecord.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

