2022-12-10 17:31:13 +00:00
|
|
|
Plex-Meta-Manager provides an extensive collection of "default" metadata files.
|
|
|
|
|
|
|
|
These files provide a simple way for you to create collections based on franchises or awards or actors, etc.
|
|
|
|
|
2023-05-27 04:06:45 +00:00
|
|
|
The default config links to two of them, thse two lines in your config file:
|
2022-12-10 17:31:13 +00:00
|
|
|
|
2023-05-27 04:06:45 +00:00
|
|
|
```yaml
|
|
|
|
libraries:
|
|
|
|
THE_NAME_OF_YOUR_MOVIE_LIBRARY:
|
|
|
|
metadata_path:
|
|
|
|
- pmm: basic # <<< THIS LINE
|
|
|
|
- pmm: imdb # <<< THIS LINE
|
|
|
|
playlist_files:
|
|
|
|
- pmm: playlist
|
2022-12-10 17:31:13 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
The first will create:
|
|
|
|
|
2022-12-13 20:00:53 +00:00
|
|
|
- Newly Released
|
|
|
|
- New Episodes [TV libraries only]
|
2022-12-10 17:31:13 +00:00
|
|
|
|
|
|
|
The second will create:
|
|
|
|
|
2022-12-13 20:00:53 +00:00
|
|
|
- IMDb Popular
|
|
|
|
- IMDb Top 250
|
|
|
|
- IMDb Lowest Rated
|