Modify bullmoose20config.json settings

Updated configuration settings including log limits, overlay files, and added new options for text handling.
This commit is contained in:
bullmoose20
2026-05-18 11:40:05 -04:00
committed by cpt-kuesel
parent 039d383b0d
commit 10e76ccedd
+39 -9
View File
@@ -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"
}
}
}