Copy XMP-CRSS Tags from one file to another?

Started by RobiWan, October 26, 2018, 04:47:12 AM

Previous topic - Next topic

RobiWan

Hi,

Lightroom writes now XMP-CRS and XMP-CRSS Tags into XMP file.
I can copy XMP-CRS Tags with

exiftool -tagsfromfile sourceFile.xmp -XMP-CRS:all destinationFile.xmp

but I can't do it with

exiftool -tagsfromfile sourceFile.xmp -XMP-CRSS:all destinationFile.xmp

Any idea why?

Phil Harvey

ExifTool doesn't have the ability to write crss tags.  Adding this would be a lot of work for very little gain.  You can copy the XMP as a block with -tagsfromfile SRCFILE -xmp to get all of the XMP tags.

- Phil
...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 ($).

RobiWan