diff --git a/docs/config/settings.md b/docs/config/settings.md
index 9d4e48f7..416ef8f4 100644
--- a/docs/config/settings.md
+++ b/docs/config/settings.md
@@ -962,8 +962,7 @@ The available setting attributes which can be set at each level are outlined bel
??? blank "`custom_repo` - Used to set up the custom `repo` [file block type](files.md#location-types-and-paths)."
-
Specify where the `repo` attribute's base is when defining `collection_files`,
- `metadata_files`, `playlist_file` and `overlay_files`.
+ Specify where the `repo` attribute's base is when defining `collection_files`, `metadata_files`, `playlist_file` and `overlay_files`.
???+ note
@@ -989,7 +988,7 @@ The available setting attributes which can be set at each level are outlined bel
??? blank "`overlay_artwork_filetype` - Used to control the filetype used with overlay images."
- Used to control the filetype used with overlay images.
+ Used to control the filetype used with overlay images. This setting will only be applied to images generated after the value is added to your config.
@@ -1009,7 +1008,6 @@ The available setting attributes which can be set at each level are outlined bel
???+ example "Example"
- ```yaml
```yaml
settings:
overlay_artwork_filetype: png
@@ -1017,7 +1015,7 @@ The available setting attributes which can be set at each level are outlined bel
??? blank "`overlay_artwork_quality` - Used to control the JPG or WEBP quality used with overlay images."
- Used to control the JPG or WEBP quality used with overlay images.
+ Used to control the JPG or WEBP quality used with overlay images. This setting will only be applied to images generated after the value is added to your config.
@@ -1025,9 +1023,9 @@ The available setting attributes which can be set at each level are outlined bel
**Levels with this Attribute:** Global/Library
- **Accepted Values:** Any Integer 1-100
+ **Accepted Values:** Any Integer 1-100 [Values over 95 are not recommended and may result in excessive image size, perhaps too large to be uploaded to Plex.
- **Default Value:** `75`
+ **Default Value:** `75` [this default value will be used if no value is provided on this setting]
???+ example "Example"
diff --git a/json-schema/prototype_config.yml b/json-schema/prototype_config.yml
index 3e221051..015770a4 100644
--- a/json-schema/prototype_config.yml
+++ b/json-schema/prototype_config.yml
@@ -441,7 +441,7 @@ settings:
verify_ssl: true
custom_repo:
overlay_artwork_filetype: jpg
- overlay_artwork_quality: jpg
+ overlay_artwork_quality: 72
webhooks: # Can be individually specified per library as well
error:
version: