Aperture can export *some* of the metadata associated with your images quickly & easily. It can’t, however, reimport that data nor can it export all of the metadata from your images.

Hence these AppleScripts.

The first one will export the metadata for all selected file. It will save the data to a text file with a header row so that you can determine what data corresponds to what column (easy import into database or spreadsheet). It will export EXIF, IPTC and some custom metadata. You can customize the order and determine what fields are exported by editing the ‘theIPTC’ variable list.

export-metadata-to-file-06scpt1

The second script will read an export file (with header) and apply metadata to images based on their name.

restore-metadata-from-file-06scpt1

Technorati Tags: ,

Share