please add import of location data to gps data from xmp

Started by bobfrost, February 03, 2012, 03:55:23 PM

Previous topic - Next topic

bobfrost

Phil,

In reply5 above, you didn't include any redirection stuff in those lines. If I've got it right, that is because they are taking tags from xmp and putting them into xmp in the raw file, so you can shortcut? But you need them in the GPS lines because these have to be redirected from xmp to exif?

Bob Frost

Phil Harvey

#16
Hi Bob,

Exactly.

The line

-XMP-iptcCore:CountryCode

has the same meaning as

-XMP-iptcCore:CountryCode<XMP-iptcCore:CountryCode

after the -tagsFromFile.  But to make things easier, you don't need to type in the destination tag name if it is the same as the source.

- Phil

Edit: Fixed typo due to auto spell correction. :(
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).