This companion application connects with your existing media management setup to handle all your subtitle requirements. It removes the manual work of finding text tracks by offering automated features and precise controls. Key benefits include: Automatic searches that find and download missing subtitles in your preferred languages as soon as they become available. Manual search capabilities that let you browse all matching subtitles, select the exact one you want, and save it directly to your media directory with the correct naming convention. Subtitle upgrades that continuously monitor your collection, replacing previously downloaded files whenever a higher-quality version is found. It operates across multiple platforms including Windows, macOS, Linux, and Docker, ensuring your media player always has the correct subtitles ready for playback.
services:
bazarr:
image: lscr.io/linuxserver/bazarr:latest
container_name: bazarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./movies:/movies
- ./tv:/tv
ports:
- 6767:6767
restart: unless-stopped# No sensitive environment variables are required for the default LinuxServer Bazarr setup.
# Application configuration is handled via the web interface.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago