# 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 [](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
[](https://hub.subspace.services/uploads/images/gallery/2025-03/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-42-00.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/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-29.png) | [](https://hub.subspace.services/uploads/images/gallery/2025-03/screen-shot-2025-03-07-at-00-43-00.png) |
Ensure your user has permissions to access the folder.
Ensure your user has permissions to access the folder.
*For example:* America/Vancouver
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 ``` # UpdatingRe-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 # DevelopmentThis 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/)