diff --git a/frontend/src/pages/Settings/Subtitles/index.tsx b/frontend/src/pages/Settings/Subtitles/index.tsx
index 9f77234ba..5269486ad 100644
--- a/frontend/src/pages/Settings/Subtitles/index.tsx
+++ b/frontend/src/pages/Settings/Subtitles/index.tsx
@@ -1,4 +1,4 @@
-import { Code, Table } from "@mantine/core";
+import { Code, Space, Table } from "@mantine/core";
import { FunctionComponent } from "react";
import {
Check,
@@ -134,7 +134,7 @@ const SettingsSubtitlesView: FunctionComponent = () => {
settingKey="settings-general-subfolder"
>
- Choose the folder you wish to store/read the subtitles
+ Choose the folder you wish to store/read the subtitles.
{
}}
options={embeddedSubtitlesParserOption}
>
- Embedded subtitles video parser
+ Embedded Subtitles video parser.
{
settingKey="settings-general-embedded_subs_show_desired"
>
- Hide embedded subtitles for languages that are not currently
+ Hide Embedded Subtitles for languages that are not currently
desired.
@@ -218,7 +218,7 @@ const SettingsSubtitlesView: FunctionComponent = () => {
mb="lg"
>
- Number of days to go back in history to upgrade subtitles
+ Number of days to go back in history to upgrade subtitles.
{
- Re-encode downloaded Subtitles to UTF8. Should be left enabled in most
- case.
+ Re-encode downloaded subtitles to UTF-8. Should be left enabled in most
+ cases.
- Must be 4 digit octal
+ Must be a 4 digit octal number. Only for non-Windows systems.
@@ -266,8 +266,8 @@ const SettingsSubtitlesView: FunctionComponent = () => {
options={adaptiveSearchingDelayOption}
>
- The delay from the first search to adaptive searching applying.
- During this window Bazarr will continue to search for subtitles,
+ The delay from the first search to adaptive searching taking effect.
+ During this time window Bazarr will continue to search for subtitles,
even if they have been searched for recently.
{
settingKey="settings-general-multithreading"
>
- Search multiple providers at once (Don't choose this on low powered
- devices)
+ Search multiple providers at once. (Don't choose this on low powered
+ devices).
- Skip video file hashing during search process to prevent sleeping hard
- disk drive from waking-up. On the other hand, this may decrease your
+ Skip video file hashing during search process to prevent a sleeping hard
+ disk drive from waking up. However, this may decrease your
search results scores.
-
+
-
+
- Use the audio track as reference for syncing, instead of using the
+ Use the audio track as reference for syncing, instead of the
embedded subtitle.
{
between reference and subtitles.
@@ -394,7 +394,7 @@ const SettingsSubtitlesView: FunctionComponent = () => {
framerate ratio between video and subtitles.
{
settingKey="settings-subsync-use_subsync"
>
- Enable the automatic subtitles synchronization after downloading a
- subtitles.
+ Enable automatic subtitles synchronization after downloading a subtitle.
{
label="Series Score Threshold"
settingKey="settings-subsync-use_subsync_threshold"
>
-
+
+
+
+ Only series subtitles with scores below this value will be automatically synchronized.
+
-
+
+
+
+ Only movie subtitles with scores below this value will be automatically synchronized.
+
-
+
- Enable the post-processing execution after downloading a subtitles.
+ Enable automatic execution of the post-processing command specified below after downloading a subtitle.
-
+
+
+
+ Only series subtitles with scores below this value will be automatically post-processed.
+
-
+
+
+
+ Only movie subtitles with scores below this value will be automatically post-processed.
+