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 sandbox settings.yml: and enter your desired update schedule using standard cron syntax.

     recyclarr:
       cron_schedule: "@daily"

Note

If you change this value, you must re-run sb install sandbox-recyclarr for it take effect.

If a config file does not exist, a default config is generated but it is not functional out of the box. Edit the file /opt/recyclarr/recyclarr.yml to provision your Sonarr/Radarr details and preferred settings.

  • Configure Sonarr section
    sonarr:
      sonarr:
        base_url: http://sonarr:8989
        api_key: your_sonarr_api_key
  • Configure Radarr section
    radarr:
      radarr:
        base_url: http://radarr:7878
        api_key: your_radarr_api_key

Follow documentation to complete configuration