summaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authorDavidFair <[email protected]>2023-09-06 01:14:36 +0100
committerGitHub <[email protected]>2023-09-05 20:14:36 -0400
commit296d4976730df91948a184ff1fd7afcd6f685f92 (patch)
tree9a6a090bd8a81e344f668aa587f3a71e7702f845 /frontend
parent1489926b6f52e8881e45773486fe2530d5dfeca9 (diff)
downloadbazarr-296d4976730df91948a184ff1fd7afcd6f685f92.tar.gz
bazarr-296d4976730df91948a184ff1fd7afcd6f685f92.zip
Modified default value for adaptive searching (now enabled) and improved description in settingsv1.2.5-beta.22
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/pages/Settings/Subtitles/index.tsx14
1 files changed, 8 insertions, 6 deletions
diff --git a/frontend/src/pages/Settings/Subtitles/index.tsx b/frontend/src/pages/Settings/Subtitles/index.tsx
index 67920e3fb..0d0337201 100644
--- a/frontend/src/pages/Settings/Subtitles/index.tsx
+++ b/frontend/src/pages/Settings/Subtitles/index.tsx
@@ -215,8 +215,8 @@ const SettingsSubtitlesView: FunctionComponent = () => {
settingKey="settings-general-adaptive_searching"
></Check>
<Message>
- When searching for subtitles, Bazarr will reduce search frequency to
- limit call to providers.
+ When enabled, Bazarr will skip searching providers for subtitles which
+ have been searched recently.
</Message>
<CollapseBox settingKey="settings-general-adaptive_searching">
<Selector
@@ -225,8 +225,9 @@ const SettingsSubtitlesView: FunctionComponent = () => {
options={adaptiveSearchingDelayOption}
></Selector>
<Message>
- In order to reduce search frequency, how many weeks must Bazarr wait
- after initial search.
+ The delay from the first search to adaptive searching applying.
+ During this window Bazarr will continue to search for subtitles,
+ even if they have been searched for recently.
</Message>
<Selector
settingKey="settings-general-adaptive_searching_delta"
@@ -234,8 +235,9 @@ const SettingsSubtitlesView: FunctionComponent = () => {
options={adaptiveSearchingDeltaOption}
></Selector>
<Message>
- How often should Bazarr search for subtitles when in adaptive search
- mode.
+ The delay between Bazarr searching for subtitles in adaptive search
+ mode. If the media has been searched for more recently than this
+ value, Bazarr will skip searching for subtitles.
</Message>
</CollapseBox>
<Check