diff --git a/bullmoose20/posterizarr/Colus-Regular.ttf b/bullmoose20/posterizarr/Colus-Regular.ttf new file mode 100644 index 0000000..f02ca26 Binary files /dev/null and b/bullmoose20/posterizarr/Colus-Regular.ttf differ diff --git a/bullmoose20/posterizarr/bullmoose20config.json b/bullmoose20/posterizarr/bullmoose20config.json index c9a977d..0495eb4 100644 --- a/bullmoose20/posterizarr/bullmoose20config.json +++ b/bullmoose20/posterizarr/bullmoose20config.json @@ -1,5 +1,5 @@ { - "ApiPart":{ + "ApiPart": { "tvdbapi": "tvdb api key - free", "tmdbtoken": "This is the super long token from tmdb - free", "FanartTvAPIKey": "fanart.tv token - free", @@ -10,7 +10,13 @@ ], "PreferredSeasonLanguageOrder": [ "xx" - ] + ], + "tmdb_vote_sorting": "vote_average", + "WidthHeightFilter": "false", + "PosterMinWidth": "2000", + "PosterMinHeight": "3000", + "BgTcMinWidth": "3840", + "BgTcMinHeight": "2160" }, "PlexPart": { "LibstoExclude": [ @@ -51,7 +57,13 @@ "SkipTBA": "true", "SkipJapTitle": "false", "AssetCleanup": "true", - "AutoUpdateIM": "true" + "AutoUpdateIM": "true", + "seasonoverlayfile": "bottom-up-fade.png", + "RTLFont": "Colus-Regular.ttf", + "NewLineOnSpecificSymbols": "false", + "NewLineSymbols": [ + " - " + ] }, "OverlayPart": { "ImageProcessing": "true", @@ -69,7 +81,10 @@ "borderwidth": "30", "MaxWidth": "1200", "MaxHeight": "485", - "text_offset": "+300" + "text_offset": "+300", + "AddTextStroke": "false", + "strokecolor": "black", + "strokewidth": "6" }, "BackgroundOverlayPart": { "fontAllCaps": "true", @@ -83,7 +98,10 @@ "borderwidth": "30", "MaxWidth": "3000", "MaxHeight": "500", - "text_offset": "+200" + "text_offset": "+200", + "AddTextStroke": "false", + "strokecolor": "black", + "strokewidth": "6" }, "TitleCardOverlayPart": { "UseBackgroundAsTitleCard": "false", @@ -101,7 +119,10 @@ "maxPointSize": "250", "MaxWidth": "2500", "MaxHeight": "300", - "text_offset": "+290" + "text_offset": "+290", + "AddTextStroke": "false", + "strokecolor": "black", + "strokewidth": "6" }, "TitleCardEPTextPart": { "fontAllCaps": "true", @@ -113,7 +134,10 @@ "MaxHeight": "150", "text_offset": "+140", "SeasonTCText": "Season", - "EpisodeTCText": "Episode" + "EpisodeTCText": "Episode", + "AddTextStroke": "false", + "strokecolor": "black", + "strokewidth": "4" }, "SeasonPosterOverlayPart": { "fontAllCaps": "true", @@ -127,6 +151,9 @@ "borderwidth": "30", "MaxWidth": "1200", "MaxHeight": "485", - "text_offset": "+300" + "text_offset": "+300", + "AddTextStroke": "false", + "strokecolor": "black", + "strokewidth": "6" } }