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
    

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