Home  >  All Categories  >  Dev  >  Bazarr Setup

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

该博客没有评论系统,我正在实验有意义的讨论是否更易在社群中发生,不知道为什么,人在社群中,似乎会有更好的行为规范。然后如果有高质量的讨论,我会手动再精选到原文。为此,我建立了一个 Telegram 讨论群组,你可以在里面讨论这篇文章,点此复制文章标题和链接