<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Andrew Burgess</title>
	<atom:link href="http://deceptacle.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://deceptacle.com</link>
	<description>It&#039;s my site, welcome to it</description>
	<lastBuildDate>Fri, 01 Jun 2012 02:46:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Spotify App API: Some Things by Eric</title>
		<link>http://deceptacle.com/2011/12/26/spotify-app-api-some-things/#comment-202</link>
		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Fri, 01 Jun 2012 02:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://deceptacle.com/?p=239#comment-202</guid>
		<description><![CDATA[Teo-

$(document).ready(function() {
    var sp = getSpotifyApi(1);
    var models = sp.require(&#039;sp://import/scripts/api/models&#039;);
    var views = sp.require(&quot;sp://import/scripts/api/views&quot;);
    var ui = sp.require(&quot;sp://import/scripts/ui&quot;);

    var playlist_url = &#039;spotify:user:playdio:playlist:1FECVZMVTz4X0DtPQq3YD1&#039;;

    var pl = models.Playlist.fromURI(playlist_url);
    var list = new views.List(pl, function (track) {
    return new views.Track(track, views.Track.FIELD.STAR &#124;
                views.Track.FIELD.SHARE &#124;
                views.Track.FIELD.NAME &#124;
                views.Track.FIELD.ARTIST &#124;
                views.Track.FIELD.DURATION);
                views.Track.FIELD.ALBUM);
    });
    
    $(&quot;#playlist&quot;).append(list.node);
    list.node.classList.add(&quot;sp-light&quot;);

});]]></description>
		<content:encoded><![CDATA[<p>Teo-</p>
<p>$(document).ready(function() {<br />
    var sp = getSpotifyApi(1);<br />
    var models = sp.require(&#8216;sp://import/scripts/api/models&#8217;);<br />
    var views = sp.require(&#8220;sp://import/scripts/api/views&#8221;);<br />
    var ui = sp.require(&#8220;sp://import/scripts/ui&#8221;);</p>
<p>    var playlist_url = &#8216;spotify:user:playdio:playlist:1FECVZMVTz4X0DtPQq3YD1&#8242;;</p>
<p>    var pl = models.Playlist.fromURI(playlist_url);<br />
    var list = new views.List(pl, function (track) {<br />
    return new views.Track(track, views.Track.FIELD.STAR |<br />
                views.Track.FIELD.SHARE |<br />
                views.Track.FIELD.NAME |<br />
                views.Track.FIELD.ARTIST |<br />
                views.Track.FIELD.DURATION);<br />
                views.Track.FIELD.ALBUM);<br />
    });</p>
<p>    $(&#8220;#playlist&#8221;).append(list.node);<br />
    list.node.classList.add(&#8220;sp-light&#8221;);</p>
<p>});</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spotify App API: Some Things by Teo Skylark</title>
		<link>http://deceptacle.com/2011/12/26/spotify-app-api-some-things/#comment-192</link>
		<dc:creator><![CDATA[Teo Skylark]]></dc:creator>
		<pubDate>Wed, 11 Apr 2012 01:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://deceptacle.com/?p=239#comment-192</guid>
		<description><![CDATA[I tried the examples you posted here. Although I am returned an error that explains that the playlist is not defined in the .js. What is the function for calling the playlist? Any help you can give would be appreciated.]]></description>
		<content:encoded><![CDATA[<p>I tried the examples you posted here. Although I am returned an error that explains that the playlist is not defined in the .js. What is the function for calling the playlist? Any help you can give would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spotify Wallpaper by Fred</title>
		<link>http://deceptacle.com/2012/01/27/spotify-wallpaper/#comment-190</link>
		<dc:creator><![CDATA[Fred]]></dc:creator>
		<pubDate>Wed, 28 Mar 2012 19:54:07 +0000</pubDate>
		<guid isPermaLink="false">http://deceptacle.com/?p=258#comment-190</guid>
		<description><![CDATA[Nice app!
Would it be possible to make a slideshow of the Last.fm pictures?
Thanks]]></description>
		<content:encoded><![CDATA[<p>Nice app!<br />
Would it be possible to make a slideshow of the Last.fm pictures?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing User Object in Spotify App API by krakelin</title>
		<link>http://deceptacle.com/2012/01/08/accessing-user-object-in-spotify-app-api/#comment-188</link>
		<dc:creator><![CDATA[krakelin]]></dc:creator>
		<pubDate>Sun, 12 Feb 2012 11:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://deceptacle.com/?p=253#comment-188</guid>
		<description><![CDATA[Hi,

I want to say that we should not use the function that are mentioned here. They are only for internal use, and I have speak with Ronald yesterday, and he said that we are not allowed to change text on playlists.
 Do not approve my post here, since Spotify does not endorse this code at all. They will turn off this functionality for us, and I suppose we only should deal with those things that are documentated. There is probably a reason why these things has not been mentioned at all, and I believe this is either because it are not endorsed for usage by the public but may also be because the stuff is not ready for public usage yet and will probably be changed, and if gettting public it will be documentatde.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to say that we should not use the function that are mentioned here. They are only for internal use, and I have speak with Ronald yesterday, and he said that we are not allowed to change text on playlists.<br />
 Do not approve my post here, since Spotify does not endorse this code at all. They will turn off this functionality for us, and I suppose we only should deal with those things that are documentated. There is probably a reason why these things has not been mentioned at all, and I believe this is either because it are not endorsed for usage by the public but may also be because the stuff is not ready for public usage yet and will probably be changed, and if gettting public it will be documentatde.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing User Object in Spotify App API by krakelin</title>
		<link>http://deceptacle.com/2012/01/08/accessing-user-object-in-spotify-app-api/#comment-187</link>
		<dc:creator><![CDATA[krakelin]]></dc:creator>
		<pubDate>Sat, 11 Feb 2012 12:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://deceptacle.com/?p=253#comment-187</guid>
		<description><![CDATA[If you set
&quot;ApiPermissions&quot;: {
	&quot;core&quot;: [&quot;private&quot;],
        &quot;playlists&quot;:[&quot;private&quot;]
}

you can use playlist.data.setDescription to add a nice text. I don&#039;t know if this is allowed though.]]></description>
		<content:encoded><![CDATA[<p>If you set<br />
&#8220;ApiPermissions&#8221;: {<br />
	&#8220;core&#8221;: ["private"],<br />
        &#8220;playlists&#8221;:["private"]<br />
}</p>
<p>you can use playlist.data.setDescription to add a nice text. I don&#8217;t know if this is allowed though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing User Object in Spotify App API by krakelin</title>
		<link>http://deceptacle.com/2012/01/08/accessing-user-object-in-spotify-app-api/#comment-186</link>
		<dc:creator><![CDATA[krakelin]]></dc:creator>
		<pubDate>Sat, 11 Feb 2012 12:10:40 +0000</pubDate>
		<guid isPermaLink="false">http://deceptacle.com/?p=253#comment-186</guid>
		<description><![CDATA[Also, by setting to playlists, you can set descriptions for your playlists! Wow!]]></description>
		<content:encoded><![CDATA[<p>Also, by setting to playlists, you can set descriptions for your playlists! Wow!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spotify App API: Some Things by Andrew Burgess</title>
		<link>http://deceptacle.com/2011/12/26/spotify-app-api-some-things/#comment-184</link>
		<dc:creator><![CDATA[Andrew Burgess]]></dc:creator>
		<pubDate>Sun, 29 Jan 2012 22:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://deceptacle.com/?p=239#comment-184</guid>
		<description><![CDATA[I haven&#039;t found anything that would handle the headers. I believe you&#039;ll have to add them yourself. The Inspector will be your friend there. Insert the appropriate elements and hook up some event handlers and that should get you set up]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t found anything that would handle the headers. I believe you&#8217;ll have to add them yourself. The Inspector will be your friend there. Insert the appropriate elements and hook up some event handlers and that should get you set up</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Spotify App API: Some Things by Kate</title>
		<link>http://deceptacle.com/2011/12/26/spotify-app-api-some-things/#comment-183</link>
		<dc:creator><![CDATA[Kate]]></dc:creator>
		<pubDate>Sun, 29 Jan 2012 21:01:37 +0000</pubDate>
		<guid isPermaLink="false">http://deceptacle.com/?p=239#comment-183</guid>
		<description><![CDATA[Do you know if the Spotify API provides any way to add column header descriptions to your playlists? Ie, Track, Artist, Album, etc column headers? Or does the developer have to add these separately? If the latter, how can I resize the width of the columns to conform with the spotify playlist table cells on window resize? Thank you!]]></description>
		<content:encoded><![CDATA[<p>Do you know if the Spotify API provides any way to add column header descriptions to your playlists? Ie, Track, Artist, Album, etc column headers? Or does the developer have to add these separately? If the latter, how can I resize the width of the columns to conform with the spotify playlist table cells on window resize? Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing User Object in Spotify App API by Andrew Burgess</title>
		<link>http://deceptacle.com/2012/01/08/accessing-user-object-in-spotify-app-api/#comment-161</link>
		<dc:creator><![CDATA[Andrew Burgess]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 05:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://deceptacle.com/?p=253#comment-161</guid>
		<description><![CDATA[Ahh, that&#039;s a shame. I was using it for accessing the top tracks, but I haven&#039;t really explored the social namespace yet, so perhaps I can work without it.]]></description>
		<content:encoded><![CDATA[<p>Ahh, that&#8217;s a shame. I was using it for accessing the top tracks, but I haven&#8217;t really explored the social namespace yet, so perhaps I can work without it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Accessing User Object in Spotify App API by Peter Watts (@ptrwtts)</title>
		<link>http://deceptacle.com/2012/01/08/accessing-user-object-in-spotify-app-api/#comment-160</link>
		<dc:creator><![CDATA[Peter Watts (@ptrwtts)]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 05:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://deceptacle.com/?p=253#comment-160</guid>
		<description><![CDATA[yes, but you won&#039;t be able to get an app submitted with it, so i wouldn&#039;t rely on it. sadly they&#039;ve been forced to cut out various features for privacy reasons. hopefully they&#039;ll have a permissions model soon where you can request access to a user&#039;s details, friends, playlists, etc.]]></description>
		<content:encoded><![CDATA[<p>yes, but you won&#8217;t be able to get an app submitted with it, so i wouldn&#8217;t rely on it. sadly they&#8217;ve been forced to cut out various features for privacy reasons. hopefully they&#8217;ll have a permissions model soon where you can request access to a user&#8217;s details, friends, playlists, etc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

