You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
640 B
27 lines
640 B
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.
|
|
|
|
The default config links to two of them, thse two lines in your config file:
|
|
|
|
```yaml
|
|
libraries:
|
|
THE_NAME_OF_YOUR_MOVIE_LIBRARY:
|
|
metadata_path:
|
|
- pmm: basic # <<< THIS LINE
|
|
- pmm: imdb # <<< THIS LINE
|
|
playlist_files:
|
|
- pmm: playlist
|
|
```
|
|
|
|
The first will create:
|
|
|
|
- Newly Released
|
|
- New Episodes [TV libraries only]
|
|
|
|
The second will create:
|
|
|
|
- IMDb Popular
|
|
- IMDb Top 250
|
|
- IMDb Lowest Rated
|