Aperture Caption
Aperture Caption is a free AppleScript that makes it easy to caption and keyword images in Aperture using just the keyboard.
The Problem
Aperture has no keyboard shortcuts for entering captions and moving between images. To edit captions for multiple images, you have to:
- Click on the image or image thumbnail
- Press the right-arrow key
- Click on the caption field in the metadata pane
- Enter the caption
- Repeat steps 1-4
If you have to add different captions to multiple images, following the steps above quickly becomes very time-consuming and tedious. Aperture Caption has been designed to streamline the captioning process.
Installation and Usage
- Download Aperture Caption
- Decompress the archive and install it in the following location:
~/Library/Scripts/Aperture Scripts/ - Make sure that you have the Scripts menu activated by running the AppleScript Utility application in the
/Applications/AppleScriptfolder.
- Launch Aperture and select an image you wish to caption
- Choose Aperture Caption from the Script > Aperture Scripts menu.

- Aperture Caption display the following dialog box on launch:

- Click Captions Only to only add captions to your images. Click Captions & Keywords if you want to add both captions and keywords to your images.

- After entering your caption, click OK or press Return. If you launched Aperture Caption using the Captions & Keywords, another dialog prompt will appear allowing you to enter keywords for the current photo.
- Aperture Caption will then caption and keyword your image, replacing any existing caption or keywords in the image.
- Aperture Caption will now go to the next image until you hit Cancel.


Tips
This section highlights tips and tricks to make Aperture Caption suit your workflow.
Skipping Images
If you do not wish to caption or keyword an image, pressing OK or pressing Return in the dialog boxes will cause Aperture Caption to skip over the image.
Keyboard Shortcut
If you want to add a keyboard shortcut for Aperture Caption, download FastScripts Lite from Red Sweater Software. The standard Scripts Menu in Mac OS X does not let you assign a keyboard shortcut using the Keyboards and Mouse System Preference.
Changing Default Button
If you want to have Aperture Caption default to Captions Only instead of Captions & Keywords, follow these steps:
- Open Aperture Caption.scpt in Script Editor
- Look for the following line:
display dialog msgWelcome buttons {"Cancel", "Captions Only", "Captions & Keywords"} default button "Captions & Keywords"
- Change the line to read:
display dialog msgWelcome buttons {"Cancel", "Captions & Keywords", "Captions Only"} default button "Captions Only" - Save the file and quit Script Editor


Hi,
By Fotostation, I can press (cmd+p) and all the IPTC-infos are replaced with the last edited datas. It is very usefull. I can change/edit the Caption or any IPTC-Field and go to the next pict and so on. if I dont’t want to do any changes, I just need to press Return.
For captioning, displays Fotostation a Captioning window with preview from the pict and clear overview from all the IPTC-fields. This way is much more efficient.
Is it possible to script something like that for Aperture ?
regards.