add require_lan #1853

This commit is contained in:
Clinton Hall 2021-10-05 09:43:06 +13:00 committed by GitHub
commit a098e82b38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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