About Lidarr
Lidarr is an independent fork of Sonarr reworked for automatically downloading music via Usenet and BitTorrent. The project was inspired by other Usenet/BitTorrent music downloaders such as Headphones.
Website:
https://lidarr.audio/
Lidarr Details
Lidarr
| User availability .MU. | |
| This is a multi-user application and can be installed by any user within the application grouping. | |
Location and Port Information
CLI Usage
Install Location | /opt/${username}/Lidarr |
Config Location | /home/${username}/.config/Lidarr |
Nginx Location | /etc/nginx/software/${username}.lidarr.conf |
Service Location | /etc/systemd/system/lidarr@${username}.service |
Port | Auto Generated from -*8646*+ |
### INSTALL
qb install lidarr -u ${username} installs latest stable version of lidarr for user
qb install lidarr -u ${username} -o nightly installs latest nightly version of lidarr for user
### UNINSTALL
qb remove lidarr -u ${username} removes lidarr for user
### REINSTALL
qb reinstall lidarr -u ${username} reinstalls latest stable version of lidarr for user
qb reinstall lidarr -u ${username} -o nightly reinstalls latest nightly version of lidarr for user
### UPDATE
qb update lidarr -u ${username} updates lidarr to latest stable version for user
qb update lidarr -u ${username} -o nightly updates lidarr to latest nightly version for user

