mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-12-11 21:52:30 +00:00
18 lines
782 B
Markdown
18 lines
782 B
Markdown
The default metadata files include a set of overlays you can add to your posters.
|
|
|
|
We'll add resolution overlays to the movies in this library as an example.
|
|
|
|
Open the config file again and add the last three lines shown below:
|
|
|
|
```yaml
|
|
libraries:
|
|
All The Movies:
|
|
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
|
|
# see the wiki for how to use local files, folders, URLs, or files from git
|
|
- file: config/Movies.yml
|
|
overlay_path: ## <<< ADD THIS LINE
|
|
- remove_overlays: false ## <<< ADD THIS LINE
|
|
- pmm: resolution ## <<< ADD THIS LINE
|
|
```
|