Another quick bit of AppleScript for Aperture The ID of the keyword is usually the keyword e.g. “Portrait” N.B. You must select files that have the keyword otherwise the script will error. set input to “” tell application “Aperture” set imgSel to (get selection) if imgSel is {} then error “Please select an image.” else [...]
Category Archives: Automation
AppleScript to the rescue in Aperture
9/5/10 – 13:38
I recently cam et the conclusion that my workflow in Aperture was flawed and decided that I wanted to convert several hundred of my albums to projects but that I did not want to change the structure of my library in any other way. After some fiddling around with AppleScript I acme up with the [...]
Mac OS X Finder Show/Hide Hidden Files
10/8/07 – 14:47
This is the quickest and easiest way I’ve found to set this up on your Mac.