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
# Defaults
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
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">
<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>`webp`</td><td>Use WEBP files for saving Overlays</td></tr>
</table>
**Default Value:**`jpg`
???+ example "Example"
```yaml
```yaml
settings:
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.