From 2420192cab356c331e41dae1176eb7b97ed04db1 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 17 Nov 2022 19:12:37 +0000 Subject: [PATCH] Updated settings to reflect multi-language support #15 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c86b1ca..b068002 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e AUDIO_DSFA=TRUE` | TRUE = ENABLED :: Detects single file albums and mark download as failed if detected | | `-e AUDIO_REPLAYGAIN=FALSE` | TRUE = ENABLED, adds replaygain tags for compatible players (FLAC ONLY) | | `-e ReqauireLanguage=false` | true = enabled, disables/enables checking video audio/subtitle language based on VIDEO_LANG setting | -| `-e VIDEO_LANG=eng` | Default: eng :: Set to required language (ISO 639-2 language code), if not found, will mark as failed | +| `-e VIDEO_LANG=eng` | Default: eng :: Set to required language (this is a "," separated list of ISO 639-2 language codes) | | `-e VIDEO_SMA=FALSE` | TRUE = Enabled :: Uses SMA to process incoming video files, update your configuration at: `/config/scripts/configs/*-sma.ini` | | `-e VIDEO_SMA_TAGGING=TRUE` | TRUE = Enabled :: Uses SMA to Tag MP4 files (Enabled SMA process: manual.py -a; Disabled SMA Process: manual.py -nt) |