I made a rule that looks for files of the type "Safari download" and adds a red label to them. I then initiated a random download and cancelled it in Safari. The resulting debug log output is here:
- Code: Select all
2010-03-16 00:06:40.245 hazelfolderwatch[9964] DEBUG: Processing directories: (
"/Users/matt/Downloads"
)
2010-03-16 00:06:40.246 hazelfolderwatch[9964] DEBUG: About to process directory /Users/matt/Downloads
2010-03-16 00:06:40.248 hazelfolderwatch[9964] File NewsFire1.6(v84).zip.download is busy. Skipping for now.
2010-03-16 00:06:40.248 hazelfolderwatch[9964] DEBUG: Writing out DB file: /Users/matt/Downloads
2010-03-16 00:06:40.249 hazelfolderwatch[9964] DEBUG: Directory /Users/matt/Downloads processed.
2010-03-16 00:06:40.249 hazelfolderwatch[9964] DEBUG: Sleeping
2010-03-16 00:06:42.249 hazelfolderwatch[9964] DEBUG: About to process directory /Users/matt/Downloads
2010-03-16 00:06:42.252 hazelfolderwatch[9964] DEBUG: Directory /Users/matt/Downloads processed.
2010-03-16 00:06:42.252 hazelfolderwatch[9964] DEBUG: Sleeping
2010-03-16 00:06:46.252 hazelfolderwatch[9964] DEBUG: Done
Now, whenever I try to apply rules to the Downloads folder or even preview the rules being applied, I can't see the incomplete download. Moving the incomplete download out and then back into the Downloads folder doesn't work either. It's as if Hazel doesn't know it even exists. I have not checked the box to delete incomplete downloads in the Downloads folder. I'm not sure what else to try, so any help would be greatly appreciated.