# Bazarr • [Bazarr](https://bazarr.media) is a free and open-source media management tool that can automatically download, organize and correct the subtitles for your movie and television collection. Locate subtitles for your media in multiple languages using [OpenSubtitles.org](https://opensubtitles.org). # Overview [![Screen Shot 2025-03-07 at 00.43.56.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-00-43-56.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-00-43-56.png) [Bazarr](https://bazarr.media) is a free and open-source media management tool that can automatically download, organize and correct the subtitles for your movie and television collection. Locate subtitles for your media in multiple languages using [OpenSubtitles.org](https://opensubtitles.org). - Perform automatic searches to find subtitles within your specifications, or manually search through the results. - Automatically upgrade your subtitles as new ones are located. # Media ## Screenshots

Bazarr v1.4.5

[![Screen Shot 2025-03-07 at 00.43.56.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-00-43-56.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-00-43-56.png)[![Screen Shot 2025-03-07 at 00.42.00.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-00-42-00.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-00-42-00.png)[![Screen Shot 2025-03-07 at 00.42.03.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-00-42-03.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-00-42-03.png)
[![Screen Shot 2025-03-07 at 00.42.29.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-00-42-29.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-00-42-29.png)[![Screen Shot 2025-03-07 at 00.43.00.png](https://hub.subspace.services/uploads/images/gallery/2025-03/scaled-1680-/screen-shot-2025-03-07-at-00-43-00.png)](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-00-43-00.png)
# Setup & Configuration We need to install the service through Portainer and configure any necessary settings. # Preparation There are some things we need to do in preparation to install this service. ## Volumes
Persistent Data This is where the service will store its own application data and ensures we can quickly update the service image.

Ensure your user has permissions to access the folder.

Media Folders Radarr will need access to the folders where you store your movie and television files.

Ensure your user has permissions to access the folder.

## Environment
TZ This is the current time zone formatted using the [tz database.](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones)

*For example:* America/Vancouver

PUID This is the numeric ID of the user account on Debian. If you are unsure, open a terminal and run: ```bash id -u ```
PGID This is the numeric ID of the user account's group on Debian. If you are unsure, open a terminal and run: ```bash id -g ```
# Installation The service can be installed through the Portainer web interface.

Learn about [creating a new stack](https://hub.subspace.services/books/portainer/page/creating-a-new-stack "Creating a New Stack").

## Docker Compose Use the following code to install the service: ```yaml --- services: bazarr: image: lscr.io/linuxserver/bazarr:latest network_mode: bridge container_name: bazarr environment: - PUID=1000 - PGID=1000 - TZ=America/Vancouver volumes: # Persistent Data - /srv/bazarr/:/config # Media Folders - /mnt/movies:/mmt/movies - /mnt/television:/mnt/television ports: - 6767:6767 restart: unless-stopped ``` # Updating

Re-Deploy the Stack

This service has been optimized for running in Docker thanks to [LinuxServer.io](https://linuxserver.io). This allows you to [re-deploy the stack through Portainer](https://hub.subspace.services/books/portainer/page/updating-a-stack "Updating a Stack") to download the latest updates. # User Manual # Development

This software is released under the [GPL-3.0 license](https://opensource.org/license/gpl-3-0).

The software was developed originally by [morpheus65535](https://github.com/morpheus65535), separately from the Sonarr team. Bazarr is made available for Docker through the efforts of [LinuxServer.io](https://docs.linuxserver.io/images/docker-lidarr/) and their commitment to simplifying self-hosting. You can contribute to Bazarr by [submitting issue reports](https://github.com/morpheus65535/bazarr/issues) and [suggesting features](http://features.bazarr.media/). The Bazarr development team also accepts [donations](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XHHRWXT9YB7WE&source=url). # Resources ## Official - [Official Wiki](https://wiki.bazarr.media/) - [Official Discord](https://discord.gg/MH2e2eb) - [Official GitHub Repository](https://github.com/morpheus65535/bazarr) - [Official Website](https://bazarr.media) - [Setup Guide](https://wiki.bazarr.media/Getting-Started/Setup-Guide/) - [First Time Configuration Guide](https://wiki.bazarr.media/Getting-Started/First-time-installation-configuration/) - [Frequently Asked Questions](https://wiki.bazarr.media/Troubleshooting/FAQ/) - [General Troubleshooting](https://wiki.bazarr.media/Troubleshooting/Asking-for-help-or-report-a-problem/) ## LinuxServer.io - [Docker Image](https://docs.linuxserver.io/images/docker-bazarr/) - [Official Website](https://www.linuxserver.io/) - [Official Documentation](https://docs.linuxserver.io/) - [Official Discord](https://linuxserver.io/discord) - [Official Forum](https://discourse.linuxserver.io/) - [Official GitLab Repository](https://gitlab.com/Linuxserver.io) - [Frequently Asked Questions](https://docs.linuxserver.io/FAQ/)