I’ve been using FileBot as a Docker container on my Unraid system in combination with the AMC script for quite some time now, and it has always worked flawlessly. Recently, I started using Radarr and Sonarr and noticed that I constantly have to manually trigger scans so Radarr/Sonarr can recognize the latest files. Naturally, this is quite inconvenient.
In the forum, I found scripts that update Radarr and Sonarr using a custom post-process. I followed the instructions provided in the forum and created the scripts as described.
However, it doesn’t seem to work because the scripts are only triggered when I run them via the GUI, not through the AMC script.

Now, I’ve noticed that the Docker container has a variable called AMC_CUSTOM_OPTION, so I added the following:
Shell: Select all
--def exec='filebot -script fn:Refresh Radarr; filebot -script fn:Refresh Sonarr'
Thank you in advance for your help