<?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: Scripting iTunes for the iPod, with Perl and Mac::Glue</title>
	<atom:link href="http://beatworm.co.uk/blog/computers/scripting-itunes-for-the-ipod-with-perl-and-macglue/feed/" rel="self" type="application/rss+xml" />
	<link>http://beatworm.co.uk/blog/computers/scripting-itunes-for-the-ipod-with-perl-and-macglue/</link>
	<description>Colin M. Strickland</description>
	<lastBuildDate>Wed, 09 Jun 2010 09:07:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cms</title>
		<link>http://beatworm.co.uk/blog/computers/scripting-itunes-for-the-ipod-with-perl-and-macglue/comment-page-1/#comment-2651</link>
		<dc:creator>cms</dc:creator>
		<pubDate>Fri, 31 Oct 2008 09:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://beatworm.co.uk/blog/computers/scripting-itunes-for-the-ipod-with-perl-and-macglue/#comment-2651</guid>
		<description>@Jon - Thanks, yes. I did discover the &#039;duplicate&#039; method a little later on, and I&#039;ve incorporated it into my new version of the tool, which I re-wrote in Python (mostly because I was investigating Python, and an iTunes update stopped my perl script from working). There&#039;s a link to that version of the tool in the first comment above. Thanks for explaining why it is faster, I do find applescript a bit of a cryptic affair!</description>
		<content:encoded><![CDATA[<p>@Jon &#8211; Thanks, yes. I did discover the &#8216;duplicate&#8217; method a little later on, and I&#8217;ve incorporated it into my new version of the tool, which I re-wrote in Python (mostly because I was investigating Python, and an iTunes update stopped my perl script from working). There&#8217;s a link to that version of the tool in the first comment above. Thanks for explaining why it is faster, I do find applescript a bit of a cryptic affair!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://beatworm.co.uk/blog/computers/scripting-itunes-for-the-ipod-with-perl-and-macglue/comment-page-1/#comment-2650</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 31 Oct 2008 08:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://beatworm.co.uk/blog/computers/scripting-itunes-for-the-ipod-with-perl-and-macglue/#comment-2650</guid>
		<description>You can add files to a playlist using the duplicate method rather than adding them as a file. This seems to be a little quicker as iTunes does not re-read the meta data:

  my $track = $itunes-&gt;obj(track =&gt; 1, tracks =&gt; whose(persistent_id =&gt; equals =&gt; $track_id), playlist =&gt; 1); 
  $itunes-&gt;duplicate($track, to =&gt; $playlist-&gt;get);</description>
		<content:encoded><![CDATA[<p>You can add files to a playlist using the duplicate method rather than adding them as a file. This seems to be a little quicker as iTunes does not re-read the meta data:</p>
<p>  my $track = $itunes-&gt;obj(track =&gt; 1, tracks =&gt; whose(persistent_id =&gt; equals =&gt; $track_id), playlist =&gt; 1);<br />
  $itunes-&gt;duplicate($track, to =&gt; $playlist-&gt;get);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beatworm.co.uk &#187; Blog Archive &#187; iTunes automation, revisited</title>
		<link>http://beatworm.co.uk/blog/computers/scripting-itunes-for-the-ipod-with-perl-and-macglue/comment-page-1/#comment-1921</link>
		<dc:creator>beatworm.co.uk &#187; Blog Archive &#187; iTunes automation, revisited</dc:creator>
		<pubDate>Sun, 14 Sep 2008 11:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://beatworm.co.uk/blog/computers/scripting-itunes-for-the-ipod-with-perl-and-macglue/#comment-1921</guid>
		<description>[...] week , which introduced some excellent new features , such as Genius playlists, but broke my fancy perl script  which I wrote to rotate my music library on my iPod [...]</description>
		<content:encoded><![CDATA[<p>[...] week , which introduced some excellent new features , such as Genius playlists, but broke my fancy perl script  which I wrote to rotate my music library on my iPod [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
