Hazel Stopping Short...

I have hazel evaluating a quick rule (color yellow), then executing the following:
- growl notification "start"
- handbrakecli ipod format where output = another folder
- growl notification "midway"
- handbrakecli appletv format where output = another folder
- growl notification "done" [KEEP NOTIFICATION ON SCREEN]
- change color to gray
- move file to another folder
Hazel is doing everything but the last step -- she's not moving the gray colored files to that target folder. The preceding encode is working just fine (code below).
Any thoughts, Mr. Noodle, on why Hazel is not crossing the finish line? She thinks she is finishing, as she isn't throwing any errors. When i use the eyeball tool, the files she has encoded are (properly) not triggering the encode rule. I wondered if the "keep notification on screen" was causing her to not finish, but no, she's taking the next step of coloring the file gray and then starting on the next file...
Thanks!
appletv encode status:
- growl notification "start"
- handbrakecli ipod format where output = another folder
- growl notification "midway"
- handbrakecli appletv format where output = another folder
- growl notification "done" [KEEP NOTIFICATION ON SCREEN]
- change color to gray
- move file to another folder
Hazel is doing everything but the last step -- she's not moving the gray colored files to that target folder. The preceding encode is working just fine (code below).
Any thoughts, Mr. Noodle, on why Hazel is not crossing the finish line? She thinks she is finishing, as she isn't throwing any errors. When i use the eyeball tool, the files she has encoded are (properly) not triggering the encode rule. I wondered if the "keep notification on screen" was causing her to not finish, but no, she's taking the next step of coloring the file gray and then starting on the next file...
Thanks!
appletv encode status:
- Code: Select all
3/29/12 9:41:36.630 AM [0x0-0x21021].com.noodlesoft.HazelHelper: [09:41:36] libhb: work result = 0
3/29/12 9:41:36.794 AM [0x0-0x21021].com.noodlesoft.HazelHelper: Encode done!
3/29/12 9:41:36.873 AM [0x0-0x21021].com.noodlesoft.HazelHelper: HandBrake has exited.