{% extends '_main.html' %} {% block title %}Subtitles - Bazarr{% endblock %} {% block page_head %} {% endblock page_head %} {% block bcleft %}
{% endblock bcleft %} {% block bcright %} {% endblock bcright %} {% block body %}

Subtitles Options


Subtitle Folder
Custom Subtitle Folder

Upgrade Previously Downloaded Subtitles

Number of days to go back in history to upgrade subtitles (up to 30)

Upgrade Manually Downloaded or Translated Subtitles

Anti-Captcha Options


Provider
Provider Website

Account Key

Provider Website

Username

Password

Performance / Optimization


Adaptive Searching
Search Enabled Providers Simultaneously
Use Embedded Subtitles
Ignore Embedded PGS Subtitles
Ignore Embedded VobSub Subtitles
Show Only Desired Languages

Post-Processing


Encode Subtitles To UTF8
Hearing Impaired
Remove Tags
OCR Fixes
Common Fixes
Fix Uppercase
Color
Color Name
Reverse RTL
{% if not os.startswith('win') %}
Enable CHMOD
Set Subtitle file permissions to

{% endif %}
Automatic subtitles synchronization
Subtitles synchronization debugging
Subtitles synchronization score threshold for series

Only for score below

Subtitles synchronization score threshold for movies

Only for score below

Use Custom Post-Processing
Post-processing score threshold for series

Only for score below

Post-processing score threshold for movies

Only for score below

Post-processing command

Variables you can use in your command (include the double curly brace):
{{directory}}

The full path of the episode file parent directory.

{{episode}}

The full path of the episode file.

{{episode_name}}

The filename of the episode without parent directory or extension.

{{subtitles}}

The full path of the subtitles file.

{{subtitles_language}}

The language of the subtitles file.

{{subtitles_language_code2}}

The 2-letter ISO-639 language code of the subtitles language.

{{subtitles_language_code3}}

The 3-letter ISO-639 language code of the subtitles language.

{{episode_language}}

The audio language of the episode file.

{{episode_language_code2}}

The 2-letter ISO-639 language code of the episode audio language.

{{episode_language_code3}}

The 3-letter ISO-639 language code of the episode audio language.

{{score}}

The score of the subtitles file.

{{subtitle_id}}

Provider ID of the subtitles file.

{{provider}}

Provider of the subtitles file.

{{series_id}}

Sonarr series ID. Empty if movie.

{{episode_id}}

Sonarr episode ID or Radarr movie ID.

{% endblock body %} {% block tail %} {% endblock tail %}