mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-12-18 17:03:39 +00:00
18 lines
714 B
Markdown
18 lines
714 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:
|
|
Main 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
|
|
# see the wiki for how to use local files, folders, URLs, or files from git
|
|
- file: config/Movies.yml
|
|
overlay_path:
|
|
- remove_overlays: false
|
|
- pmm: resolution
|
|
```
|