Hi all,
I am currently trying to figure out how to get II and Geosetter up and running.
I am using II 3.4.10 on Windows XP SP3 and Geosetter 3.3.60 with Exiftool 8.28.
During my test runs, I ingested with II, where I did renaming and bulk metadata additions. I used some jpegs and some NEF raw files, I did not do any GPS stuff in II. Then I started Geosetter and experimented with pinpointing a location on the map, then assigning that location to, say, a NEF image.
When I hit the save-changes button, Exiftool (invoked from within Geosetter) brought up the following error message:
Duplicate XMP property: mediapro:CatalogSets/rdf:Bag/rdf:li 10 - K:/tmp/playground/test_raw_dev/ingester_out/PRV/test_raw_dev_multi/1899-1910/hnhs_090911_1908.xmp
I had a closer look at the XMP file created by II:
It seems to me that Exiftool does not like that the file had the following two entries:
<rdf:Description rdf:about=""
xmlns:mediapro="http://ns.microsoft.com/expressionmedia/1.0/">
<mediapro:Status></mediapro:Status>
<mediapro:Event></mediapro:Event>
<mediapro:People>
<rdf:Bag>
<rdf:li></rdf:li>
</rdf:Bag>
</mediapro:People>
<mediapro:CatalogSets>
<rdf:Bag>
<rdf:li></rdf:li>
</rdf:Bag>
</mediapro:CatalogSets>
</rdf:Description>
<rdf:Description rdf:about=""
xmlns:mediapro="http://ns.iview-multimedia.com/mediapro/1.0/">
<mediapro:Status></mediapro:Status>
<mediapro:Event></mediapro:Event>
<mediapro:People>
<rdf:Bag>
<rdf:li></rdf:li>
</rdf:Bag>
</mediapro:People>
<mediapro:CatalogSets>
<rdf:Bag>
<rdf:li></rdf:li>
</rdf:Bag>
</mediapro:CatalogSets>
</rdf:Description>
When I set Exiftool options to "ignore minor errors", it would update the xmp sidecar, but only one of the two mediapro sections would be in the new xmp (in fact the expressionmedia entry).
Now my question here would be:
1) Are the two mediapro sections created by II a bug or intentionally ?
2) Is there any way two keep both entries when using Geosetter ?
3) What would be the consequences of having just one left after Geosetter invocation ?
I am not really the XMP expert so I hope you can help me here.
BR,
Holger