summaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2022-12-21 19:30:59 -0500
committermorpheus65535 <[email protected]>2022-12-21 19:30:59 -0500
commit0970f19d96443401b92099ceaa1e8b654258b077 (patch)
tree62f5aae26b8c90e5c725c0cb08f03335da3f2316 /frontend
parentc4b8345e659e38992456e31a4c21bbf0a7d38545 (diff)
downloadbazarr-0970f19d96443401b92099ceaa1e8b654258b077.tar.gz
bazarr-0970f19d96443401b92099ceaa1e8b654258b077.zip
Fixed mediainfo integration issues. #2007v1.1.4-beta.8
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/pages/Settings/Scheduler/index.tsx13
1 files changed, 7 insertions, 6 deletions
diff --git a/frontend/src/pages/Settings/Scheduler/index.tsx b/frontend/src/pages/Settings/Scheduler/index.tsx
index c885f6854..e2a236197 100644
--- a/frontend/src/pages/Settings/Scheduler/index.tsx
+++ b/frontend/src/pages/Settings/Scheduler/index.tsx
@@ -78,12 +78,13 @@ const SettingsSchedulerView: FunctionComponent = () => {
</CollapseBox>
<Check
- label="Use cached ffprobe results"
+ label="Use cached embedded subtitles parser results"
settingKey="settings-sonarr-use_ffprobe_cache"
></Check>
<Message>
- If disabled, Bazarr will use ffprobe to index video file properties on
- each run. This will result in higher disk I/O.
+ If disabled, Bazarr will use the embedded subtitles parser to index
+ episodes file properties on each run. This will result in higher disk
+ I/O.
</Message>
<Selector
@@ -114,12 +115,12 @@ const SettingsSchedulerView: FunctionComponent = () => {
</CollapseBox>
<Check
- label="Use cached ffprobe results"
+ label="Use cached embedded subtitles parser results"
settingKey="settings-radarr-use_ffprobe_cache"
></Check>
<Message>
- If disabled, Bazarr will use ffprobe to index video file properties on
- each run. This will result in higher disk I/O.
+ If disabled, Bazarr will use embedded subtitles parser to index movies
+ file properties on each run. This will result in higher disk I/O.
</Message>
</Section>
<Section header="Search and Upgrade Subtitles">