From 9cfbb7f6970a374f4be81a931bf70f1cd1094561 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Wed, 17 Feb 2021 10:23:43 -0500 Subject: [PATCH] Updated Trakt Attributes (markdown) --- Trakt-Attributes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Trakt-Attributes.md b/Trakt-Attributes.md index 19556a8..169634f 100644 --- a/Trakt-Attributes.md +++ b/Trakt-Attributes.md @@ -32,4 +32,4 @@ trakt: * On the first run, the script will walk the user through the OAuth flow by producing a Trakt URL for the user to follow. Once authenticated at the Trakt URL, the user needs to return the code to the script. If the code is correct, the script will populate the `authorization` sub-attributes to use in subsequent runs. -For docker users, please note that the docker container runs with the `--update` option and is designed for no user interaction. To authenticate Trakt the first time, you need run the container with the `-it` flags and run `plex_auto_collections.py` without the `--update` option and walk through the OAuth flow mentioned above. Once you have the Trakt authentication data saved into the YAML, you'll be able to run the container normally. \ No newline at end of file +To authenticate Trakt the first time, you need run the container with the `-it` flags in order to walk through the OAuth flow mentioned above. Once you have the Trakt authentication data saved into the YAML, you'll be able to run the container normally. \ No newline at end of file