From 10e76ccedd228a9da20e1856c2dcad2c2fe3fdbe Mon Sep 17 00:00:00 2001 From: bullmoose20 <12549033+bullmoose20@users.noreply.github.com> Date: Mon, 18 May 2026 11:40:05 -0400 Subject: [PATCH] Modify bullmoose20config.json settings Updated configuration settings including log limits, overlay files, and added new options for text handling. --- .../posterizarr/bullmoose20config.json | 48 +++++++++++++++---- 1 file changed, 39 insertions(+), 9 deletions(-) diff --git a/bullmoose20/posterizarr/bullmoose20config.json b/bullmoose20/posterizarr/bullmoose20config.json index 65154296..e1cbe6c1 100644 --- a/bullmoose20/posterizarr/bullmoose20config.json +++ b/bullmoose20/posterizarr/bullmoose20config.json @@ -24,16 +24,19 @@ ], "PreferredTCLanguageOrder": [ "xx" + ], + "LogoLanguageOrder": [ + "en" ] }, "PlexPart": { "LibstoExclude": [ - "Music", "Other videos", - "Photos", "Test Videos", "TestMovies", - "TestTV Shows" + "TestTV Shows", + "Music", + "Photos" ], "PlexUrl": "http://192.168.2.242:32400", "UsePlex": "true", @@ -82,11 +85,11 @@ "PrerequisitePart": { "AssetPath": "/assets", "magickinstalllocation": "./magick", - "maxLogs": "50", + "maxLogs": "10", "font": "Comfortaa-Medium.ttf", "backgroundfont": "Comfortaa-Medium.ttf", "titlecardfont": "Comfortaa-Medium.ttf", - "overlayfile": "bottom-up-fade.png", + "overlayfile": "overlay.png", "backgroundoverlayfile": "bottom-up-fade-background.png", "titlecardoverlayfile": "bottom-up-fade-background.png", "LibraryFolders": "true", @@ -135,7 +138,31 @@ "4KDoViTC": "backgroundoverlay-innerglow.png", "4KHDR10TC": "backgroundoverlay-innerglow.png", "4KDoViHDR10TC": "backgroundoverlay-innerglow.png", - "SymbolsToKeepOnNewLine": [] + "SymbolsToKeepOnNewLine": [], + "SkipAddTextAndOverlay": "false", + "FileTestOnTrigger": "true", + "SkipLocalPosterTextAdd": "false", + "SkipLocalBackgroundTextAdd": "false", + "SkipLocalSeasonTextAdd": "false", + "SkipLocalTCTextAdd": "false", + "UseLogo": "true", + "UseClearlogo": "true", + "UseClearart": "false", + "LogoTextFallback": "true", + "UseBGLogo": "false", + "ConvertLogoColor": "false", + "LogoFlatColor": "white", + "SkipAddTextAndBorder": "false", + "NewLineOnSpecificWords": "false", + "NewLineWords": { + "WEIHNACHTSGESCHICHTE": "WEIHNACHTS-\nGESCHICHTE", + "SCHOKOLADENFABRIK": "SCHOKOLADEN-\nFABRIK", + "FEUERZANGENBOWLE": "FEUERZANGEN-\nBOWLE", + "AHNUNGSLOSIGKEIT": "AHNUNGS-\nLOSIGKEIT" + }, + "UseOriginalTitle": "false", + "showoverlayfile": "", + "showbackgroundoverlayfile": "" }, "OverlayPart": { "ImageProcessing": "true", @@ -170,7 +197,7 @@ "strokecolor": "black", "strokewidth": "6", "lineSpacing": "0", - "AddOverlay": "false", + "AddOverlay": "true", "AddBorder": "false", "AddText": "false", "AddTextStroke": "false", @@ -185,7 +212,10 @@ "UseBackgroundAsTitleCard": "false", "BackgroundFallback": "false", "AddOverlay": "true", - "AddBorder": "false" + "AddBorder": "false", + "SkipWords": [ + "TBA" + ] }, "TitleCardTitleTextPart": { "fontAllCaps": "true", @@ -294,4 +324,4 @@ "basicAuthUsername": "admin", "basicAuthPassword": "posterizarr" } -} \ No newline at end of file +}