On this page
On this page
Bazarr Setup
Install
See also here
sudo apt-get install python3-pip python3-distutils -ywget https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zipunzip bazarr.zip -d ~/bazarrcd bazarrpython3 -m pip install -r requirements.txt
Setup as system service
Reference at here
You have to create a bazarr.service
file in /etc/systemd/system
that would contain the following text:
sudo vim /etc/systemd/system/bazarr.service
[Unit]Description=Bazarr DaemonAfter=syslog.target network.target# After=syslog.target network.target sonarr.service radarr.service[Service]WorkingDirectory=/home/green/bazarr/User=greenGroup=adminUMask=0002Restart=on-failureRestartSec=5Type=simpleExecStart=/usr/bin/python3 /home/green/bazarr/bazarr.pyKillSignal=SIGINTTimeoutStopSec=20SyslogIdentifier=bazarrExecStartPre=/bin/sleep 30[Install]WantedBy=multi-user.target
sudo systemctl daemon-reloadsudo systemctl enable --now bazarrsudo systemctl status bazarrsudo systemctl restart bazarr
Configure
You can set your password at the UI.
Sonarr
Enabled, See here
Provider
Add Zimuku, assrt, Opensubtitle
Language
See here
Add default settings, see here
Edit this page
Last updated on 8/27/2021