# +++ USE AT YOUR OWN RISK +++ USE AT YOUR OWN RISK +++ USE AT YOUR OWN RISK +++
# These scripts did most of the work to migrate my photos from iPhoto 06 
# on Mac to Digikam on Linux
# iPhoto has it's own undocumented database format, but fortunatly
# exports these data also to XML file as property list.
#
# +++++++++++++++++++++++++++++++++++DISCLAIMER +++++++++++++++++++++++++++++++
# - It worked for me, with iPhoto 06 and with a latin1 encoded file system
#   on Linux
# - it will maybe not work for you and not with newer versions of
#   iPhoto, but with a lot of luck it will
# - This is very old unmaintained stuff. I don't own a Mac anymore, I
#   will not support this but maybe this code will help you to move
#   your own photos back from a too much closed platform
# +++ USE AT YOUR OWN RISK +++ USE AT YOUR OWN RISK +++ USE AT YOUR OWN RISK +++

IPhotoXML.pm               - library for handling iPhoto XML file
test_dump.pl               - dump information it got from the XML file
iphoto2dirs.pl             - convert local copy of iPhoto dir into
                             structure usable by digikam, remove AppleMark
			     comment, apply meta data from XML file as EXIF to
			     image

- scripts to modify images
remove_applemark.pl        - remove AppleMark comment from images (done in
                             iphoto2dirs.pl too)
iptc_write.pl              - set some IPTC infos in image
image_dump.pl              - dump meta data for file
usercomment2comment.pl     - move infos from UserComment into Comment field

- scripts to prepare iphoto directory structure
resolve_symlinks.pl        - replace symlinks with target of link
fix_fname.pl               - fix utf8 file names from OSX to latin1

# +++ USE AT YOUR OWN RISK +++ USE AT YOUR OWN RISK +++ USE AT YOUR OWN RISK +++
