summaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authormorpheus65535 <[email protected]>2023-03-20 23:13:25 -0400
committermorpheus65535 <[email protected]>2023-03-20 23:13:25 -0400
commit71363830985a34f5f45a32972477e0ac83dce519 (patch)
treee890c9bbe60dc9a876749f77ce0683deda5cf525 /frontend
parente26368079ccea3daf8c068ee3d7a7fe9da919b90 (diff)
downloadbazarr-71363830985a34f5f45a32972477e0ac83dce519.tar.gz
bazarr-71363830985a34f5f45a32972477e0ac83dce519.zip
Added an option to prevent sleeping hard drives from being wake-up by video file hashing.
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