<?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>Chris Castiglione &#187; jango</title>
	<atom:link href="http://www.ccastig.com/tag/jango/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ccastig.com</link>
	<description>Chris Castiglione, New Media, Development, Music, University of Amsterdam, New York City</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:11:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Play Any Song &#8211; Jango Hack</title>
		<link>http://www.ccastig.com/2009/03/14/play-any-song-jango-hack/</link>
		<comments>http://www.ccastig.com/2009/03/14/play-any-song-jango-hack/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 00:57:21 +0000</pubDate>
		<dc:creator>Chris Castiglione</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[internet radio]]></category>
		<category><![CDATA[jango]]></category>

		<guid isPermaLink="false">http://www.ccastig.com/?p=468</guid>
		<description><![CDATA[I wrote a simple PHP script that queries the Internet radio site Jango and allows you to play any song they have in their database. Jango is already far superior to other Internet radio sites when it comes to finding a particular song. In contrast, Last.fm and Pandora are more like traditional radio stations: you [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-163" title="jango search" src="http://www.musicneutral.com/discuss/wp-content/uploads/2009/03/jango_logo.jpg" alt="jango" width="230" height="102" align="right" />I wrote a simple PHP script that queries the Internet radio site <a href="http://www.jango.com" target="_blank">Jango</a> and allows you to play any song they have in their database.  Jango is already far superior to other Internet radio sites when it comes to finding a particular song. In contrast, Last.fm and Pandora are more like traditional radio stations: you can pick the band or genre you want to hear, but you have to wait around if you want to hear any particular song.  At Jango half of songs are available to be streamed (check out <a href="http://www.jango.com/music/Arcade%20Fire?l=0" target="_blank">The Arcade Fire&#8217;s</a> page to see). But if you notice, <strong>a song like &#8220;No Cars Go&#8221; is listed as not available</strong>. <strong>And so this script makes a link that accesses the entire library.</strong></p>
<p>It&#8217;s really easy to understand the pattern, here is &#8220;No Cars Go&#8221;:</p>
<p><a href="http://www.jango.com/music/arcade+fire/no+cars+go" target="_blank"><em>http://www.jango.com/music/arcade+fire/no+cars+go</em></a></p>
<p>Try out the search tool and let me know how it works. I&#8217;ve made <a href="http://www.musicneutral.com/jango.html" target="_blank">the code available on this site,</a> so feel free to build upon it and make it better. Also, here is a stand alone <a href="http://www.musicneutral.com/jango.php" target="_blank">Jango Search </a>example.</p>
<form id="theform" class="theform" action="http://www.musicneutral.com/jango.php" enctype="multipart/form-data" method="post">
<table border="0" width="299">
<tbody>
<tr>
<td width="91"><label>Band: </label> <label> </label></td>
<td width="198">
<input id="bandname" name="bandname" type="text" /></td>
</tr>
<tr>
<td>Song Title:</td>
<td>
<input id="songname" name="songname" type="text" /></td>
</tr>
<tr>
<td></td>
<td><label></label></p>
<input id="button" name="button" type="submit" value="Submit" /></td>
</tr>
</tbody>
</table>
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.ccastig.com/2009/03/14/play-any-song-jango-hack/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

