Skip to content

Recyclarr

What is it?

Recyclarr automatically synchronizes recommended settings from TRaSH guides to your Sonarr/Radarr instances.

Details
Project home Docs Github Docker

1. Installation

sb install sandbox-recyclarr

2. Setup

Edit the Recyclarr section in saltbox settings.yml: and enter your desired update schedule using standard cron syntax.

 ``` { .yaml }
 recyclarr:
   cron_schedule: "@daily"
 ```

Edit the file /opt/recyclarr/recyclarr.yml.

  • Configure Sonarr section

    sonarr:
      - base_url: http://sonarr:8989
      - api_key: your_sonarr_api_key
    

  • Configure Radarr section

    radarr:
      - base_url: http://radarr:7878
      - api_key: your_radarr_api_key
    

Follow documentation to complete configuration