<?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>Wed, 09 May 2012 19:43:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: brett</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-780</link>
		<dc:creator>brett</dc:creator>
		<pubDate>Sat, 04 Feb 2012 18:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-780</guid>
		<description>You&#039;re very welcome! I&#039;m glad you found these scripts helpful. I&#039;m also happy to hear that you&#039;ve been able to modify it to suit your particular needs. 

One of the great things about making an app AppleScriptable is that it allows the users to use the app to do exactly what they want. I wish more developers made their apps AppleScriptable!</description>
		<content:encoded><![CDATA[<p>You&#8217;re very welcome! I&#8217;m glad you found these scripts helpful. I&#8217;m also happy to hear that you&#8217;ve been able to modify it to suit your particular needs. </p>
<p>One of the great things about making an app AppleScriptable is that it allows the users to use the app to do exactly what they want. I wish more developers made their apps AppleScriptable!</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-779</link>
		<dc:creator>brett</dc:creator>
		<pubDate>Sat, 04 Feb 2012 18:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-779</guid>
		<description>@Scott


Scott-

Unfortunately, most of the slowness of the script is due to AppleScript&#039;s overhead. I generally try to optimize things where I can, but sometimes that simply doesn&#039;t gain you much. 

If you only wanted to work with a partial list of the Aperture metadata then things could possibly be sped up quite a bit.</description>
		<content:encoded><![CDATA[<p>@Scott</p>
<p>Scott-</p>
<p>Unfortunately, most of the slowness of the script is due to AppleScript&#8217;s overhead. I generally try to optimize things where I can, but sometimes that simply doesn&#8217;t gain you much. </p>
<p>If you only wanted to work with a partial list of the Aperture metadata then things could possibly be sped up quite a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enrique</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-778</link>
		<dc:creator>Enrique</dc:creator>
		<pubDate>Sat, 04 Feb 2012 15:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-778</guid>
		<description>Hi, since this post dates quite a bit, I just wanted to add a short update to to say that I have successfully used these scripts with Aperture 3.2.2.

I tweaked the export script to only export the version name, headline and captions, then I exported the metadata to a text file, imported that in Excel to send it over to my caption writer. When the captions were done, I exported from Excel a tab-delimited text file which was restored back to Aperture.

For those like me who have accented characters in their metadata fields, make sure that you restore from a text file which has a MacRoman file encoding. This can easily be saved with Textmate or BBedit.

Thanks to Brett for keeping these scripts available. They saved me a lot of time!</description>
		<content:encoded><![CDATA[<p>Hi, since this post dates quite a bit, I just wanted to add a short update to to say that I have successfully used these scripts with Aperture 3.2.2.</p>
<p>I tweaked the export script to only export the version name, headline and captions, then I exported the metadata to a text file, imported that in Excel to send it over to my caption writer. When the captions were done, I exported from Excel a tab-delimited text file which was restored back to Aperture.</p>
<p>For those like me who have accented characters in their metadata fields, make sure that you restore from a text file which has a MacRoman file encoding. This can easily be saved with Textmate or BBedit.</p>
<p>Thanks to Brett for keeping these scripts available. They saved me a lot of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-777</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 31 Jan 2012 19:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-777</guid>
		<description>Hi Brett!
I am using your script to later create a table and points in a GIS. Unfortunately aperture&#039;s export metadata puts the geographical coordinates in a format that I cannot get my GIS applications to accept. The coordinates need to be a number with a decimal and that&#039;s what your script outputs. The problem I am having with your script is that it takes so long. I am planning to leave the script running all night to go through 900 images. My question is why it takes so long vs apertures export metadata which works very quickly? Can it be sped up?
Otherwise, thanks for providing a script which makes my workflow possible (albeit slowly).</description>
		<content:encoded><![CDATA[<p>Hi Brett!<br />
I am using your script to later create a table and points in a GIS. Unfortunately aperture&#8217;s export metadata puts the geographical coordinates in a format that I cannot get my GIS applications to accept. The coordinates need to be a number with a decimal and that&#8217;s what your script outputs. The problem I am having with your script is that it takes so long. I am planning to leave the script running all night to go through 900 images. My question is why it takes so long vs apertures export metadata which works very quickly? Can it be sped up?<br />
Otherwise, thanks for providing a script which makes my workflow possible (albeit slowly).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Davies</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-750</link>
		<dc:creator>Ken Davies</dc:creator>
		<pubDate>Thu, 31 Mar 2011 08:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-750</guid>
		<description>Just a brief note to thank Brett for emailing me a version of the script that extracts the data to individual text files. Works perfectly and can&#039;t thank you enough for the work.

Cheers,

Ken</description>
		<content:encoded><![CDATA[<p>Just a brief note to thank Brett for emailing me a version of the script that extracts the data to individual text files. Works perfectly and can&#8217;t thank you enough for the work.</p>
<p>Cheers,</p>
<p>Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Davies</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-749</link>
		<dc:creator>Ken Davies</dc:creator>
		<pubDate>Sun, 27 Mar 2011 09:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-749</guid>
		<description>Hi Brett,

Apologies for the long delay in responding. I somehow managed to crap out my Aperture library, lost an awful lot of metadata and got disheartened by the debacle for a while. I&#039;ve got myself back up and running and noticed you mentioned you&#039;ve done some work on the script. Did you manage to get a version with individual output files working?

One comment. I downloaded the version of the script at the top of this page and it requires you to have created the text file before it will work i.e. the &quot;Choose&quot; button is greyed out until you actually click on an existing file which it then overwrites. Is this by design?

Cheers,

Ken</description>
		<content:encoded><![CDATA[<p>Hi Brett,</p>
<p>Apologies for the long delay in responding. I somehow managed to crap out my Aperture library, lost an awful lot of metadata and got disheartened by the debacle for a while. I&#8217;ve got myself back up and running and noticed you mentioned you&#8217;ve done some work on the script. Did you manage to get a version with individual output files working?</p>
<p>One comment. I downloaded the version of the script at the top of this page and it requires you to have created the text file before it will work i.e. the &#8220;Choose&#8221; button is greyed out until you actually click on an existing file which it then overwrites. Is this by design?</p>
<p>Cheers,</p>
<p>Ken</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-730</link>
		<dc:creator>brett</dc:creator>
		<pubDate>Mon, 01 Nov 2010 23:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-730</guid>
		<description>I updated one of this script&#039;s derivatives recently. The new version will export the metadata into a file per image. Email me the file and I&#039;ll see if I can hack something together for you.</description>
		<content:encoded><![CDATA[<p>I updated one of this script&#8217;s derivatives recently. The new version will export the metadata into a file per image. Email me the file and I&#8217;ll see if I can hack something together for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-729</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Sat, 30 Oct 2010 07:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-729</guid>
		<description>Hi Brett, 

I&#039;m using Aperture 3.1 and feel that your script could be very useful for the following task, though I think I&#039;m missing a piece of the puzzle.

I want to create custom fields within Aperture which correspond to the Alamy.com-specific metadata fields. Although Alamy has a web based keyword tool, I would rather stay within Aperture to type up the data they need and export a csv. Alamy will accept the spreadsheet in lieu of using their online tool.

I could create the custom fields necessary in Aperture, but I would need to be able to output them as a CSV with a specific column order of standard IPTC fields and Alamy specific fields. 

I&#039;m not sure how to operate this script. It appears in my desktop script menu bar. It will ask me to choose a file, though what type it needs I&#039;m not sure. It doesn&#039;t proceed beyond that.

You mention that you haven&#039;t tested it with Aperture 3, so that could be the problem. I hope that you have the interest to continue its development. I&#039;ve been hunting high and low for an effective way of exporting all Aperture data fields, and I&#039;ve found no tool for the job. Your script is as close as I have come. No one else is working on this as far as I can tell.

I can share the Alamy spreadsheet template if you are curious. Thanks so much.</description>
		<content:encoded><![CDATA[<p>Hi Brett, </p>
<p>I&#8217;m using Aperture 3.1 and feel that your script could be very useful for the following task, though I think I&#8217;m missing a piece of the puzzle.</p>
<p>I want to create custom fields within Aperture which correspond to the Alamy.com-specific metadata fields. Although Alamy has a web based keyword tool, I would rather stay within Aperture to type up the data they need and export a csv. Alamy will accept the spreadsheet in lieu of using their online tool.</p>
<p>I could create the custom fields necessary in Aperture, but I would need to be able to output them as a CSV with a specific column order of standard IPTC fields and Alamy specific fields. </p>
<p>I&#8217;m not sure how to operate this script. It appears in my desktop script menu bar. It will ask me to choose a file, though what type it needs I&#8217;m not sure. It doesn&#8217;t proceed beyond that.</p>
<p>You mention that you haven&#8217;t tested it with Aperture 3, so that could be the problem. I hope that you have the interest to continue its development. I&#8217;ve been hunting high and low for an effective way of exporting all Aperture data fields, and I&#8217;ve found no tool for the job. Your script is as close as I have come. No one else is working on this as far as I can tell.</p>
<p>I can share the Alamy spreadsheet template if you are curious. Thanks so much.</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-718</link>
		<dc:creator>brett</dc:creator>
		<pubDate>Thu, 12 Aug 2010 22:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-718</guid>
		<description>Ken- Your email address bounced, but I had said that I&#039;d like to try to build the script that you&#039;ve asked about. I&#039;ll see what I can do... stay tuned</description>
		<content:encoded><![CDATA[<p>Ken- Your email address bounced, but I had said that I&#8217;d like to try to build the script that you&#8217;ve asked about. I&#8217;ll see what I can do&#8230; stay tuned</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Davies</title>
		<link>http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata/comment-page-1#comment-717</link>
		<dc:creator>Ken Davies</dc:creator>
		<pubDate>Fri, 06 Aug 2010 14:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://brettgrossphotography.com/2008/12/10/aperture-applescript-export-restore-metadata#comment-717</guid>
		<description>Hi Brett,

Incredibly useful script for getting the metadata that Aperture doesn&#039;t export (like lens model) to JPegs. I&#039;m completely new to Applescript and wondered if you mind telling me how you script could be altered to output to individual files. For example create &quot;image1.txt&quot; for &quot;image1&quot; in the library and so on. Many thanks for a brilliant place to start.</description>
		<content:encoded><![CDATA[<p>Hi Brett,</p>
<p>Incredibly useful script for getting the metadata that Aperture doesn&#8217;t export (like lens model) to JPegs. I&#8217;m completely new to Applescript and wondered if you mind telling me how you script could be altered to output to individual files. For example create &#8220;image1.txt&#8221; for &#8220;image1&#8243; in the library and so on. Many thanks for a brilliant place to start.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

