Sonarr/Radarr custom scripts to unmomitor episodes or movies after import.
- Python 3.x is recommended
- The script have been tested with Python 3.8.x and 3.9.x
Update each script accordingly:
- Place the scripts in a folder accessible by Radarr or Sonarr
- !! For "Linux", make the script executable
- Settings to be set in the script:
- ARR_API_KEY = ""
- ARR_HOST = "" # example : my.domain.info
- ARR_PORT = "" # default Radarr port = 7878
- ARR_USE_SSL = False # Default = False, if set to True, configure the ARR_PORT appropriately
- ARR_CHECK_SSL = True # Default = True, ARR will check the validity of the SSL Certificate
- Add a new connection (Settings -> Connect -> Custom Scripts)
- Give a name to your connection
- Check the Notification Trigger "on import"
- Select your script
- If the script is accessible/executable by Sonarr/Radarr, you should see a green "Check" after clicking on the button "Test"