@Deprecated Whatever it is you're trying to do, these scripts here are probably not a good solution, and the
amc script (hourly with --def excludeList) is always the best option for any sort of automation task.

Almost all downloaded applications support calling a command-line tools on completed downloads, so you could just hook up that up with the
amc script, and this way of doing things should always be preferred over the watcher script here.
Description:
- Hook into the OS and receive File modification events. Start organizing files once there are no changes for more than 5 seconds
- The script supports extracting archives, downloading subtitles and organizing video files. Each feature can be enabled or disabled by setting or not setting the -extract, -get-subtitles and -rename command-line flags.
Usage:
Code: Select all
filebot -script fn:watcher -extract -rename /path/to/completed/ --output /final/destination/ --db TheTVDB

This script is console-interactive so you
must not redirect I/O, otherwise the script will end it's run immediately.