What I am trying to do is move an entire folder along with its contents to a different folder based on characteristics of the contents (images, movies, pdfs, etc).
To give an example: I have 1 Folder containing a recording and multiple other images or .pngs I will use to edit that recording (sometimes they may be in subfolders of their own). What I want for Hazel to do is dive into the folder and check for a certain Kind of file, in this case Movie. If that file contains a Movie, Then move entire folder Recordings to an archive folder along with it's contents.
What I've tried so far:
1.

2.

with the option of "copy folder structure: from monitored folder only" <I thought this was the option I was looking for as I want to copy just the parent folder from monitored folder -desktop- and not any of the subfolders that may pass the rule as well>
I have tried running it without the AppleScript, changing Kind to Contents and filter it by extension (.mkv/avi/mp4 for movies, .jpg/png images, .mp3/flac for audio etc), separating the action into two rules (1-run AppleScript, 2-Move) but nothing has worked so far.
The code I am getting is quite strange as it passes the rule but doesn't execute the next:
[Processing folder Desktop
Recordings: Rule Search Folder matched.
Done processing folder Desktop]
In the Preview the rule matched is Search Folder but any of the subfiles (e.g. .mkv) do not have any rules next to them. However given the fact that I want to leave them as they are and move the parent folder altogether I don't think they would need a rule next to them. Am I right?
Sorry if I double posted however I have tried to explain it as clear as possible so perhaps this post may be of use to any newbies that try this awesome software
