{% 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 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

Post-Processing


Encode Subtitles To UTF8
{% if not os.startswith('win') %}
Enable CHMOD
Set Subtitle file permissions to

{% endif %}
Use Custom Post-Processing
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.

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