Unable to retrieve Device Model when renaming images

Hi all --
I'm having trouble getting Hazel to recognize the camera device model on jpegs. I've confirmed that the file contains this information in the EXIF/TIFF metadata both by looking at it with FileViewer (https://apps.apple.com/us/app/file-viewer/id495987613) and by running EXIFTool:
which produces:
So I would expect Hazel to recognize the device model as "iPhone 8". However, this same jpeg file does not trigger a Hazel rule that checks for "Device Model is not blank".
Any suggestions?
I'm having trouble getting Hazel to recognize the camera device model on jpegs. I've confirmed that the file contains this information in the EXIF/TIFF metadata both by looking at it with FileViewer (https://apps.apple.com/us/app/file-viewer/id495987613) and by running EXIFTool:
- Code: Select all
exiftool -a -G1 -s IMG_8921.jpg | grep iPhone | more
which produces:
- Code: Select all
[IFD0] Model : iPhone 8
[ExifIFD] LensModel : iPhone 8 back camera 3.99mm f/1.8
[Composite] LensID : iPhone 8 back camera 3.99mm f/1.8
So I would expect Hazel to recognize the device model as "iPhone 8". However, this same jpeg file does not trigger a Hazel rule that checks for "Device Model is not blank".
Any suggestions?