to deal with latest release of posterizarr (#675)

* added some ascii art to help

* new settings

* minor tweaks

* minor tweaks

* update json for posterizarr

* latest updates from posterizarr to the config.json file

* to deal with latest release of posterizarr
pull/676/head
bullmoose20 3 months ago committed by GitHub
parent b277a325f7
commit 4967b7690a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,5 +1,5 @@
{ {
"ApiPart":{ "ApiPart": {
"tvdbapi": "tvdb api key - free", "tvdbapi": "tvdb api key - free",
"tmdbtoken": "This is the super long token from tmdb - free", "tmdbtoken": "This is the super long token from tmdb - free",
"FanartTvAPIKey": "fanart.tv token - free", "FanartTvAPIKey": "fanart.tv token - free",
@ -11,7 +11,12 @@
"PreferredSeasonLanguageOrder": [ "PreferredSeasonLanguageOrder": [
"xx" "xx"
], ],
"tmdb_vote_sorting": "vote_average" "tmdb_vote_sorting": "vote_average",
"WidthHeightFilter": "false",
"PosterMinWidth": "2000",
"PosterMinHeight": "3000",
"BgTcMinWidth": "3840",
"BgTcMinHeight": "2160"
}, },
"PlexPart": { "PlexPart": {
"LibstoExclude": [ "LibstoExclude": [
@ -54,7 +59,11 @@
"AssetCleanup": "true", "AssetCleanup": "true",
"AutoUpdateIM": "true", "AutoUpdateIM": "true",
"seasonoverlayfile": "bottom-up-fade.png", "seasonoverlayfile": "bottom-up-fade.png",
"RTLFont": "Colus-Regular.ttf" "RTLFont": "Colus-Regular.ttf",
"NewLineOnSpecificSymbols": "false",
"NewLineSymbols": [
" - "
]
}, },
"OverlayPart": { "OverlayPart": {
"ImageProcessing": "true", "ImageProcessing": "true",

Loading…
Cancel
Save