Hi!
A customer has reported that iMedia fails to load his iPhoto 9.3 library. This library is jointly used by iPhoto and Aperture.
Looking at AlbumData.xml, I find the following structure:
Aperture (AlbumId 1, Album Type 98)
| Aperture Library (AlbumId 2, Album Type 99)
| Library (AlbumId 3, Album Type 5)
| Projects (AlbumId 4, Album Type 97)
| Flagged (AlbumId 5, Album Type Flagged)
- [IMBiPhotoParser shouldUseAlbum:images:] prevents the root "Aperture" node from being loaded as it has no KeyList.
But even when I force that node to be loaded, I can't get iMedia to load the child nodes. More precisely: I am under the impression, that - [IMBiPhotoParser addSubNodesToNode:albums:images:] does load one subnode, but this does not show in the interface.
The full AlbumData.xml file is at
https://dl.dropbox.com/u/2381634/AlbumData.xml.zip
I hope for someone more knowledgable in the iPhoto parser to have better luck figuring out what is going on.
Best,
Pierre