Hey,
I am running `filebot:watcher` docker container with amc script and everything is working fine.
Now, I would like to add some postprocessing into the process and notify *arr services of new file locations (as described in [Script] Relocate files in Radarr / Sonarr). The paths are set correctly, containers all see the same mountpoints, so this should not be an issue.
I have looked around how can i pass the parameters to "script" but I can't find any references.
Does anyone knows how to execute post-processing with amc script and filebot:watcher docker container?
Big thank you in advance, cheers,J.
filebot:watcher and post-processing
Re: filebot:watcher and post-processing
Shell: Select all
--apply /path/to/apply.groovyShell: Select all
docker run --rm -it -v $PWD:/volume1 -v data:/data rednoah/filebot:watcher \
/volume1/input \
--output /volume1/output \
--apply /volume1/relocate-in-radarr.groovy