List of filenames with no keywords

Started by Joanna Carter, December 02, 2022, 04:59:21 AM

Previous topic - Next topic

Joanna Carter

Is it possible to get ExifTool to list all files that possess a tag (like xmp-dc-subject) but that do not contain keywords?

greybeard

What about this?

exiftool -if '$XMP-dc:subject eq ""' -fileName -T .

StarGeek

Are you checking for specific keywords or for a tag that exists but contains no values?  @greybeard's command works for the latter.  The former can be a bit more complex.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype