Hello,
I find Hazel extremely difficult to figure out, perhaps I'm trying to do something it can't do. But I'm assuming it can with the right rules logic.
What I'm trying to accomplish
I have a TVSHOWS folder within it TVshows (IE: Breaking Bad)
In each TVshow folder, there are Season folders (Season 01, Season 02, etc..)
When a .srt file is added for an episode I need Hazel to run a shell script (forwarding the file+path to a python script that will clean up the .srt file)
Based on the support document I currently have;
"ON CHANGE"
Same as here: https://www.noodlesoft.com/manual/hazel ... ubfolders/
Then the set of rules in "CLEAN SUBS"
(for testing) display a notification if the file extension contains 'srt'
—
Problem with the above is that it does run on the file I add but then also does ALL other .srt files in the entire TVSHOWS folder even though I only add a single .srt file to one specific Season folder.
Any help is greatly appreciated, I'v already wasted 2 hours of my life on this.