Media lan check (#1856)

* Add require_lan

#1853
This commit is contained in:
Clinton Hall 2021-10-11 07:16:00 +13:00 committed by GitHub
commit 162143b1cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 73 additions and 15 deletions

View file

@ -25,6 +25,11 @@
# Enable/Disable media file checking using ffprobe.
#check_media=1
# Required Language
#
# Required Audio Language for media to be deemed valid e.g. = eng will only accept a video as valid if it contains English audio. Leave blank to disregard.
#require_lan=
# Safe Mode protection of DestDir (0, 1).
#
# Enable/Disable a safety check to ensure we don't process all downloads in the default_downloadDirectory by mistake.