Find photos missing exiftool tags and add them to an album.

I’d like to search for video files that don’t have QUICKTIME:ContentCreateDate, QUICKTIME:CreationDate, QUICKTIME:DateTimeOriginal or XMP:DateCreated and add them to specific albums such as “No QUICKTIME:ContentCreateDate”, “No QUICKTIME:CreationDate” and so on.

Is it possible to do this?

I tried running this command osxphotos query --only-movies --exif QUICKTIME:ContentCreateDate ' ' --add-to-album "Sem ContentCreateDate" but I think it identified movies that HAVE the specified tag, and not the ones that DOESN’T.

Read more here: Source link