update json for posterizarr (#662)

* added some ascii art to help

* new settings

* minor tweaks

* minor tweaks

* update json for posterizarr
pull/674/head
bullmoose20 6 months ago committed by GitHub
parent 083cfc35b5
commit 9c0642b144
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -839,8 +839,8 @@ settings: # Can be individually specif
- metadata
- collections
- overlays
overlay_artwork_filetype: jpg
overlay_artwork_quality: 75
overlay_artwork_filetype: jpg # Default is jpg. webp or png are also available
overlay_artwork_quality: 75 # Default is 75 if left blank, otherwise, for jpg or webp, going above 95 not recommended as excessive file sizes could be created and then not able to be uploaded to plex
# .------------------------------------------------------------------.
# | ___ _ _ ____ _ _ _ |
# | / _ \| |_| |__ ___ _ __ / ___| ___| |_| |_(_)_ __ __ _ ___ |

@ -14,8 +14,8 @@
},
"PlexPart": {
"LibstoExclude": [
"",
"",
"Movies",
"TV Shows",
"TestMovies",
"TestTV Shows",
"Other Videos",
@ -50,7 +50,8 @@
"logLevel": "3",
"SkipTBA": "true",
"SkipJapTitle": "false",
"AssetCleanup": "true"
"AssetCleanup": "true",
"AutoUpdateIM": "true"
},
"OverlayPart": {
"ImageProcessing": "true",
@ -63,7 +64,7 @@
"AddOverlay": "true",
"fontcolor": "white",
"bordercolor": "white",
"minPointSize": "95",
"minPointSize": "83",
"maxPointSize": "250",
"borderwidth": "30",
"MaxWidth": "1200",
@ -72,9 +73,9 @@
},
"BackgroundOverlayPart": {
"fontAllCaps": "true",
"AddOverlay": "false",
"AddBorder": "false",
"AddText": "false",
"AddOverlay": "false",
"fontcolor": "white",
"bordercolor": "white",
"minPointSize": "95",

Loading…
Cancel
Save