Skip to content

Bazarr🔗

Downloads subtitles and should fix the timing in sub files, but does not seem to work.

Setup🔗

You just connect Sonarr + Radarr and add some subtitle providers.

Bazarr compose
# Bazarr
  bazarr:
    image: lscr.io/linuxserver/bazarr:latest
    container_name: bazarr
    environment:
      - PUID=0
      - PGID=0
      - TZ=Europe/Tallinn
    volumes:
      - ./bazarr/config:/config
      - ./media/movies:/movies #optional
      - ./media/tv-shows:/tv #optional
    ports:
      - 6767:6767
    restart: unless-stopped

Doc unfinished.

Providers🔗

Opensubtitles🔗

I bought an Opensubtitles VIP account, I think it was around €20 per year?
opensubtitles.org is the correct site. They do advertise the new .com domain, but it often can’t find subtitles properly, so you still end up needing to use the .org site.

Before you buy!

You need to buy VIP specifically for the ORG account, not the COM one, then its cheaper.
The ORG VIP also works on the COM site if you link the accounts together.