Aperture 2 AppleScript – Find Master’s Location
Aperture 2 or later
Mac OS X 10.5.2 or later
Mac OS X 10.5.2 or later
This script is more a big stub. It’ll give you the paths for the currently selected images’ masters. It uses 2 methods for finding the master depending on whether the master is managed or referenced. I am sure that I can speed up the managed master finding by moving from the Unix find command to querying the database, but that’ll have to wait.
Tags:

This post has 2 comments
August 4th, 2009
This script is exactly what I need in my Applescript workflow!
Just a remark: I had to change “com.apple.aperture.plist” to “com.apple.Aperture.plist”.
Thanks a lot.
Thierry
August 5th, 2009
Thanks for catching the case-sensitivity. AppleScript isn’t case sensitive, but the shell is.
Trackbacks