Bazarr
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
Initial Setup
Installing Bazarr is easy. Simply issue the following command from SSH:
sudo box install bazarr
This command will configure bazarr for the main user.
How to Access
Once setup, bazarr will be available at the link https://<hostname.ltd>/bazarr
Service Management
The systemd script for bazarr can be found at
/etc/systemd/system/bazarr.service
By default, bazarr can only be configured for use with a single user with swizzin.
- Status
- Start
- Stop
- Restart
- Enable
- Disable
sudo systemctl status bazarr
sudo systemctl start bazarr
sudo systemctl stop bazarr
sudo systemctl restart bazarr
sudo systemctl enable bazarr
sudo systemctl disable bazarr
Tip
Forgot your API key or port? No worries, here are one-liners you can submit from SSH:
Sonarr:
cat ~/.config/sonarr/config.xml | grep -e \<Api -e \<Port -e \<UrlBase
Radarr:
cat ~/.config/Radarr/config.xml | grep -e \<Api -e \<Port -e \<UrlBase
More info
If you need further help, please refer to the Bazarr Wiki.