mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
link to image
This commit is contained in:
parent
1731c5a717
commit
2e2e5f2fa4
1 changed files with 5 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue