<?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: iTunes SDK and C# &#8211; Part 2</title>
	<atom:link href="http://www.scartech.net/2007/10/11/itunes-sdk-and-c-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scartech.net/2007/10/11/itunes-sdk-and-c-part-2/</link>
	<description>The musings of a confessed code junkie and a game geek.</description>
	<lastBuildDate>Sat, 04 Sep 2010 13:55:51 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Scott Hanselman - Removing Dead Tracks (Duplicates that don't exist) from iTunes using C#</title>
		<link>http://www.scartech.net/2007/10/11/itunes-sdk-and-c-part-2/comment-page-1/#comment-5247</link>
		<dc:creator>Scott Hanselman - Removing Dead Tracks (Duplicates that don't exist) from iTunes using C#</dc:creator>
		<pubDate>Sun, 04 Jul 2010 06:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.scartech.net/archives/20#comment-5247</guid>
		<description>[...] I&#039;d also encourage you to check out the second part of Shawn&#039;s iTunes and C# tutorial series where he creates a duplicate find.... [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#39;d also encourage you to check out the second part of Shawn&#39;s iTunes and C# tutorial series where he creates a duplicate find&#8230;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lior Solomon</title>
		<link>http://www.scartech.net/2007/10/11/itunes-sdk-and-c-part-2/comment-page-1/#comment-3510</link>
		<dc:creator>Lior Solomon</dc:creator>
		<pubDate>Mon, 14 Sep 2009 00:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scartech.net/archives/20#comment-3510</guid>
		<description>Hi,
Do you have any idea if its possible to access the view options in itunes application?
for example adding another column or even just adding another menu item?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Do you have any idea if its possible to access the view options in itunes application?<br />
for example adding another column or even just adding another menu item?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.scartech.net/2007/10/11/itunes-sdk-and-c-part-2/comment-page-1/#comment-77</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 05 Jun 2008 20:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.scartech.net/archives/20#comment-77</guid>
		<description>Hello Sergio,

Unfortunately I don&#039;t think there&#039;s a way to use the iTunesAppClass without opening an instance of iTunes. At least I don&#039;t know how to do it. Sorry. :-(</description>
		<content:encoded><![CDATA[<p>Hello Sergio,</p>
<p>Unfortunately I don&#8217;t think there&#8217;s a way to use the iTunesAppClass without opening an instance of iTunes. At least I don&#8217;t know how to do it. Sorry. <img src='http://www.scartech.net/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergio</title>
		<link>http://www.scartech.net/2007/10/11/itunes-sdk-and-c-part-2/comment-page-1/#comment-76</link>
		<dc:creator>Sergio</dc:creator>
		<pubDate>Thu, 05 Jun 2008 10:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.scartech.net/archives/20#comment-76</guid>
		<description>Hi,
do you know if is possible to not open an instance of iTunes when I use the 
iTunesAppClass iTunes = new iTunesAppClass();

I don&#039;t want that my client opens an instance of iTunes.

Thanks a lot,
Sergio</description>
		<content:encoded><![CDATA[<p>Hi,<br />
do you know if is possible to not open an instance of iTunes when I use the<br />
iTunesAppClass iTunes = new iTunesAppClass();</p>
<p>I don&#8217;t want that my client opens an instance of iTunes.</p>
<p>Thanks a lot,<br />
Sergio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScarTech &#187; Blog Archive &#187; FLOSS Pick #5 - MusicBridge</title>
		<link>http://www.scartech.net/2007/10/11/itunes-sdk-and-c-part-2/comment-page-1/#comment-12</link>
		<dc:creator>ScarTech &#187; Blog Archive &#187; FLOSS Pick #5 - MusicBridge</dc:creator>
		<pubDate>Wed, 07 Nov 2007 01:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.scartech.net/archives/20#comment-12</guid>
		<description>[...] written code to remove dead tracks and duplicates from my iTunes library, but MusicBridge is a [...]</description>
		<content:encoded><![CDATA[<p>[...] written code to remove dead tracks and duplicates from my iTunes library, but MusicBridge is a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.scartech.net/2007/10/11/itunes-sdk-and-c-part-2/comment-page-1/#comment-10</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Sun, 04 Nov 2007 02:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.scartech.net/archives/20#comment-10</guid>
		<description>Thanks Joe. You&#039;re right. When I wrote the code to remove duplicates, I just modified the code I had already written to find dead tracks. In that code I needed to cast to an IITFileOrCDTrack (to check the Location property), but I didn&#039;t need to when deleting files. I&#039;ll remove the unnecessary casting from the code snippet.</description>
		<content:encoded><![CDATA[<p>Thanks Joe. You&#8217;re right. When I wrote the code to remove duplicates, I just modified the code I had already written to find dead tracks. In that code I needed to cast to an IITFileOrCDTrack (to check the Location property), but I didn&#8217;t need to when deleting files. I&#8217;ll remove the unnecessary casting from the code snippet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.scartech.net/2007/10/11/itunes-sdk-and-c-part-2/comment-page-1/#comment-9</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 03 Nov 2007 23:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.scartech.net/archives/20#comment-9</guid>
		<description>I&#039;m curious why you keep casting the fileTrack to an IITFileOrCDTrack before you add it to the ArrayList of tracks to be removed? track.Delete() is an IITTrack method.</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious why you keep casting the fileTrack to an IITFileOrCDTrack before you add it to the ArrayList of tracks to be removed? track.Delete() is an IITTrack method.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
