mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-21 20:13:05 +00:00
Merge branch 'overlay-quality-default' into nightly
This commit is contained in:
commit
8d5b59cdab
2 changed files with 6 additions and 8 deletions
|
@ -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).<a class="headerlink" href="#custom-repo" title="Permanent link">¶</a>"
|
||||
|
||||
<div id="custom-repo" />Specify where the `repo` attribute's base is when defining `collection_files`,
|
||||
`metadata_files`, `playlist_file` and `overlay_files`.
|
||||
<div id="custom-repo" />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.<a class="headerlink" href="#overlay-filetype" title="Permanent link">¶</a>"
|
||||
|
||||
<div id="overlay-filetype" />Used to control the filetype used with overlay images.
|
||||
<div id="overlay-filetype" />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.
|
||||
|
||||
<hr style="margin: 0px;">
|
||||
|
||||
|
@ -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.<a class="headerlink" href="#overlay-quality" title="Permanent link">¶</a>"
|
||||
|
||||
<div id="overlay-quality" />Used to control the JPG or WEBP quality used with overlay images.
|
||||
<div id="overlay-quality" />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.
|
||||
|
||||
<hr style="margin: 0px;">
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue