Added `overlay_filetype` and `overlay_quality` settings to control the filetype and quality of overlay images.
Added `overlay_filetype` and `overlay_quality` settings to control the filetype and quality of overlay images. Users can select from JPG, PNG and WEBP.
# Updates
# Updates
# Defaults
# Defaults
Added `starting_only` template variable to the `mal` Collection Default.
Added `starting_only` template variable to the `mal` Collection Default.
Changed streaming defaults to use names as their keys vs their TMDb IDs as keys
Changed streaming defaults to use names as their keys vs their TMDb IDs as keys
Fixed `amazon` ID in `streaming` when region is `CA`
@ -1002,20 +1002,22 @@ The available setting attributes which can be set at each level are outlined bel
<tableclass="clearTable">
<tableclass="clearTable">
<tr><td>`jpg`</td><td>Use JPG files for saving Overlays</td></tr>
<tr><td>`jpg`</td><td>Use JPG files for saving Overlays</td></tr>
<tr><td>`png`</td><td>Use PNG files for saving Overlays</td></tr>
<tr><td>`png`</td><td>Use PNG files for saving Overlays</td></tr>
<tr><td>`webp`</td><td>Use WEBP files for saving Overlays</td></tr>
</table>
</table>
**Default Value:**`jpg`
**Default Value:**`jpg`
???+ example "Example"
???+ example "Example"
```yaml
```yaml
```yaml
settings:
settings:
overlay_filetype: png
overlay_filetype: png
```
```
??? blank "`overlay_quality` - Used to control the JPG quality used with overlay images.<aclass="headerlink"href="#overlay-quality"title="Permanent link">¶</a>"
??? blank "`overlay_quality` - Used to control the JPG or WEBP quality used with overlay images.<aclass="headerlink"href="#overlay-quality"title="Permanent link">¶</a>"
<divid="overlay-quality"/>Used to control the JPG quality used with overlay images.
<divid="overlay-quality"/>Used to control the JPG or WEBP quality used with overlay images.