So, im having problems to build a rule and maybe someone could help me out.
I want a rule for my Movies folder so that every time that i move a new folder inside it, it checks:
1 - if theres is any movie file in it
2 - if theres is NOT a .srt file in it (subtitle extension)
3 - if previously matched, apply:
4 - open the movie file with my default subtitle application
The main problem here is that i cannot make hazel identify the presence (or not) of the .srt file, so it applies the rule for every movie and i ended up with duplicated subtitles. I have a working rule that makes unwanted duplicates:
If all are met:
Kind is Movie
Date added is after Date Last Matched
Do the following:
Open with application Subsmarine
Continue matching rules
Well, on top of that, i built an not-working rule:
If all are met:
Kind is Movie
Date added is after Date Last Matched
If all of the following conditions are met for it enclosing folder:
Contents do not contain match srt
Do the following:
Open with application Subsmarine
Continue matching rules
Any suggestions?