<?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: Aperture AppleScript &#8211; Make Hierarchal Keywords Real v4</title>
	<atom:link href="http://brettgrossphotography.com/2009/01/12/aperture-applescript-make-hierarchal-keywords-real-v4/feed" rel="self" type="application/rss+xml" />
	<link>http://brettgrossphotography.com/2009/01/12/aperture-applescript-make-hierarchal-keywords-real-v4</link>
	<description>A dozen dozen?</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:53:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Eduardo</title>
		<link>http://brettgrossphotography.com/2009/01/12/aperture-applescript-make-hierarchal-keywords-real-v4/comment-page-1#comment-669</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Thu, 11 Feb 2010 20:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/?p=351#comment-669</guid>
		<description>Nice work! Good even with 3.0.</description>
		<content:encoded><![CDATA[<p>Nice work! Good even with 3.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brett</title>
		<link>http://brettgrossphotography.com/2009/01/12/aperture-applescript-make-hierarchal-keywords-real-v4/comment-page-1#comment-607</link>
		<dc:creator>brett</dc:creator>
		<pubDate>Mon, 03 Aug 2009 09:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/?p=351#comment-607</guid>
		<description>This script will read the keyword hierarchy and assign all parent keywords to the image while it is in the Library. The keywords will be visible in the Aperture UI and present when images are exported. 

I believe that this script does what you want. 

I generally don&#039;t recommend running the script until you have all of your keywords applied and are happy with your keyword hierarchy.</description>
		<content:encoded><![CDATA[<p>This script will read the keyword hierarchy and assign all parent keywords to the image while it is in the Library. The keywords will be visible in the Aperture UI and present when images are exported. </p>
<p>I believe that this script does what you want. </p>
<p>I generally don&#8217;t recommend running the script until you have all of your keywords applied and are happy with your keyword hierarchy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://brettgrossphotography.com/2009/01/12/aperture-applescript-make-hierarchal-keywords-real-v4/comment-page-1#comment-604</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Sun, 02 Aug 2009 02:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/?p=351#comment-604</guid>
		<description>Brett,

I have nearly 14,000 images in Aperture now, and am finally getting around to adding keywords.  It&#039;ll be painful, I know, but these Smart Albums are really really neat!!  I like the virtual keywords when searching, but it&#039;s confusing to only see the lowest-level keyword in the metadata inspector.  VERY CONFUSING.  I&#039;m thinking your script here is the answer I&#039;ve been searching for.  THANKS!!

Just a couple of questions:

Does your script only help things out during export, or will it add the hierarchy of keywords within Aperture itself (so I see all keywords in the metadata inspector)?  Or would this be even more confusing?  Thanks for the script and for pointing me in the right direction!!

-Philip</description>
		<content:encoded><![CDATA[<p>Brett,</p>
<p>I have nearly 14,000 images in Aperture now, and am finally getting around to adding keywords.  It&#8217;ll be painful, I know, but these Smart Albums are really really neat!!  I like the virtual keywords when searching, but it&#8217;s confusing to only see the lowest-level keyword in the metadata inspector.  VERY CONFUSING.  I&#8217;m thinking your script here is the answer I&#8217;ve been searching for.  THANKS!!</p>
<p>Just a couple of questions:</p>
<p>Does your script only help things out during export, or will it add the hierarchy of keywords within Aperture itself (so I see all keywords in the metadata inspector)?  Or would this be even more confusing?  Thanks for the script and for pointing me in the right direction!!</p>
<p>-Philip</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brett</title>
		<link>http://brettgrossphotography.com/2009/01/12/aperture-applescript-make-hierarchal-keywords-real-v4/comment-page-1#comment-459</link>
		<dc:creator>brett</dc:creator>
		<pubDate>Fri, 13 Feb 2009 20:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/?p=351#comment-459</guid>
		<description>I&#039;m glad you found it helpful. One of the great things about AppleScript is that it is pretty easy to dissect others&#039; scripts to build your own.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you found it helpful. One of the great things about AppleScript is that it is pretty easy to dissect others&#8217; scripts to build your own.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Ovens</title>
		<link>http://brettgrossphotography.com/2009/01/12/aperture-applescript-make-hierarchal-keywords-real-v4/comment-page-1#comment-457</link>
		<dc:creator>Mark Ovens</dc:creator>
		<pubDate>Fri, 13 Feb 2009 00:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/?p=351#comment-457</guid>
		<description>Brett,

Thanks for posting this. I wanted to achieve the reverse as I have imported all my photos from the Linux app Digikam which, like Aperture, has hierarchical keywords (called tags) that it exports in the ITPC keywords field as a path - e.g. People/Friends/David - which I wanted to convert into Aperture hierarchical keywords. Your script gave me the necessary information about handling Aperture keywords to enable me to write my own script.

Thanks again.

Regards,

Mark</description>
		<content:encoded><![CDATA[<p>Brett,</p>
<p>Thanks for posting this. I wanted to achieve the reverse as I have imported all my photos from the Linux app Digikam which, like Aperture, has hierarchical keywords (called tags) that it exports in the ITPC keywords field as a path &#8211; e.g. People/Friends/David &#8211; which I wanted to convert into Aperture hierarchical keywords. Your script gave me the necessary information about handling Aperture keywords to enable me to write my own script.</p>
<p>Thanks again.</p>
<p>Regards,</p>
<p>Mark</p>
]]></content:encoded>
	</item>
</channel>
</rss>

