<?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: How to Automate iTunes and iPod Synchronization Using PowerShell</title>
	<atom:link href="http://halr9000.com/article/480/feed" rel="self" type="application/rss+xml" />
	<link>http://halr9000.com/article/480</link>
	<description>(powershell &#38; other stuff)</description>
	<lastBuildDate>Thu, 18 Mar 2010 14:11:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jacberg</title>
		<link>http://halr9000.com/article/480/comment-page-1#comment-7539</link>
		<dc:creator>jacberg</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/480#comment-7539</guid>
		<description>Thanks! it worked smoothly for a single device, but when I tried doing two iTouches at a time with the instroctions you posted I had no luck there.. I’m wondering if there is any way to find the source number of my devices.. or will they always be source 3 and 4?? also, I’m planning on using this script with more than two devices at a time (like 8-10 together) is there a way to add that many devices in the script?? or to tell the script to sync any source it finds?? Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thanks! it worked smoothly for a single device, but when I tried doing two iTouches at a time with the instroctions you posted I had no luck there.. I’m wondering if there is any way to find the source number of my devices.. or will they always be source 3 and 4?? also, I’m planning on using this script with more than two devices at a time (like 8-10 together) is there a way to add that many devices in the script?? or to tell the script to sync any source it finds?? Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacberg</title>
		<link>http://halr9000.com/article/480/comment-page-1#comment-7533</link>
		<dc:creator>jacberg</dc:creator>
		<pubDate>Thu, 11 Feb 2010 22:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/480#comment-7533</guid>
		<description>thanks! it worked smoothly for a single device, but when I tried doing two iTouches at a time with the instroctions you posted I had no luck there.. I&#039;m wondering if there is any way to find the source number of my devices.. or will they always be source 3 and 4?? also, I&#039;m planning on using this script with more than two devices at a time (like 8-10 together) is there a way to add that many devices in the script?? or to tell the script to sync any source it finds?? Thanks a lot.</description>
		<content:encoded><![CDATA[<p>thanks! it worked smoothly for a single device, but when I tried doing two iTouches at a time with the instroctions you posted I had no luck there.. I&#8217;m wondering if there is any way to find the source number of my devices.. or will they always be source 3 and 4?? also, I&#8217;m planning on using this script with more than two devices at a time (like 8-10 together) is there a way to add that many devices in the script?? or to tell the script to sync any source it finds?? Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/480/comment-page-1#comment-7510</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Mon, 18 Jan 2010 14:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/480#comment-7510</guid>
		<description>thanks for posting this Drew!</description>
		<content:encoded><![CDATA[<p>thanks for posting this Drew!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://halr9000.com/article/480/comment-page-1#comment-7509</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 18 Jan 2010 04:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/480#comment-7509</guid>
		<description>ok, that didn&#039;t take right.  Replace the XXX with a single AND symbol like the orginal.

-noprofile -command XXX{ write-host ‘Synchronizing iPod’; $itunes = new-object -comobject itunes.application; $sources = $itunes.sources; $sources.item(3).updateipod(); write-host ‘Synchronizing iPod 2’; $sources.item(4).updateipod(); write-host ‘Sync complete!’; start-sleep 5}</description>
		<content:encoded><![CDATA[<p>ok, that didn&#8217;t take right.  Replace the XXX with a single AND symbol like the orginal.</p>
<p>-noprofile -command XXX{ write-host ‘Synchronizing iPod’; $itunes = new-object -comobject itunes.application; $sources = $itunes.sources; $sources.item(3).updateipod(); write-host ‘Synchronizing iPod 2’; $sources.item(4).updateipod(); write-host ‘Sync complete!’; start-sleep 5}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://halr9000.com/article/480/comment-page-1#comment-7508</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 18 Jan 2010 04:06:49 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/480#comment-7508</guid>
		<description>Your solution worked great for me for over a year.  That was until last week when my wife bought an ipod.  This solution will only sync the first ipod that was plugged in.   Here is the new script to sync both.


-noprofile -command Use it the same as before.  The source Item 3 &amp; 4 are the ipods on my system.  1 was the library, 2 was radio.  I&#039;m not sure, but these numbers may been to be changed for other systems.   

Other than that, thanks again.  this is the simpliest soluction that I&#039;ve seen.</description>
		<content:encoded><![CDATA[<p>Your solution worked great for me for over a year.  That was until last week when my wife bought an ipod.  This solution will only sync the first ipod that was plugged in.   Here is the new script to sync both.</p>
<p>-noprofile -command Use it the same as before.  The source Item 3 &amp; 4 are the ipods on my system.  1 was the library, 2 was radio.  I&#8217;m not sure, but these numbers may been to be changed for other systems.   </p>
<p>Other than that, thanks again.  this is the simpliest soluction that I&#8217;ve seen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misha</title>
		<link>http://halr9000.com/article/480/comment-page-1#comment-7506</link>
		<dc:creator>Misha</dc:creator>
		<pubDate>Fri, 15 Jan 2010 17:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/480#comment-7506</guid>
		<description>I figured it out, thanks.
For other Mac users out there, here&#039;s a simple script you can run from iCal:

tell application &quot;iTunes&quot;
	set my_iPod to some source whose name is &quot;Doug&#039;s iPod&quot;
	update my_iPod
end tell



from:
http://dougscripts.com/itunes/itinfo/info03.php</description>
		<content:encoded><![CDATA[<p>I figured it out, thanks.<br />
For other Mac users out there, here&#8217;s a simple script you can run from iCal:</p>
<p>tell application &#8220;iTunes&#8221;<br />
	set my_iPod to some source whose name is &#8220;Doug&#8217;s iPod&#8221;<br />
	update my_iPod<br />
end tell</p>
<p>from:<br />
<a href="http://dougscripts.com/itunes/itinfo/info03.php" rel="nofollow">http://dougscripts.com/itunes/itinfo/info03.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halr9000</title>
		<link>http://halr9000.com/article/480/comment-page-1#comment-7504</link>
		<dc:creator>halr9000</dc:creator>
		<pubDate>Fri, 15 Jan 2010 14:29:28 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/480#comment-7504</guid>
		<description>I would hope so, but no idea, I&#039;m not a Mac guy. I hear there is a scripting language over there called applescript. Start googling!</description>
		<content:encoded><![CDATA[<p>I would hope so, but no idea, I&#8217;m not a Mac guy. I hear there is a scripting language over there called applescript. Start googling!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Misha</title>
		<link>http://halr9000.com/article/480/comment-page-1#comment-7500</link>
		<dc:creator>Misha</dc:creator>
		<pubDate>Fri, 15 Jan 2010 02:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/480#comment-7500</guid>
		<description>Any way to do this on a mac?</description>
		<content:encoded><![CDATA[<p>Any way to do this on a mac?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Andersson (johanandersson) 's status on Monday, 26-Oct-09 08:35:50 UTC - Identi.ca</title>
		<link>http://halr9000.com/article/480/comment-page-1#comment-7429</link>
		<dc:creator>Johan Andersson (johanandersson) 's status on Monday, 26-Oct-09 08:35:50 UTC - Identi.ca</dc:creator>
		<pubDate>Mon, 26 Oct 2009 08:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/480#comment-7429</guid>
		<description>[...] #iTunes with #PowerShell: http://halr9000.com/article/480 (via Morten / [...]</description>
		<content:encoded><![CDATA[<p>[...] #iTunes with #PowerShell: <a href="http://halr9000.com/article/480" rel="nofollow">http://halr9000.com/article/480</a> (via Morten / [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://halr9000.com/article/480/comment-page-1#comment-6668</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Tue, 20 May 2008 13:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://halr9000.com/article/480#comment-6668</guid>
		<description>Thanks of the solution. No more forgetting to load my daily podcasts.</description>
		<content:encoded><![CDATA[<p>Thanks of the solution. No more forgetting to load my daily podcasts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
