<?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; Export &amp; Restore Metadata</title>
	<atom:link href="http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/feed" rel="self" type="application/rss+xml" />
	<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata</link>
	<description>A dozen dozen?</description>
	<lastBuildDate>Sat, 06 Mar 2010 22:31:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Onkol Consulting</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-664</link>
		<dc:creator>Onkol Consulting</dc:creator>
		<pubDate>Mon, 01 Feb 2010 11:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-664</guid>
		<description>Thank you very much...</description>
		<content:encoded><![CDATA[<p>Thank you very much&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Watt</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-639</link>
		<dc:creator>Tim Watt</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-639</guid>
		<description>Hi.

Thanks for this - it could be very useful....

However, having tried the export script it doesn&#039;t seem to do anything after the images in a project are chosen. No text file I can find is exported.

Could this be relevant:

set srcFile to choose file
	--	set srcFile to alias &quot;BG_MBP2:Users:brett:Desktop:Aperture-Metadata.txt&quot;
	
	

Is this specific do your desktop and does it need to be changed?

Thanks, Tim</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>Thanks for this &#8211; it could be very useful&#8230;.</p>
<p>However, having tried the export script it doesn&#8217;t seem to do anything after the images in a project are chosen. No text file I can find is exported.</p>
<p>Could this be relevant:</p>
<p>set srcFile to choose file<br />
	&#8211;	set srcFile to alias &#8220;BG_MBP2:Users:brett:Desktop:Aperture-Metadata.txt&#8221;</p>
<p>Is this specific do your desktop and does it need to be changed?</p>
<p>Thanks, Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brett</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-520</link>
		<dc:creator>brett</dc:creator>
		<pubDate>Sat, 11 Apr 2009 12:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-520</guid>
		<description>Ouch! The script should not be able to corrupt a master file. It only reads from and writes to the Aperture database. Perhaps your Aperture database is damaged. You can rebuild your Library by holding Command-Option when you launch Aperture. Sometimes that can really help when things aren&#039;t quite working right.</description>
		<content:encoded><![CDATA[<p>Ouch! The script should not be able to corrupt a master file. It only reads from and writes to the Aperture database. Perhaps your Aperture database is damaged. You can rebuild your Library by holding Command-Option when you launch Aperture. Sometimes that can really help when things aren&#8217;t quite working right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pandalong</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-519</link>
		<dc:creator>pandalong</dc:creator>
		<pubDate>Wed, 08 Apr 2009 13:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-519</guid>
		<description>Thank you for your prompt reply. Unfortunately, this has corrupted the chosen file and I had to remove it from Aperture, then find it back from backups and re-edit metadata... I really don&#039;t understand what has happened.</description>
		<content:encoded><![CDATA[<p>Thank you for your prompt reply. Unfortunately, this has corrupted the chosen file and I had to remove it from Aperture, then find it back from backups and re-edit metadata&#8230; I really don&#8217;t understand what has happened.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brett</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-518</link>
		<dc:creator>brett</dc:creator>
		<pubDate>Wed, 08 Apr 2009 10:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-518</guid>
		<description>You can run the script from within Script Editor or from the Script menu item. You can enable the script menu by opening the AppleScript Utility (/Applications/AppleScript/) and checking &#039;Show Script menu in menu bar&#039; - this will show a little scroll icon in the menu bar. Then open Aperture and activate the Scripts (scroll) menu and choose Open Scripts Folder &gt; Open Aperture Scripts Folder. A folder will open in Finder and any AppleScript you put in there will show in the Scripts menu.</description>
		<content:encoded><![CDATA[<p>You can run the script from within Script Editor or from the Script menu item. You can enable the script menu by opening the AppleScript Utility (/Applications/AppleScript/) and checking &#8216;Show Script menu in menu bar&#8217; &#8211; this will show a little scroll icon in the menu bar. Then open Aperture and activate the Scripts (scroll) menu and choose Open Scripts Folder > Open Aperture Scripts Folder. A folder will open in Finder and any AppleScript you put in there will show in the Scripts menu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pandalong</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-517</link>
		<dc:creator>pandalong</dc:creator>
		<pubDate>Tue, 07 Apr 2009 17:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-517</guid>
		<description>Hello, your script seems exaclty what I am currently looking for. But it&#039;s not clear how to install it inside Aperture so that it can export custom metadata from within the application. Thank you very much for clarification.</description>
		<content:encoded><![CDATA[<p>Hello, your script seems exaclty what I am currently looking for. But it&#8217;s not clear how to install it inside Aperture so that it can export custom metadata from within the application. Thank you very much for clarification.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
