FAQ - TRaSH-/bazarr GitHub Wiki
- Where can I find the logs or database
- This path doesn't seems to be valid
- Why (or) do I need the Anti-Captcha
- Why doesn't Bazarr find any subtitles
- How do I enable the debug log
- How to report a problem
- I'm a cloud user or run on a low powered device
- What are Forced Subtitles
- What are Embedded Subtitles
- How do I reset my password
- Which external subtitles does Bazarr recognize
Where can I find the logs or database
You can find the location for your database and log file in the following location depending where and how you installed it.
Windows Installation:
%programdata%\Bazarr
Docker: linuxserver/bazarr
/config/db
and /config/log
Docker: hotio/bazarr
/config/app/db
and /config/app/log
Source and other Installation:
data directory inside bazarr root directory
This path doesn't seems to be valid
If you're getting a error that looks like this:
This can be for various reasons, but the most common is, Bazarr is running as a service, which causes one of two things:
Bazarr service runs under Local System account that won't be able to access network shares.
Run Bazarr's service as another user that has access to that share. You need to change the account used for Bazarr service in services.msc
console.
You're using a mapped network drive (not a UNC path).
Change your paths to UNC paths (\\server\share
) both in Sonarr, Radarr and Bazarr will be able to access those files.
Your docker containers volume paths don't match with Sonarr/Radarr make sure Bazarr uses the identical volume paths as Sonarr and Radarr.
If you're using docker and get this warning and need help with it provide us with the docker compose or docker build command of Bazarr and Sonarr/Radarr !!!
If you're using a system with a GUI(Synology, unRAID, OMV, etc.) to configure docker use one of the following from terminal(puTTy) to get the docker compose or docker build command.`
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock assaflavie/runlike CONTAINER_NAME
or
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock red5d/docker-autocompose CONTAINER_NAME
And yes this even works on a Synology if you don't know how you probably didn't read the Installation-Synology
You might need to make use of Paths Mapping
Why (or) do I need the Anti-Captcha
Some providers require a Anti-Captcha when using their API.
Choose the Anti-Captcha provider you want to use, and add the needed credentials.
We recommend Anti-Captcha.com.
Why doesn't Bazarr find any subtitles
Please check if you've configured the following settings. First time installation configuration
How do I enable the debug log
Settings
=> General
How to report a problem
- Start with enabling the debug log.
- Clear your logs and then try to replicate your issue.
- Paste your logs on one of the following sites.
- Follow the steps provided in Asking for help or report a problem
I'm a cloud user or run on a low powered device
We've collected a few Tips & Tweaks that could help, you can find them in Performance-Tuning
What are Forced Subtitles
Forced subtitles is the subtitle appearing on screen when the characters speak a foreign or alien language, or there is a sign, location, or other text in the scene.
- Like Dothraki in Game of Thrones.
- Star Trek when someone speaks Klingon.
What are Embedded Subtitles
Embedded subtitles are subtitles that are in the video container (mkv, mp4, etc) they can be different formats in the container ex. .srt, PGS, etc
How do I reset my password
Edit your config.ini and change your auth type to None and restart Bazarr.
Your config.ini can be found in your in the same location where your logs or database are
Which external subtitles does Bazarr recognize
Bazarr recognizes the following external subtitles during a disk scan to match which language subtitles you already got.
.srt
, .sub
, .smi
, .txt
, .ssa
, .ass
, .mpl
, .vtt