<?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>silentYak &#187; Amarok</title>
	<atom:link href="http://www.silentyak.com/tag/amarok/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.silentyak.com</link>
	<description>...a universal platform for global junk...</description>
	<lastBuildDate>Sun, 09 Oct 2011 07:19:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>XFCE Desktop</title>
		<link>http://www.silentyak.com/2008/10/18/xfce-desktop/</link>
		<comments>http://www.silentyak.com/2008/10/18/xfce-desktop/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 08:36:30 +0000</pubDate>
		<dc:creator>RRI</dc:creator>
				<category><![CDATA[Daily Rant]]></category>
		<category><![CDATA[Amarok]]></category>
		<category><![CDATA[Desktop Environment]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[XFCE]]></category>

		<guid isPermaLink="false">http://www.silentyak.com/?p=578</guid>
		<description><![CDATA[To cut a long story short, I’ve switched from KDE to XFCE, which is universally acknowledged as a ‘lightweight’ and easily customizable desktop environment. When I earlier switched to KDE 4.1, there were several bugs that were a constant source of irritation. Add to that the fact that applications like Amarok (which were the reason [...]]]></description>
			<content:encoded><![CDATA[<p>To cut a long story short, I’ve switched from KDE to XFCE, which is universally acknowledged as a ‘lightweight’ and easily customizable desktop environment. When I earlier switched to KDE 4.1, there were several bugs that were a constant source of irritation. Add to that the fact that applications like Amarok (which were the reason why I loved KDE) did not have the same level of features as their 3.5 version avatars, and I realized there was nothing that I really needed from KDE 4.1 anymore. I could have switched back to 3.5 of course, but I generally don’t like to rollback to an earlier version after having tasted the newer one. That’s how I ended up with XFCE.</p>
<p>XFCE has a nice clean look, and it is much faster too. Personally, I would happily sacrifice desktop effects for performace, so this switch worked out pretty well for me. Of course, there was ‘The Terminal UTF-8 Problem’ which I will describe in detail in another post.…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentyak.com/2008/10/18/xfce-desktop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scripting Magic</title>
		<link>http://www.silentyak.com/2008/10/05/scripting-magic/</link>
		<comments>http://www.silentyak.com/2008/10/05/scripting-magic/#comments</comments>
		<pubDate>Sun, 05 Oct 2008 10:04:21 +0000</pubDate>
		<dc:creator>RRI</dc:creator>
				<category><![CDATA[Daily Rant]]></category>
		<category><![CDATA[Amarok]]></category>
		<category><![CDATA[BASH]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[DCOP]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.silentyak.com/?p=525</guid>
		<description><![CDATA[It’s amazing how much can be achieved with the help of a few scripts. If you come to think of it, scripts are the original mashups that Web 2.0 has venerated in recent times. Today, I decided that I would have a “Now Listening” box shown on my blog — I’m not sure if it [...]]]></description>
			<content:encoded><![CDATA[<p>It’s amazing how much can be achieved with the help of a few scripts. If you come to think of it, scripts are the original <a  title="Mashup" href="http://en.wikipedia.org/wiki/Mashup_(web_application_hybrid)">mashups</a> that Web 2.0 has venerated in recent times.</p>
<p>Today, I decided that I would have a “Now Listening” box shown on my blog — I’m not sure if it is visible at this moment — which would display the name of the artist of the currently playing track on my computer. So here’s what I came up with -</p>
<ol>
<li>A <a  title="Bash" href="http://en.wikipedia.org/wiki/Bash">Bash</a> script that would use <a  title="DCOP" href="http://en.wikipedia.org/wiki/DCOP">DCOP</a> to query <a  title="Amarok" href="http://amarok.kde.org">Amarok</a>, determine the currently playing song, and update a temporary file accordingly.</li>
<li>A small PHP script that would read the file and display this information, but only if it is available.</li>
<li>A set of CSS rules to format the generated XHTML.</li>
<li>A cron job to execute the script every minute.</li>
</ol>
<p>Voila! It’s done…almost like magic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.silentyak.com/2008/10/05/scripting-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

