<?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 on: Attn Hackers: Opening up Grooveshark</title>
	<atom:link href="http://wanderr.com/jay/attn-hackers-opening-up-grooveshark/2009/12/21/feed/" rel="self" type="application/rss+xml" />
	<link>http://wanderr.com/jay/attn-hackers-opening-up-grooveshark/2009/12/21/</link>
	<description>Rantings of a Grooveshark Developer</description>
	<lastBuildDate>Wed, 21 Sep 2011 10:35:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: MusicMan</title>
		<link>http://wanderr.com/jay/attn-hackers-opening-up-grooveshark/2009/12/21/comment-page-1/#comment-1926</link>
		<dc:creator>MusicMan</dc:creator>
		<pubDate>Thu, 17 Mar 2011 04:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=260#comment-1926</guid>
		<description>Thanks for the informative blog. How can we get the recently streamed items with the new html5 player?</description>
		<content:encoded><![CDATA[<p>Thanks for the informative blog. How can we get the recently streamed items with the new html5 player?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Peralta</title>
		<link>http://wanderr.com/jay/attn-hackers-opening-up-grooveshark/2009/12/21/comment-page-1/#comment-1797</link>
		<dc:creator>Diego Peralta</dc:creator>
		<pubDate>Wed, 02 Feb 2011 20:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=260#comment-1797</guid>
		<description>Your welcome!</description>
		<content:encoded><![CDATA[<p>Your welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://wanderr.com/jay/attn-hackers-opening-up-grooveshark/2009/12/21/comment-page-1/#comment-1793</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 02 Feb 2011 08:14:50 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=260#comment-1793</guid>
		<description>Awesome, thanks for sharing! :)</description>
		<content:encoded><![CDATA[<p>Awesome, thanks for sharing! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diego Peralta</title>
		<link>http://wanderr.com/jay/attn-hackers-opening-up-grooveshark/2009/12/21/comment-page-1/#comment-1791</link>
		<dc:creator>Diego Peralta</dc:creator>
		<pubDate>Wed, 02 Feb 2011 05:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=260#comment-1791</guid>
		<description>Hey Jay,

I made a small script on ruby for mac os x users that allow you to update your IM status (Adium or iChat) with the current song of Grooveshark: https://github.com/kerberoS/Grooveshark-Status-AIM.

I hope you like it!

Cheers,</description>
		<content:encoded><![CDATA[<p>Hey Jay,</p>
<p>I made a small script on ruby for mac os x users that allow you to update your IM status (Adium or iChat) with the current song of Grooveshark: <a href="https://github.com/kerberoS/Grooveshark-Status-AIM" rel="nofollow">https://github.com/kerberoS/Grooveshark-Status-AIM</a>.</p>
<p>I hope you like it!</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://wanderr.com/jay/attn-hackers-opening-up-grooveshark/2009/12/21/comment-page-1/#comment-1354</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 22 Dec 2010 09:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=260#comment-1354</guid>
		<description>Justin,

You can remotely control the desktop app through a console application or anything else you wish to develop, by simply writing to a file. See:
http://grooveshark.wikia.com/wiki/External_Player_Control_API_Docs

I don&#039;t know of any way to allow OS console -&gt; site communication without a custom plugin, but there is a JS API for controlling the site from a plugin, so theoretically you could develop such a thing.</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>You can remotely control the desktop app through a console application or anything else you wish to develop, by simply writing to a file. See:<br />
<a href="http://grooveshark.wikia.com/wiki/External_Player_Control_API_Docs" rel="nofollow">http://grooveshark.wikia.com/wiki/External_Player_Control_API_Docs</a></p>
<p>I don&#8217;t know of any way to allow OS console -> site communication without a custom plugin, but there is a JS API for controlling the site from a plugin, so theoretically you could develop such a thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://wanderr.com/jay/attn-hackers-opening-up-grooveshark/2009/12/21/comment-page-1/#comment-1346</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 22 Dec 2010 06:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=260#comment-1346</guid>
		<description>So where does this leave me for wanting to write a command line client for grooveshark? Would the javascript interface allow for adding songs, searching, etc? Or will it only accept player controls?</description>
		<content:encoded><![CDATA[<p>So where does this leave me for wanting to write a command line client for grooveshark? Would the javascript interface allow for adding songs, searching, etc? Or will it only accept player controls?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keyboard Shortcuts for Grooveshark Desktop &#171; Jay Paroline &#8211; Grooveshark Dev</title>
		<link>http://wanderr.com/jay/attn-hackers-opening-up-grooveshark/2009/12/21/comment-page-1/#comment-461</link>
		<dc:creator>Keyboard Shortcuts for Grooveshark Desktop &#171; Jay Paroline &#8211; Grooveshark Dev</dc:creator>
		<pubDate>Sat, 05 Jun 2010 06:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=260#comment-461</guid>
		<description>[...] a further effort to open Grooveshark to 3rd party developers, we have added an External Player Control API. (Side note: yes, it&#8217;s a hack to be polling a [...]</description>
		<content:encoded><![CDATA[<p>[...] a further effort to open Grooveshark to 3rd party developers, we have added an External Player Control API. (Side note: yes, it&#8217;s a hack to be polling a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://wanderr.com/jay/attn-hackers-opening-up-grooveshark/2009/12/21/comment-page-1/#comment-366</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Sun, 10 Jan 2010 08:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=260#comment-366</guid>
		<description>At this time there are no plans to do something like that (our servers are a bit overloaded as it is). To be honest last.fm scrobbling will probably be pushed out before we have a chance to add that functionality.

Of course either way the feature will start out as VIP-only because all new features start out that way and only get released to the general public when we have something even more awesome to release to our VIP users.</description>
		<content:encoded><![CDATA[<p>At this time there are no plans to do something like that (our servers are a bit overloaded as it is). To be honest last.fm scrobbling will probably be pushed out before we have a chance to add that functionality.</p>
<p>Of course either way the feature will start out as VIP-only because all new features start out that way and only get released to the general public when we have something even more awesome to release to our VIP users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mic</title>
		<link>http://wanderr.com/jay/attn-hackers-opening-up-grooveshark/2009/12/21/comment-page-1/#comment-365</link>
		<dc:creator>Mic</dc:creator>
		<pubDate>Sat, 09 Jan 2010 16:16:39 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=260#comment-365</guid>
		<description>Are you planning to publish that file (currentSong.txt), for any user, in the api path (api.grooveshark...) or anywhere else? (So also non-vip can have they status up?).

@noiz: in &lt;a href=&quot;http://www.grooveshark.com/community/2009/12/23/chrome-controls-and-scrobbling/&quot; rel=&quot;nofollow&quot;&gt;this post&lt;/a&gt; they tolk about my scrobbler, it&#039;s far from being perfect but you can try it! (as a plus, you don&#039;t need command-line interaction as they wrote)</description>
		<content:encoded><![CDATA[<p>Are you planning to publish that file (currentSong.txt), for any user, in the api path (api.grooveshark&#8230;) or anywhere else? (So also non-vip can have they status up?).</p>
<p>@noiz: in <a href="http://www.grooveshark.com/community/2009/12/23/chrome-controls-and-scrobbling/" rel="nofollow">this post</a> they tolk about my scrobbler, it&#8217;s far from being perfect but you can try it! (as a plus, you don&#8217;t need command-line interaction as they wrote)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: noiz</title>
		<link>http://wanderr.com/jay/attn-hackers-opening-up-grooveshark/2009/12/21/comment-page-1/#comment-361</link>
		<dc:creator>noiz</dc:creator>
		<pubDate>Wed, 30 Dec 2009 08:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://wanderr.com/jay/?p=260#comment-361</guid>
		<description>I too would like a temporary solution to scrobble all the songs that I play on grooveshark even if you guys are working up an official way to do that.  Scrobbling is one of the things that holds me back from using grooveshark even more and if I could get something working that would be great.  Also, I&#039;m able to find the file on my windows machine, but can&#039;t for the life of me find where the file is store on my linux machine, any ideas?</description>
		<content:encoded><![CDATA[<p>I too would like a temporary solution to scrobble all the songs that I play on grooveshark even if you guys are working up an official way to do that.  Scrobbling is one of the things that holds me back from using grooveshark even more and if I could get something working that would be great.  Also, I&#8217;m able to find the file on my windows machine, but can&#8217;t for the life of me find where the file is store on my linux machine, any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)

Served from: wanderr.com @ 2012-02-09 10:21:42 -->
