[34] Merge remote-tracking branch 'yozora/docupdate' into nightly

pull/1912/head
meisnate12 2 months ago
commit eeba230952

@ -126,8 +126,7 @@ the container normally.
## Online Authorization
Plex Meta Manager requires interactive mode to be able to enter the Client ID and Client Secret. Some systems (namely
NAS) make this difficult to accomplish. Chazlarson has provided an online tool to generate the MAL and Trakt
authentication outside of Plex Meta Manager and then paste the end-result directly into the configuration file.
The tool can be found [here](auth.md).
{%
include-markdown "./auth.md"
start="# Trakt and MyAnimeList Authentication"
%}

@ -51,8 +51,7 @@ To connect to Trakt.tv you must create a Trakt application and supply Plex Meta
## Online Authorization
Plex Meta Manager requires interactive mode to be able to enter the Client ID and Client Secret. Some systems (namely
NAS) make this difficult to accomplish. Chazlarson has provided an online tool to generate the MAL and Trakt
authentication outside of Plex Meta Manager and then paste the end-result directly into the configuration file.
The tool can be found [here](auth.md).
{%
include-markdown "./auth.md"
start="# Trakt and MyAnimeList Authentication"
%}

@ -30,6 +30,22 @@ those two things in two different fields, or some other way. The examples below
environment variable in a script or a `docker run` command. Things like Portainer or a NAS Docker UI will have
different ways to specify these things.
???+ warning "Combining Commands or Variables"
![img.png](img.png) Some Commands or Variables can be combined in a single run, this is mainly beneficial when you want to run a specific command and have it run immediately rather than waiting until the next scheduled run.
For example, if I want to run [Collections Only](#collections-only) to only run Collection Files, and [Run Immediately](#run) to skip waiting until my next scheduled run, I can use both commands at the same time:
!!! example
=== "Local Environment"
```
python plex_meta_manager.py --collections-only --run
```
=== "Docker Environment"
```
docker run -it -v "X:\Media\Plex Meta Manager\config:/config:rw" meisnate12/plex-meta-manager --collections-only --run
```
??? blank "Config Location&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`-c`/`--config`&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;`PMM_CONFIG`<a class="headerlink" href="#config" title="Permanent link"></a>"
<div id="config" />Specify the location of the configuration YAML file. Will default to `config/config.yml` when not

Loading…
Cancel
Save