I am trying to import metadata and use the XMP Label tag. Based on what Ive read I should be able to import using..
exiftool -XMP-xmp:Label="1234" filename.jpg
but I get
Ignored superfluous tag name or invalid option: -XMP-xmp:Label
I've tried -xmp:Label, -Label
Suggestions?
Hi Pierre,
Your command works for me. What version of exiftool are you using? And on what system?
- Phil
9.35 and Windows 7
Hi Pierre,
Odd. Either your exiftool is corrupted somehow (but I have never seen a corrupted installation that didn't give a syntax error), or your command contains funny Unicode characters that look normal. Make sure you type in the command (don't cut and paste), and if this doesn't work, uninstall exiftool (https://exiftool.org/install.html#Windows) then try again.
- Phil
I'm embarrassed...I had spaces in the parametrs...Sorry to waste your time....