Favicon of Bazarr

Bazarr

Manage and download subtitles automatically for your media collection. Search for missing tracks, manually select options, and upgrade to better versions.

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.

Directory Structure

bazarr
config
movies
tv
.env
docker-compose.yml

docker-compose.yml

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

.env

# No sensitive environment variables are required for the default LinuxServer Bazarr setup.
# Application configuration is handled via the web interface.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Bazarr

Favicon

 

  
  
Favicon

 

  
  
Favicon