https://sonarr.tv/
Installation de Sonarr sur un debian :
Il faut d’abord ajouter les repository / sources
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys FDA5DFFC
echo "deb http://apt.sonarr.tv/ master main" | sudo tee /etc/apt/sources.list.d/sonarr.list
Puis installer Sonarr
sudo apt-get install mono-devel
sudo apt-get update
sudo apt-get install nzbdrone
Le lancer
mono --debug /opt/NzbDrone/NzbDrone.exe
A faire :
mettre en place le lancement automatique (tache de fond) de sonarr
sources :
https://github.com/Sonarr/Sonarr/wiki/Installation#linux
https://www.cachem.fr/configurer-sonarr-ex-nzbdrone/
https://github.com/Sonarr/Sonarr/wiki/Autostart-on-Debian