jensb / iphoto2xmp

Export an Apple iPhoto image library to a new directory (using hardlinks) with all metadata saved in XMP sidecar files.
GNU General Public License v3.0
34 stars 9 forks source link

KeyError: 'List of Keywords' #14

Closed mlevin77 closed 5 years ago

mlevin77 commented 6 years ago

Running iphoto2xmp on High Sierra system, with iPhoto 9.6.1. I try

% ./prepare.py -o /Volumes/LaCie\ scratch\ disk/test/ -v ~/Pictures/iPhoto\ library/

and see this output:

photokam 0.5 - helps you convert your iPhoto 5 image library

Parsing the database... Opening /Users/mlevin/Pictures/iPhoto library//AlbumData.xml Building the internal structures Keywords... Traceback (most recent call last): File "./prepare.py", line 259, in main() File "./prepare.py", line 46, in main keywords=data['List of Keywords'] KeyError: 'List of Keywords'

any ideas?

jensb commented 5 years ago

photokam is not iphoto2xmp, and only supports outdated versions of iPhoto (at least that's what it seems from reading the website). iphoto2xmp should support any iPhoto version up to the last (before "Photos" came around). Please try iphoto2xmp.

mlevin77 commented 5 years ago

ARGH so sorry, I somehow got the 2 packages confused, I thought I was in the iphoto2xmp folder...