Whatbox Logo

Wiki > Recyclarr

Recyclarr is a command-line application that will automatically synchronize recommended settings from the TRaSH guides to your Sonarr/Radarr instances.

  1. wget https://github.com/recyclarr/recyclarr/releases/latest/download/recyclarr-linux-x64.tar.xz

  2. mkdir bin; tar xJf recyclarr-linux-x64.tar.xz -C ~/bin/

  3. ~/bin/recyclarr config create or recyclarr config create if you follow instructions below

  4. 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

  1. 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.

  2. Use 127.0.0.1 as your local directory.

  3. Run recyclarr sync to sync all of the profiles.