mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2026-05-22 03:24:51 -04:00
Modify bullmoose20config.json settings
Updated configuration settings including log limits, overlay files, and added new options for text handling.
This commit is contained in:
@@ -24,16 +24,19 @@
|
|||||||
],
|
],
|
||||||
"PreferredTCLanguageOrder": [
|
"PreferredTCLanguageOrder": [
|
||||||
"xx"
|
"xx"
|
||||||
|
],
|
||||||
|
"LogoLanguageOrder": [
|
||||||
|
"en"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"PlexPart": {
|
"PlexPart": {
|
||||||
"LibstoExclude": [
|
"LibstoExclude": [
|
||||||
"Music",
|
|
||||||
"Other videos",
|
"Other videos",
|
||||||
"Photos",
|
|
||||||
"Test Videos",
|
"Test Videos",
|
||||||
"TestMovies",
|
"TestMovies",
|
||||||
"TestTV Shows"
|
"TestTV Shows",
|
||||||
|
"Music",
|
||||||
|
"Photos"
|
||||||
],
|
],
|
||||||
"PlexUrl": "http://192.168.2.242:32400",
|
"PlexUrl": "http://192.168.2.242:32400",
|
||||||
"UsePlex": "true",
|
"UsePlex": "true",
|
||||||
@@ -82,11 +85,11 @@
|
|||||||
"PrerequisitePart": {
|
"PrerequisitePart": {
|
||||||
"AssetPath": "/assets",
|
"AssetPath": "/assets",
|
||||||
"magickinstalllocation": "./magick",
|
"magickinstalllocation": "./magick",
|
||||||
"maxLogs": "50",
|
"maxLogs": "10",
|
||||||
"font": "Comfortaa-Medium.ttf",
|
"font": "Comfortaa-Medium.ttf",
|
||||||
"backgroundfont": "Comfortaa-Medium.ttf",
|
"backgroundfont": "Comfortaa-Medium.ttf",
|
||||||
"titlecardfont": "Comfortaa-Medium.ttf",
|
"titlecardfont": "Comfortaa-Medium.ttf",
|
||||||
"overlayfile": "bottom-up-fade.png",
|
"overlayfile": "overlay.png",
|
||||||
"backgroundoverlayfile": "bottom-up-fade-background.png",
|
"backgroundoverlayfile": "bottom-up-fade-background.png",
|
||||||
"titlecardoverlayfile": "bottom-up-fade-background.png",
|
"titlecardoverlayfile": "bottom-up-fade-background.png",
|
||||||
"LibraryFolders": "true",
|
"LibraryFolders": "true",
|
||||||
@@ -135,7 +138,31 @@
|
|||||||
"4KDoViTC": "backgroundoverlay-innerglow.png",
|
"4KDoViTC": "backgroundoverlay-innerglow.png",
|
||||||
"4KHDR10TC": "backgroundoverlay-innerglow.png",
|
"4KHDR10TC": "backgroundoverlay-innerglow.png",
|
||||||
"4KDoViHDR10TC": "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": {
|
"OverlayPart": {
|
||||||
"ImageProcessing": "true",
|
"ImageProcessing": "true",
|
||||||
@@ -170,7 +197,7 @@
|
|||||||
"strokecolor": "black",
|
"strokecolor": "black",
|
||||||
"strokewidth": "6",
|
"strokewidth": "6",
|
||||||
"lineSpacing": "0",
|
"lineSpacing": "0",
|
||||||
"AddOverlay": "false",
|
"AddOverlay": "true",
|
||||||
"AddBorder": "false",
|
"AddBorder": "false",
|
||||||
"AddText": "false",
|
"AddText": "false",
|
||||||
"AddTextStroke": "false",
|
"AddTextStroke": "false",
|
||||||
@@ -185,7 +212,10 @@
|
|||||||
"UseBackgroundAsTitleCard": "false",
|
"UseBackgroundAsTitleCard": "false",
|
||||||
"BackgroundFallback": "false",
|
"BackgroundFallback": "false",
|
||||||
"AddOverlay": "true",
|
"AddOverlay": "true",
|
||||||
"AddBorder": "false"
|
"AddBorder": "false",
|
||||||
|
"SkipWords": [
|
||||||
|
"TBA"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"TitleCardTitleTextPart": {
|
"TitleCardTitleTextPart": {
|
||||||
"fontAllCaps": "true",
|
"fontAllCaps": "true",
|
||||||
@@ -294,4 +324,4 @@
|
|||||||
"basicAuthUsername": "admin",
|
"basicAuthUsername": "admin",
|
||||||
"basicAuthPassword": "posterizarr"
|
"basicAuthPassword": "posterizarr"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user