[10] qnap guide

pull/847/head
meisnate12 3 years ago
parent 4dfbabf679
commit e3db28f091

@ -1 +1 @@
1.16.3-develop9 1.16.3-develop10

@ -38,4 +38,4 @@ trakt:
![Trakt Authorize](trakt.png) ![Trakt Authorize](trakt.png)
8. Record the `PIN` as `pin` in your Configuration File. 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. * Run the script shortly after obtaining your PIN; the PIN may expire at some point.

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

@ -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. Im 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. Im using “Movies-HIDDEN":
``` ```
libraries: # Library mappings must have a colon (:) placed after them 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. So far so good.

@ -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. Im 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. Im using “Movies-HIDDEN":
``` ```
libraries: # Library mappings must have a colon (:) placed after them 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. So far so good.

@ -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)
Loading…
Cancel
Save