How to programatically extract XMP Tags added by WLPG?

314 views Asked by At

I tried both exif.py (in Python) and ExifTool (just for debugging on command-line).

No matter what I do, I'm unable to extract image Tags or Rating added to a JPEG by Windows Live Photo Gallery.

I found similar reports of this issue here: http://kott.fm/tomek/forums/topic/xmp-not-picking-up-wlpg-tags/

Does anybody have a solution?

Thanks

1

There are 1 answers

0
Alex R On BEST ANSWER

I eventually discovered there was some sort of caching scheme gone rogue within WLPG and it was not writing out the XMP tags to the image files. Deleting the "Pictures.pd6" file and rebooting solved the problem.