From 51ccd4e816b6252866b956d181cfe736d1f229cb Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Tue, 5 Oct 2021 09:40:15 +1300 Subject: [PATCH] Add require_lan #1853 --- autoProcessMedia.cfg.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autoProcessMedia.cfg.spec b/autoProcessMedia.cfg.spec index 479a6949..848ab107 100644 --- a/autoProcessMedia.cfg.spec +++ b/autoProcessMedia.cfg.spec @@ -28,6 +28,8 @@ ffmpeg_path = # Enable/Disable media file checking using ffprobe. check_media = 1 + # Required Language for media to be deemed valid. Enter 'all' to disregard. + require_lan = all # Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectories by mistake. safe_mode = 1 # Turn this on to disable additional extraction attempts for failed downloads. Default = 0 will attempt to extract and verify if media is present.