About Radarr
Radarr is an independent fork of Sonarr reworked for automatically downloading movies via Usenet and BitTorrent. The project was inspired by other Usenet/BitTorrent movie downloaders such as CouchPotato.
Website: https://radarr.video/
GitHub Repository: https://github.com/Radarr/Radarr/
Radarr Details
Radarr
| 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
| Install Location | /opt/${username}/Radarr/ | 
| Config Location | /home/${username}/.config/Radarr/ | 
| Nginx Location | /etc/nginx/apps/${username}.radarr.conf | 
| Service Location | /etc/systemd/system/radarr@${username}.service | 
| Port | Autogenerated between 7878-8029 | 
### INSTALL 
qb install radarr [ 2 || 3 ] ${username}
### UNINSTALL 
qb remove radarr [ 2 || 3 ] ${username}
### REINSTALL 
qb reinstall radarr [ 2 || 3 ] ${username}
### UPDATE 
qb update radarr [ + || 3 ] ${username}
				
						Additional Notes
			
						
						- Commands explained:
- qb install radarr 2 ${username}:: install Radarr v2.
- qb install radarr 3 ${username}:: install Radarr v3.
- qb remove radarr 2 ${username}:: uninstall Radarr v2.
- qb remove radarr 3 ${username}:: uninstall Radarr v3.
- qb reinstall radarr 2 ${username}:: uninstall/install Radarr v2.
- qb reinstall radarr 3 ${username}:: uninstall/install Radarr v3.
- qb update radarr + ${username}:: update Radarr v2 to Radarr v3 for the specified user.
- qb update radarr 2 ${username}:: update Radarr v2.
- qb update radarr 3 ${username}:: update Radarr v3


 
											 
											 
											