to capture the changes to posterizarr (#682)

* 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

* updates based on updates to posterizarr

* update config to support latest version of posterizarr

* additional updates to support latest version of posterizarr

* to capture the changes to posterizarr
pull/683/head
bullmoose20 2 months ago committed by GitHub
parent 4844d5f396
commit 3a5bf0190d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,6 +4,8 @@
"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",
"PlexToken": "plex token - free", "PlexToken": "plex token - free",
"JellyfinAPIKey": "JELLYFINAPIKEY",
"EmbyAPIKey": "EMBYAPIKEY",
"FavProvider": "tmdb", "FavProvider": "tmdb",
"PreferredLanguageOrder": [ "PreferredLanguageOrder": [
"xx" "xx"
@ -16,15 +18,13 @@
"PosterMinWidth": "2000", "PosterMinWidth": "2000",
"PosterMinHeight": "3000", "PosterMinHeight": "3000",
"BgTcMinWidth": "3840", "BgTcMinWidth": "3840",
"BgTcMinHeight": "2160", "BgTcMinHeight": "2160"
"JellyfinAPIKey": "JELLYFINAPIKEY",
"EmbyAPIKey": "EMBYAPIKEY"
}, },
"PlexPart": { "PlexPart": {
"LibstoExclude": [ "LibstoExclude": [
"Movies", "",
"TV Shows", "",
"TestMovies", "",
"TestTV Shows", "TestTV Shows",
"Other Videos", "Other Videos",
"Music", "Music",
@ -38,23 +38,33 @@
}, },
"JellyfinPart": { "JellyfinPart": {
"LibstoExclude": [ "LibstoExclude": [
"Youtube", "",
"Audiobooks", "",
"KidsAudiobooks", "",
"TechTrainings" "TestTV Shows",
"Other Videos",
"Music",
"Photos",
"Test Videos",
"Playlists"
], ],
"JellyfinUrl": "http://192.168.2.242:8096", "JellyfinUrl": "http://192.168.2.242:8097",
"UseJellyfin": "false", "UseJellyfin": "false",
"UploadExistingAssets": "false" "UploadExistingAssets": "false"
}, },
"EmbyPart": { "EmbyPart": {
"LibstoExclude": [ "LibstoExclude": [
"Youtube", "",
"Audiobooks", "",
"KidsAudiobooks", "",
"TechTrainings" "TestTV Shows",
"Other Videos",
"Music",
"Photos",
"Test Videos",
"Playlists"
], ],
"EmbyUrl": "http://192.168.2.242:8096/emby", "EmbyUrl": "http://192.168.2.242:8096",
"UseEmby": "false", "UseEmby": "false",
"UploadExistingAssets": "false" "UploadExistingAssets": "false"
}, },
@ -112,7 +122,8 @@
"text_offset": "+300", "text_offset": "+300",
"AddTextStroke": "false", "AddTextStroke": "false",
"strokecolor": "black", "strokecolor": "black",
"strokewidth": "6" "strokewidth": "6",
"lineSpacing": "0"
}, },
"BackgroundOverlayPart": { "BackgroundOverlayPart": {
"fontAllCaps": "true", "fontAllCaps": "true",
@ -129,7 +140,8 @@
"text_offset": "+200", "text_offset": "+200",
"AddTextStroke": "false", "AddTextStroke": "false",
"strokecolor": "black", "strokecolor": "black",
"strokewidth": "6" "strokewidth": "6",
"lineSpacing": "0"
}, },
"TitleCardOverlayPart": { "TitleCardOverlayPart": {
"UseBackgroundAsTitleCard": "false", "UseBackgroundAsTitleCard": "false",
@ -150,7 +162,8 @@
"text_offset": "+290", "text_offset": "+290",
"AddTextStroke": "false", "AddTextStroke": "false",
"strokecolor": "black", "strokecolor": "black",
"strokewidth": "6" "strokewidth": "6",
"lineSpacing": "0"
}, },
"TitleCardEPTextPart": { "TitleCardEPTextPart": {
"fontAllCaps": "true", "fontAllCaps": "true",
@ -165,7 +178,8 @@
"EpisodeTCText": "Episode", "EpisodeTCText": "Episode",
"AddTextStroke": "false", "AddTextStroke": "false",
"strokecolor": "black", "strokecolor": "black",
"strokewidth": "4" "strokewidth": "4",
"lineSpacing": "0"
}, },
"SeasonPosterOverlayPart": { "SeasonPosterOverlayPart": {
"fontAllCaps": "true", "fontAllCaps": "true",
@ -183,7 +197,20 @@
"AddTextStroke": "false", "AddTextStroke": "false",
"strokecolor": "black", "strokecolor": "black",
"strokewidth": "6", "strokewidth": "6",
"lineSpacing": "0"
},
"ShowTitleOnSeasonPosterPart": {
"AddShowTitletoSeason": "false", "AddShowTitletoSeason": "false",
"SeasonTextNewLines": "1" "fontAllCaps": "true",
"AddTextStroke": "false",
"strokecolor": "black",
"strokewidth": "6",
"fontcolor": "white",
"minPointSize": "45",
"maxPointSize": "300",
"MaxWidth": "1900",
"MaxHeight": "500",
"text_offset": "+300",
"lineSpacing": "0"
} }
} }

Loading…
Cancel
Save