<?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>Kommentare zu: iTunesSpy 1.2 &#8211; Release</title>
	<atom:link href="http://www.crea-doo.at/weblog/2005/07/05/itunesspy-12-release/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crea-doo.at/weblog/2005/07/05/itunesspy-12-release/</link>
	<description>Not just another weblog</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:40:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Von: Jeff Swanson</title>
		<link>http://www.crea-doo.at/weblog/2005/07/05/itunesspy-12-release/comment-page-1/#comment-8</link>
		<dc:creator>Jeff Swanson</dc:creator>
		<pubDate>Wed, 20 Jul 2005 05:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.crea-doo.at/weblog/2005/07/05/itunesspy-12-release/#comment-8</guid>
		<description>Hey, Thanks Alot!  I modded it a bit. You can see how it looks on my site: I need to do some tweaking to my CSS file, but the plug-in works great!

www.jeffswanson.com/blog






				

getLastTracks(1);
foreach ($tracks as $track) {
	// load the track data into the variable
	$track = $iTunesSpy-&gt;getTrack($track-&gt;id);
	
	// set the width attribute to 100%...
	// edit the width attribute for different image sizes
	$Out .= $iTunesSpy-&gt;getTrackArtEx($track-&gt;art_id, &#039;&#039;, &#039;src=&quot;%art_large_url%&quot; width=&quot;100%&quot; alt=&quot;&quot;&#039;);
	
	$Out .= &#039;&#039;;
	
	$schema = &#039;&#039;;  //Clear the variable
	$schema .= &#039;&#039;;
	$schema .= &#039;Artist: %artist%&#039;;
	$schema .= &#039;Album: %album%&#039;;
	$schema .= &#039;Title: %title%&#039;;
	$schema .= &#039;Genre: %genre%&#039;;
	$schema .= &#039;Year: %year%&#039;;
	
	$lastplayed =  $iTunesSpy-&gt;getTrackLastPlayTime($track-&gt;id);
	$schema .= &#039;last played: &#039; . date($iTunesSpy-&gt;date_time_format, $lastplayed-&gt;date-(1000 * $iTunesSpy-&gt;gmt_offset)) .&#039;&#039;;
	
	$schema .= &#039;played &#039; . $iTunesSpy-&gt;getTrackPlayTimesCount($track-&gt;id) . &#039; time(s)&#039;;
	$schema .= &#039;&#039;;
		$playtimes = $iTunesSpy-&gt;getTrackPlayTimes($track-&gt;id);
		$out_playtimes = &#039;&#039;;  //Clear the variable
		foreach ($playtimes as $playtime) {
			$out_playtimes .= &#039;&#039; . date($iTunesSpy-&gt;date_time_format, $playtime-&gt;date-(1000 * $iTunesSpy-&gt;gmt_offset)) . &#039;&#039;;
		}
	$schema .= $out_playtimes;
	
	$schema .= &#039;&#039;;
	$schema .= &#039;&#039;;
	$schema .= &#039;&#039;;
	
	$Out .= $iTunesSpy-&gt;getTrackInfoEx($track-&gt;id, &#039;&#039;, &#039;&#039;, $schema);
}
echo $Out;
?&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, Thanks Alot!  I modded it a bit. You can see how it looks on my site: I need to do some tweaking to my CSS file, but the plug-in works great!</p>
<p><a href="http://www.jeffswanson.com/blog" rel="nofollow">http://www.jeffswanson.com/blog</a></p>
<p>getLastTracks(1);<br />
foreach ($tracks as $track) {<br />
	// load the track data into the variable<br />
	$track = $iTunesSpy-&gt;getTrack($track-&gt;id);</p>
<p>	// set the width attribute to 100%&#8230;<br />
	// edit the width attribute for different image sizes<br />
	$Out .= $iTunesSpy-&gt;getTrackArtEx($track-&gt;art_id, &#8221;, &#8216;src=&#8221;%art_large_url%&#8221; width=&#8221;100%&#8221; alt=&#8221;"&#8216;);</p>
<p>	$Out .= &#8221;;</p>
<p>	$schema = &#8221;;  //Clear the variable<br />
	$schema .= &#8221;;<br />
	$schema .= &#8216;Artist: %artist%&#8217;;<br />
	$schema .= &#8216;Album: %album%&#8217;;<br />
	$schema .= &#8216;Title: %title%&#8217;;<br />
	$schema .= &#8216;Genre: %genre%&#8217;;<br />
	$schema .= &#8216;Year: %year%&#8217;;</p>
<p>	$lastplayed =  $iTunesSpy-&gt;getTrackLastPlayTime($track-&gt;id);<br />
	$schema .= &#8216;last played: &#8216; . date($iTunesSpy-&gt;date_time_format, $lastplayed-&gt;date-(1000 * $iTunesSpy-&gt;gmt_offset)) .&#8221;;</p>
<p>	$schema .= &#8216;played &#8216; . $iTunesSpy-&gt;getTrackPlayTimesCount($track-&gt;id) . &#8216; time(s)&#8217;;<br />
	$schema .= &#8221;;<br />
		$playtimes = $iTunesSpy-&gt;getTrackPlayTimes($track-&gt;id);<br />
		$out_playtimes = &#8221;;  //Clear the variable<br />
		foreach ($playtimes as $playtime) {<br />
			$out_playtimes .= &#8221; . date($iTunesSpy-&gt;date_time_format, $playtime-&gt;date-(1000 * $iTunesSpy-&gt;gmt_offset)) . &#8221;;<br />
		}<br />
	$schema .= $out_playtimes;</p>
<p>	$schema .= &#8221;;<br />
	$schema .= &#8221;;<br />
	$schema .= &#8221;;</p>
<p>	$Out .= $iTunesSpy-&gt;getTrackInfoEx($track-&gt;id, &#8221;, &#8221;, $schema);<br />
}<br />
echo $Out;<br />
?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: admin</title>
		<link>http://www.crea-doo.at/weblog/2005/07/05/itunesspy-12-release/comment-page-1/#comment-7</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 18 Jul 2005 11:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.crea-doo.at/weblog/2005/07/05/itunesspy-12-release/#comment-7</guid>
		<description>I&#039;ve added sample 5 in the support section of the itunesspy homepage (&lt;a href=&quot;http://www.crea-doo.at/itunesspy/&quot; rel=&quot;nofollow&quot;&gt;crea-doo.at/itunesspy&lt;/a&gt;)  which describes how to resize album art images.
I hope that helps...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve added sample 5 in the support section of the itunesspy homepage (<a href="http://www.crea-doo.at/itunesspy/" rel="nofollow">crea-doo.at/itunesspy</a>)  which describes how to resize album art images.<br />
I hope that helps&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Jeff Swanson</title>
		<link>http://www.crea-doo.at/weblog/2005/07/05/itunesspy-12-release/comment-page-1/#comment-6</link>
		<dc:creator>Jeff Swanson</dc:creator>
		<pubDate>Sun, 17 Jul 2005 08:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.crea-doo.at/weblog/2005/07/05/itunesspy-12-release/#comment-6</guid>
		<description>Excellent Plug-in!

Is there a way to change the image size for the artwork? I want to make it smaller.

Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent Plug-in!</p>
<p>Is there a way to change the image size for the artwork? I want to make it smaller.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

