docker-radarr-extended
docker-radarr-extended copied to clipboard
FR: Docker container variable to disable/sleep Movie Extras Script at startup
The movie extras script is pretty resource intensive. It would be nice to have the option to not have it run at first startup and defer it to the scheduled job.
There are other ways you could do this via cron. Just disable autostart and use cron to execute the script on your own schedule.
EDIT: You can use cron on the host to execute the script in the container.
I won't be working on this, but would gladly review a PR.