share
Super UserWhat's a powerful file Watcher for windows?
[+2] [4] Ronald Widha
[2009-11-30 08:02:51]
[ windows ]
[ https://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

(1) 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. - Ronald Widha
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
[+2] [2013-08-31 11:37:52] bajak.net

Luba Filewatcher is freeware and a nice solution. You can download [1] it or check out our website [2] for more information. There is a short video with a example with typescript. It watches for file changes inside a specified folder.

enter image description here

[1] http://www.bajak.net/Content/Data/Filewatcher.zip
[2] http://www.bajak.net/#References-Page

It is now open-source. sourceforge.net/projects/luba-filewatcher - MR.ABC
2
[+1] [2014-04-09 18:06:05] BrutalDev

Directory Monitor [1]

Based on your requirements it has a scripting facility so you can use batch, powershell, Node etc. to react to changes and pattern based inclusion/exclusions. There are a number of plugins to for simple tasks as well such as emailing, writing to a database and so forth.

Screenshot

DISCLAIMER: I am the developer of this product.

[1] http://directorymonitor.com

3
[0] [2009-11-30 08:09:25] 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. - Ronald Widha
4