From 3c3c7033b40710fc0c40b7fbb5559aa834d4510e Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 9 Sep 2022 12:16:22 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8423d8a..f04eb95 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e enableQueueCleaner=true` | true = enabled :: Enables QueueCleaner Script that automatically removes stuck downloads that cannot be automatically imported on a 15 minute interval | | `-e enableExtras=true` | true = enabled :: Enables Extras script to run during download import process | | `-e extrasType=all` | all or trailers :: all downloads all available videos (trailers, clips, featurette, etc...) :: trailers only downloads trailers | -| `-e extrasLanguages=en` | Set the primary desired language, if not found, fallback to next langauge in the list... (this is a "," separated list of ISO 639-1 language codes) | +| `-e extrasLanguages=en-US,it-IT` | Set the desired language for Extras, all languages will be processed... (this is a "," separated list of TMDB language codes, get the code from there sites language opitons, example: en-US) | | `-e extrasOfficialOnly=false` | true = enabled :: Skips extras that are not considered/marked as Official from TMDB site. | | `-e PUID=1000` | for UserID - see below for explanation | | `-e PGID=1000` | for GroupID - see below for explanation | @@ -106,7 +106,7 @@ docker create \ -e enableQueueCleaner=true \ -e enableExtras=true \ -e extrasType=all \ - -e extrasLanguages=en \ + -e extrasLanguages=en-US,it-IT \ -e extrasOfficialOnly=false \ -e plexUrl=http://x.x.x.x:32400 \ -e plexToken=Token_Goes_Here \ @@ -135,7 +135,7 @@ services: - enableQueueCleaner=true - enableExtras=true - extrasType=all - - extrasLanguages=en + - extrasLanguages=en-US,it-IT - extrasOfficialOnly=false - plexUrl=http://x.x.x.x:32400 - plexToken=Token_Goes_Here