Page 1 of 1

.mov files not reflecting Device Model?

PostPosted: Sat Feb 11, 2017 7:53 pm
by kruczynski
Hello,
I am finding that the Device Model field does not seem to work with .MOV files — is this expected behavior?
The rule is simply:
Code: Select all
if <any conditions met>
  Device Model is blank
do
  Set color label


I can see the model tag with exiftool and it does exist and is not blank. This rule works fine with the .JPG photos (i.e. the condition fails because Device Model is *not* blank) I took with the same iPhone, but the .MOV files pass the condition.

Is this correct?
Thank you

Re: .mov files not reflecting Device Model?

PostPosted: Mon Feb 13, 2017 12:26 pm
by Mr_Noodle
I'm guessing it's a shortcoming of Spotlight. If you select the file in Finder and do "Get Info", does it appear under "More Info" there?

Re: .mov files not reflecting Device Model?

PostPosted: Wed Feb 15, 2017 2:42 am
by kruczynski
Thank you for the response.
Device model does not show up there for the .MOV files but I see it for the .JPGs and .NEFs...so, if I understand the implications of your question, Hazel uses Spotlight for the metadata? And since that field doesn't show up in the Get Info window, it means Spotlight isn't indexing it & therefore isn't accessible to Hazel?

Re: .mov files not reflecting Device Model?

PostPosted: Wed Feb 15, 2017 12:24 pm
by Mr_Noodle
That is correct. You'd need to either (a) find a Spotlight importer that will import that info or (b) use a script to grab that info out of the file.

(b) is probably the more likely solution here.

Re: .mov files not reflecting Device Model?

PostPosted: Wed Feb 15, 2017 3:36 pm
by kruczynski
Got it — thanks.
I have been using an exiftool script within Hazel but was hoping to use this as it seemed like it might be more efficient when running on large batches. I'll just keep using the script!