Bazarr Setup

Bazarr setup.

Install๐Ÿ”—

See also here

sudo apt-get install python3-pip python3-distutils -y
wget https://github.com/morpheus65535/bazarr/releases/latest/download/bazarr.zip
unzip bazarr.zip -d ~/bazarr
cd bazarr
python3 -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 Daemon
After=syslog.target network.target

# After=syslog.target network.target sonarr.service radarr.service

[Service]
WorkingDirectory=/home/green/bazarr/
User=green
Group=admin
UMask=0002
Restart=on-failure
RestartSec=5
Type=simple
ExecStart=/usr/bin/python3 /home/green/bazarr/bazarr.py
KillSignal=SIGINT
TimeoutStopSec=20
SyslogIdentifier=bazarr
ExecStartPre=/bin/sleep 30

[Install]
WantedBy=multi-user.target
sudo systemctl daemon-reload
sudo systemctl enable --now bazarr
sudo systemctl status bazarr
sudo 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

Category: Dev 
TagsSelf-hostedMedia
Published:  ยท Updated:   ๐Ÿ“ Edit this page

Response๐Ÿ”—

Have you written a response to this? Let me know the article or tweet URL (Article or tweet content needs to include the URL of this article, learn more about webmention here).

The response will be automatically collected by webmention.io bot, and another bot will automatically post it here within 24 hours, I wrote an article about how to achieve this. You can also send your response via mail owen@owenyoung.com or Twitter DM