Recyclarr
Recyclarr is a command-line application that will automatically synchronize recommended settings from the TRaSH guides to your Radarr and Sonarr instances.
Official documentation for Recyclarr can be found here.
Installation
- Connect to your Ultra service via SSH.
- Once connected, execute the following command:
bash <(wget -qO- https://scripts.ultra.cc/main-v2/Recyclarr/main.sh)- Next, to install Recyclarr, press
1andENTERto confirm.
Configuration
Before you can start using Recyclarr, you need to create at least one YAML configuration file. By following the below instructions, a minimal configuration file will be created at ~/.apps/recyclarr/recyclarr.yml. In this guide, we will only show the bare minimum needed to set up Recyclarr. For more information regarding configuration, see the wiki.
- Create
recyclarr.ymlby executing the following command:
recyclarr config create- Next, to edit the configuration file, execute the following command to open
recyclarr.ymlin the Nano editor.
nano ~/.apps/recyclarr/recyclarr.yml- Next, edit
base_urlandapi_keyfor Sonarr/Radarr. See below example:
base_url: https://username.hostname.usbx.me/radarr
api_key: <YOUR_API_KEY_HERE>- Make sure to replace
usernameandhostnamewith your specific username and hostname. - Also, make sure to set the correct Base URL for each section, e.g
/radarrfor the Radarr section, and/sonarrfor the Sonarr section of the configuration file. - Lastly, replace
<YOUR_API_KEY_HERE>for each section. The API key can be found in Settings > General in the webUI of Sonarr/Radarr.
At this point, the bare minimum needed for Recyclarr to work has been done, but before you run recyclarr sync we recommend that you do your own research and thouroghly read the Recyclarr wiki.
Uninstallation
- Connect to your Ultra service via SSH.
- Once connected, execute the following command:
bash <(wget -qO- https://scripts.ultra.cc/main-v2/Recyclarr/main.sh)- Next, to uninstall Recyclarr, press
2andENTERto confirm.
If you require further assistance, you can open a support ticket here!
Feedback and suggestions regarding this article are welcome on our Discord server
- Recyclarr
- Installation
- Configuration
- Uninstallation