link to image

This commit is contained in:
Chaz Larson 2023-05-26 23:00:26 -05:00 committed by GitHub
parent 1731c5a717
commit 2e2e5f2fa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,11 +26,11 @@ You can see there that PMM found its config file, was able to connect to TMDb, w
Open the config file again and change "Movies-NOSUCHLIBRARY" to reflect *your own* Movie library in Plex.
My Movies library is called “Main Movies", so mine looks like this:
Say my Movies library is called “All The Movies", so mine looks like this:
```yaml
libraries:
Main Movies: ## <<< CHANGE THIS LINE
All The Movies: ## <<< CHANGE THIS LINE
metadata_path:
- pmm: basic # This is a file within the defaults folder in the Repository
- pmm: imdb # This is a file within the defaults folder in the Repository
@ -50,4 +50,6 @@ playlist_files:
# see the wiki for how to use local files, folders, URLs, or files from git
```
Where `THE_NAME_OF_YOUR_MOVIE_LIBRARY` has been replaced by the name of your movie library as shown in Plex:
Where `THE_NAME_OF_YOUR_MOVIE_LIBRARY` has been replaced by the name of your movie library as shown in Plex ["All The Movies" here]:
![movie-lib-name](movie-lib-name.png)