Recommendations: Editions overlay is designed to use the Editions field within Plex [which requires Plex Pass to use] or the [TRaSH Guides](https://trash-guides.info/) filename naming scheme
In the PMM log, you may see references to versions of these overlays with `-Dovetail` appended:
```
| 4K-Plus-Dovetail Overlay in Movies |
| 4K-DV-Dovetail Overlay in Movies |
| 4K-HDR-Dovetail Overlay in Movies |
| 4K-Dovetail Overlay in Movies |
...
| Extended-Edition-Dovetail Overlay in Movies |
| Uncut-Edition-Dovetail Overlay in Movies |
| Unrated-Edition-Dovetail Overlay in Movies |
...
```
These `-Dovetail` variations are used when resolution and edition are combined so that one "dovetails" into the other. This is not something you can enable or disable independently; it's an internal implementation detail.
Note that the `template_variables:` section only needs to be used if you do want to actually change how the defaults work. Any value not specified will use its default value if it has one if not it's just ignored.
| `use_resolution` | **Description:** Turns off all Resolution Overlays in the Defaults file.<br>**Values:** `false` to turn off the overlays |
| `use_edition` | **Description:** Turns off all Edition Overlays in the Defaults file.<br>**Values:** `false` to turn off the overlays |
| `builder_level` | **Description:** Choose the Overlay Level.<br>**Values:** `season` or `episode` |
| `weight_<<key>>`<sup>1</sup> | **Description:** Controls the weight of the Overlay. Higher numbers have priority. **Only works with Edition keys.**<br>**Values:** Any Number |
1. Each default overlay has a `key` that when calling to effect a specific overlay you must replace `<<key>>` with when calling.
=== "Overlay Template Variables"
{%
include-markdown "../overlay_variables.md"
%}
### Example Template Variable Amendments
The below is an example config.yml extract with some Template Variables added in to change how the file works.