Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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.

share|improve this question

2 Answers

up vote 2 down vote accepted

Belvedere 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.

share|improve this answer
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 Dec 1 '09 at 15:55
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 Feb 24 '10 at 14:26

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

alt text

share|improve this answer
It seems like an awesome product, but the price are much to steep. – user13807 Dec 1 '09 at 15:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.