About Sonarr
Sonarr is a tv series management tool which will work with both torrents and usenet.
Website: https://sonarr.tv/
GitHub Repository: https://github.com/Sonarr/Sonarr/
Sonarr Details
Sonarr
User availability .MU. | |
This is a multi-user application. Can be installed by any user in the Application Access, Emby, or Plex group. |
Location and Port Information
CLI Usage
Notes
Articles
version 2 | |
---|---|
Install Location | /opt/${username}/NzbDrone/ |
Config Location | /home/${username}/.config/NzbDrone/ |
Nginx Location | /etc/nginx/apps/${username}.sonarr.conf |
Service Location | /etc/systemd/system/[email protected] |
Port | Autogenerated between 8989-9039 |
version 3 | |
---|---|
Install Location | /opt/${username}/Sonarr/ |
Config Location | /home/${username}/.config/Sonarr/ |
Nginx Location | /etc/nginx/apps/${username}.sonarr.conf |
Service Location | /etc/systemd/system/[email protected] |
Port | Autogenerated between 8989-9039 |
### INSTALL qb install sonarr [ 2 || 3 ] ${username} ### UNINSTALL qb remove sonarr [ 2 || 3 ] ${username} ### REINSTALL qb reinstall sonarr [ 2 || 3 ] ${username} ### UPDATE qb update sonarr [ + || 2 || 3 ] ${username}
Additional Notes
- Commands explained:
qb install sonarr 2 ${username}
:: install Sonarr v2.qb install sonarr 3 ${username}
:: install Sonarr v3.qb remove sonarr 2 ${username}
:: uninstall Sonarr v2.qb remove sonarr 3 ${username}
:: uninstall Sonarr v3.qb reinstall sonarr 2 ${username}
:: uninstall/install Sonarr v2.qb reinstall sonarr 3 ${username}
:: uninstall/install Sonarr v3.qb update sonarr + ${username}
:: update Sonarr v2 to Sonarr v3 for the specified user.qb update sonarr 2 ${username}
:: update Sonarr v2.qb update sonarr 3 ${username}
:: update Sonarr v3.