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 create
orrecyclarr config create
if you follow instructions below -
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