mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-12-13 14:42:28 +00:00
26 lines
640 B
Markdown
26 lines
640 B
Markdown
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
|