Plex-Meta-Manager/docs/home/guides/wt/wt-07-overlay-add.md

19 lines
714 B
Markdown
Raw Normal View History

2022-12-10 17:31:13 +00:00
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
```