PowerShell on Windows
e.g. use FileSystemWatcher via filebot-watcher.ps1 (use Right-Click ➔ Save As... to download) to monitor a given folder:Shell: Select all
C:\Tools\filebot-watcher.ps1 X:\Input --output X:\Output ...
Automator Folder Actions on macOS
Please read Folder Action with Automator for details.bash and inotify-tools on Linux
e.g. use inotifywait via filebot-watcher.sh to monitor a given folder:Shell: Select all
/usr/local/bin/filebot-watcher.sh /input --output /output ...
docker on all platforms on Linux
You may use docker to run the filebot-watcher tool on any platform:Shell: Select all
docker run --rm -it -v $PWD:/volume1 -v data:/data rednoah/filebot:watcher /volume1/input --output /volume1/output
FileBot Script on all platforms
FileBot itself can monitor a given folder for changes. Please refer to WatchService for implementation details.Shell: Select all
filebot -script fn:watcher "/path/to/input" --output "/path/to/output" --action duplicate -non-strict --log-file watcher.log --def excludeList=watcher.txt