Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Exporting iPhoto data' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Exporting iPhoto data
Authored by: escowles on Sep 10, '03 11:22:12AM

Probably a better way is to process the iPhoto data and images directly. I wrote a small Java app that I use to do this for my own personal needs -- I just parse the AlbumData.xml file (using the Cocoa property list classes) and export the data I want. This lets you get most of the data. The notable exceptions are album comments and dates (these might be accessible by parsing the album plists, though), and the EXIF info that's in the image files.

You have to copy the images and make your own screen-resolution images separately.

-Esme



[ Reply to This | # ]