From e8ba9278038cc33d69117bdfa692a7f13f496b34 Mon Sep 17 00:00:00 2001 From: Brad Sanders Date: Fri, 14 Apr 2023 22:42:01 -0500 Subject: [PATCH] Add plex environment variables Add plexUrl & plexToken to parameters table. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 73f5e89..19ae551 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ Container images are configured using parameters passed at runtime (such as thos | `-e extrasType=all` | all or trailers :: all downloads all available videos (trailers, clips, featurette, etc...) :: trailers only downloads trailers | | `-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 plexUrl=http://x.x.x.x:32400` | ONLY used if PlexNotify.bash is used... +| `-e plexToken=Token_Goes_Here` | ONLY used if PlexNotify.bash is used... | `-e PUID=1000` | for UserID - see below for explanation | | `-e PGID=1000` | for GroupID - see below for explanation | | `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London, this is required for Sonarr |