Wiki > Recyclarr
Recyclarr is a command-line application that will automatically synchronize recommended settings from the TRaSH guides to your Sonarr/Radarr instances.
-
wget https://github.com/recyclarr/recyclarr/releases/latest/download/recyclarr-linux-x64.tar.xz -
mkdir bin; tar xJf recyclarr-linux-x64.tar.xz -C ~/bin/ -
~/bin/recyclarr config createorrecyclarr config createif you follow instructions below -
Edit your configuration file as needed
nano ~/.config/recyclarr/recyclarr.yml
Note Add ~/bin to your PATH so that you can run binaries in ~/bin without specifying the path. Ignore this step if you have performed it for a different program. echo "PATH=\$HOME/bin:\$PATH" >> ~/.bashrc && source ~/.bashrc
-
Check
https://recyclarr.dev/guide/guide-configs/for some example templates. Copy the code into your recyclarr.yml. Make sure that your ports are correct for sonarr and radarr. -
Use 127.0.0.1 as your local directory.
-
Run
recyclarr syncto sync all of the profiles.