summaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/pages/Settings/Subtitles/index.tsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/src/pages/Settings/Subtitles/index.tsx b/frontend/src/pages/Settings/Subtitles/index.tsx
index 80fc03695..ffd3e2774 100644
--- a/frontend/src/pages/Settings/Subtitles/index.tsx
+++ b/frontend/src/pages/Settings/Subtitles/index.tsx
@@ -288,6 +288,15 @@ const SettingsSubtitlesView: FunctionComponent = () => {
></Selector>
<Message>Embedded subtitles video parser</Message>
</CollapseBox>
+ <Check
+ label="Skip video file hash calculation"
+ settingKey="settings-general-skip_hashing"
+ ></Check>
+ <Message>
+ Skip video file hashing during search process to prevent sleeping hard
+ disk drive from waking-up. On the other hand, this may decrease your
+ search results scores.
+ </Message>
</Section>
<Section header="Post-Processing">
<Check