@ -112,7 +112,7 @@ This is the default PMM collection ordering:
Configs can be customized using the `template_variables` attribute when calling the file. These `template_variables` will be given to every template call in the file which allows them to affect how that file runs.
This example changes the ratings overlay to work on episodes.
This example disables two keys, which will prevent those collections from being created. It also sets the visibility of one of the keys so that it is visible on the library tab, the server owner's homescreen and shared user's homescreens (assuming they server owner and/or the shared users have the library pinned to their homescreen)
Configs can be customized using the `template_variables` attribute when calling the file. These `template_variables` will be given to every template call in the file which allows them to affect how that file runs.
This example changes the ratings overlay to work on episodes.
For collections, this example disables two keys, which will prevent those collections from being created. It also sets the visibility of one of the keys so that it is visible on the library tab, the server owner's homescreen and shared user's homescreens (assuming they server owner and/or the shared users have the library pinned to their homescreen)
For overlays, this example changes the ratings overlay to apply to episodes rather than shows.
@ -447,13 +447,14 @@ With the release of PMM 1.20, several changes have taken place that we would lik
Movies:
remove_overlays: false
reapply_overlays: false #(1)!
reset_overlays: false
# reset_overlays: plex #(2)!
schedule_overlays: daily
overlay_files:
- pmm: audio_codec
```
1. We strongly advise never setting this to `true` as it can cause [Image Bloat](scripts/image-cleanup.md)
2. This is purely an example, you do not need to specify `reset_overlays` or any of these attributes unless you specifically need to use them.
??? blank "`imdb_list` no longer works for Title or Keyword search URLs (click to expand).<aclass="headerlink"href="#imdb-search"title="Permanent link">¶</a>"