ExifTool Forum

General => Metadata => Topic started by: dvaksvik on November 15, 2016, 10:29:00 PM

Title: Converting Photo Gallery face tags to Lightroom face tags
Post by: dvaksvik on November 15, 2016, 10:29:00 PM
I have several thousand photos managed in Microsoft Live Photo Gallery. However, Microsoft will stop supporting this application in January 2017, so I am considering starting to use Adobe Lightroom instead. How can I copy the face tags from all the photos (JPG) in Photo Gallery (XMP-MP) to Lightroom (XMP-mwg-rs)?
Title: Re: Converting Photo Gallery face tags to Lightroom face tags
Post by: StarGeek on November 15, 2016, 11:02:33 PM
Download the main distribution from the main page (http://www.exiftool.org/), where is says "Download Version 10.33 (4.0 MB)".  In that archive, under configs, you'll find "convert_regions.config".   

Your command would be:
exiftool -config convert_regions.config "-regioninfo<myregion" FileOrDir

At least, I think that's the command, it's been a while since I've used it.  See this thread (https://exiftool.org/forum/index.php/topic,4361.0.html) for more info.
Title: Re: Converting Photo Gallery face tags to Lightroom face tags
Post by: Phil Harvey on November 16, 2016, 07:19:52 AM
I just had a thought to make it easier to get a single file from the full distribution.  You can click on the "Download this file" link on the SourceForge page for this file (https://sourceforge.net/p/exiftool/code/ci/master/tree/config_files/convert_regions.config).

- Phil
Title: Re: Converting Photo Gallery face tags to Lightroom face tags
Post by: dvaksvik on November 28, 2016, 09:47:28 PM
Thanks for the help. I am not really a coder/Developer, but I managed to create a CMD file that can do the job.

If this could have been integrated with the ExifToolGUI and been done more user friendly so non computer literate users could also do it, I am sure it would be a big hit.

Dagfinn