Bazarr Setup Guide - ajgillis04/GillisDockerDepot GitHub Wiki
Bazarr Setup Guide
Introduction
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles for movies and TV shows.
Prerequisites
- Docker installed
- Bazarr container running in your Docker stack
Configuration Steps
Step 1: Accessing the Bazarr UI
- Open your browser and navigate to
http://<your-ip-address>:6767
. - Log in with your Bazarr credentials.
- Default Username:
admin
- Default Password:
admin
(or the password you set during initial setup)
- Default Username:
Step 2: Initial Setup Wizard
- Follow the initial setup wizard to configure basic settings.
- Choose your preferred language for the Bazarr interface.
- Find the Languages Profile section and select Add New Profile
- Get the API Key and copy it into your .env file
.env
BAZARR_API_KEY=TheKeyYouJustCopied
Step 3: Set Languages
- Choose languages from the left side menu
- Set the language filter to English
- Under Default Language Profiles Add New Profile.
- English
- English CC
- Default Language Profiles For Newly Added Shows
- Enable Series and Moves and set both to English
- Click Save
Step 4: Enable Providers
- Go to the
Providers
tab. - I use OpenSubtitles, Supersubtitles, TVSubtitles, and YIFY Subtitles
- Note: for OpenSubtitles you need to create an account on their site
Step 5: Integrating with Sonarr and Radarr
- Go to the
Sonarr
orRadarr
tabs. - Click
Enabled
. - Enter the connection details, including the IP address, Port, and API key.
- Select
Test
, to test your connection - Click
Save
.
Step 6: Set Language Profiles for Series and Movies.
- If you restored from backup as i usually do you maybe need to go into series bulk edit and select English as the language profile
Notes
- Ensure all paths and environment variables are updated in the
bazarr.yaml
file. - Regularly backup your
config
directory to save your settings.
Backup and Restore Procedures
Regular Backups:
- I perform weekly backups of my
config.yaml
andbazarr.db
files. This ensures that I can easily recover from any disasters or transition smoothly to a new server.
Restoration Process:
-
Start a New Container:
- Create and start a new Bazarr container.
- Once started, stop the container to prepare for the restoration of configuration files.
-
Copy Configuration Files:
- Use the following command to copy the configuration files from the old container to the new container folder:
sudo cp /share/PathToOldContainer/bazarr/config/config.yaml /share/PathtoNewFolder/GillisDockerDepot/appdata/bazarr/config/config.yaml sudo cp /share/PathToOldContainer/bazarr/config/bazarr.db /share/PathtoNewFolder/GillisDockerDepot/appdata/bazarr/config/bazarr.db
- Use the following command to copy the configuration files from the old container to the new container folder:
Troubleshooting
- Common Issues: List common issues and solutions.
- Logs: Check Bazarr logs for error messages.
- Support: Link to the Bazarr community and support resources.