share
Super UserWhat's a powerful file Watcher for windows?
[0] [2] user13807
[2009-11-30 08:02:51]
[ windows ]
[ http://superuser.com/questions/76836/whats-a-powerful-file-watcher-for-windows ]

With the advent of downloading audio/video/ebook files from torrent and other means, I wonder if there are any powerful file watcher app out there that detects, filters, execute rule engine and determine which action needs to be executed to every detected files.

For e.g put tv series in a folder, clean up file name using regex. move audio files and import into itunes. etc.

I know I can write this kind of simple app myself, but just wondering if there's already exactly the same app out there that does the same thing. Extra point if it had a strong community behind it sharing rules and action.

[+2] [2009-11-30 12:29:16] CGA [ACCEPTED]

Belvedere [1] is another tool you might want to have a look at. Haven't tried it myself though and maybe not as versatile as you want.

[1] http://lifehacker.com/341950/belvedere-automates-your-self+cleaning-pc

This app seems to fit exactly my criteria and the fact it's under GNU is awesome. I am downloading it now. The only downside is this comment written on the website: "it may have a few bugs here and there (it won't accidentally go deleting all the files on your computer by any means, but I probably wouldn't point it at your most important folders right away" Hopefully if there was a bug, it's a reproduceable one and behave consistently. - user13807
As to running external programs the tool is pretty primitive but I was able to run a CMD batch file with the "Open" action. On problem is that it would run the same CMD over and over and there's no option to set it to run only once, e.g. on file creation. I had to work around with additional logic in my batch file so that it won't run multiple instances. - axk
1
[+1] [2009-11-30 08:09:26] Snark

DiskBoss [1] is such a program. One of its features is a " File System Change Monitor [2]". It can detect file changes that match rule and take action for these files.

alt text

[1] http://www.diskboss.com/
[2] http://www.diskboss.com/disk_change_monitor.html

It seems like an awesome product, but the price are much to steep. - user13807
2