diff --git a/VERSION b/VERSION index 1da51515..46199b76 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.16.3-develop9 +1.16.3-develop10 diff --git a/docs/config/trakt.md b/docs/config/trakt.md index 05d912de..97a98e95 100644 --- a/docs/config/trakt.md +++ b/docs/config/trakt.md @@ -38,4 +38,4 @@ trakt: ![Trakt Authorize](trakt.png) 8. Record the `PIN` as `pin` in your Configuration File. -* Run the script shortly after obtaining your pin I don't know if it expires at any point or not. \ No newline at end of file +* Run the script shortly after obtaining your PIN; the PIN may expire at some point. diff --git a/docs/home/guides/QNAP-01.png b/docs/home/guides/QNAP-01.png new file mode 100644 index 00000000..366c99ca Binary files /dev/null and b/docs/home/guides/QNAP-01.png differ diff --git a/docs/home/guides/QNAP-02.png b/docs/home/guides/QNAP-02.png new file mode 100644 index 00000000..07189717 Binary files /dev/null and b/docs/home/guides/QNAP-02.png differ diff --git a/docs/home/guides/QNAP-03.png b/docs/home/guides/QNAP-03.png new file mode 100644 index 00000000..371399d0 Binary files /dev/null and b/docs/home/guides/QNAP-03.png differ diff --git a/docs/home/guides/QNAP-04.png b/docs/home/guides/QNAP-04.png new file mode 100644 index 00000000..f1f376f6 Binary files /dev/null and b/docs/home/guides/QNAP-04.png differ diff --git a/docs/home/guides/QNAP-05.png b/docs/home/guides/QNAP-05.png new file mode 100644 index 00000000..3f924239 Binary files /dev/null and b/docs/home/guides/QNAP-05.png differ diff --git a/docs/home/guides/QNAP-06.png b/docs/home/guides/QNAP-06.png new file mode 100644 index 00000000..97a8dee6 Binary files /dev/null and b/docs/home/guides/QNAP-06.png differ diff --git a/docs/home/guides/QNAP-07.png b/docs/home/guides/QNAP-07.png new file mode 100644 index 00000000..f0c99724 Binary files /dev/null and b/docs/home/guides/QNAP-07.png differ diff --git a/docs/home/guides/docker.md b/docs/home/guides/docker.md index 564ca972..52de90f5 100644 --- a/docs/home/guides/docker.md +++ b/docs/home/guides/docker.md @@ -261,9 +261,9 @@ libraries: # Library mappings must have a c ``` -You need an entry here for each of the libraries on which you want PMM to act. Those top-level elements [Movies, TV Shows, Anime] are names of libraries on your Plex server. +You will ultimately need an entry here for each of the libraries on which you want PMM to act. Those top-level elements [Movies, TV Shows, Anime] are names of libraries on your Plex server. -Delete the “TV Shows” and “Anime” sections and change the name of the “Movies” section to something that is NOT included in your Plex. I’m using “Movies-HIDDEN": +For now, delete the “TV Shows” and “Anime” sections and change the name of the “Movies” section to something that is NOT included in your Plex. I’m using “Movies-HIDDEN": ``` libraries: # Library mappings must have a colon (:) placed after them @@ -384,7 +384,9 @@ $ docker run --rm -it -v "/Users/mroche/plex-meta-manager:/config:rw" meisnate12 ... ``` -We can see there that it connected to the Plex Library, failed to find a metadata file, and then quit. +PMM may start cataloging your movies at this point; you cna hit control-C to stop that if it's happening. + +We can see there that it connected to the Plex Library but failed to find that `Main Movies.yml` metadata file. So far so good. diff --git a/docs/home/guides/local.md b/docs/home/guides/local.md index afec56b3..7537efc9 100644 --- a/docs/home/guides/local.md +++ b/docs/home/guides/local.md @@ -427,9 +427,9 @@ libraries: # Library mappings must have a c ``` -You need an entry here for each of the libraries on which you want PMM to act. Those top-level elements [Movies, TV Shows, Anime] are names of libraries on your Plex server. +You will ultimately need an entry here for each of the libraries on which you want PMM to act. Those top-level elements [Movies, TV Shows, Anime] are names of libraries on your Plex server. -Delete the “TV Shows” and “Anime” sections and change the name of the “Movies” section to something that is NOT included in your Plex. I’m using “Movies-HIDDEN": +For now, delete the “TV Shows” and “Anime” sections and change the name of the “Movies” section to something that is NOT included in your Plex. I’m using “Movies-HIDDEN": ``` libraries: # Library mappings must have a colon (:) placed after them @@ -511,7 +511,9 @@ $ python plex_meta_manager.py -r ... ``` -We can see there that it connected to the Plex Library, failed to find that `Main Movies.yml` metadata file, and then quit. +PMM may start cataloging your movies at this point; you cna hit control-C to stop that if it's happening. + +We can see there that it connected to the Plex Library but failed to find that `Main Movies.yml` metadata file. So far so good. diff --git a/docs/home/guides/qnap.md b/docs/home/guides/qnap.md new file mode 100644 index 00000000..99e85c97 --- /dev/null +++ b/docs/home/guides/qnap.md @@ -0,0 +1,64 @@ +# QNAP setup + +This is a quick walkthrough of setting up the Plex-Meta-Manager Docker container in the QNAP "Container Station" UI. + +Steps. +1. Open Container Station; click "Create" in the left column. + + + ![](QNAP-01.png) + + +2. Search for `meisnate12/plex-meta-manager`. + + On the "Docker Hub" tab you should see the image; click on it and click "Install". + + + ![](QNAP-02.png) + + +1. Select the version you want to run from the dropdown and click "Next". + + The options are: + - 'latest' - most recent official release; typically the most stable + - 'develop' - development release, contains new features that haven't made it to latest yet, but may have minor problems + - 'nightly' - bleeding-edge development version; latest fixes go here , but breakage should be expected. + + + ![](QNAP-03.png) + + +2. Change the container name if you wish. + + Command line arguments can be entered in the "Entrypoint" field after `/tini -s python3 plex_meta_manager.py --` IMPORTANT: DO NOT REMOVE ANY ELEMENT OF THAT COMMAND. + + For example: `/tini -s python3 plex_meta_manager.py -- --run` + + Information on available command line argument can be found [here](../environmental.md) + + Click "Advanced Settings >>" + + + ![](QNAP-04.png) + + +3. Environment Variables can be added here: + + Information on available Environment Variables can be found [here](../environmental.md) + + + ![](QNAP-05.png) + + +4. Click Shared Folders Tab: + + Click "Add" in the middle section "Volume from host". + + "Volume from host" is the location on your QNAP where you want to store the config files. + "Mount Point" must be `/config` + + When finished, click "Create". + + + ![](QNAP-07.png) +