mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 08:28:53 -05:00
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
This commit is contained in:
parent
4844d5f396
commit
3a5bf0190d
@ -4,6 +4,8 @@
|
||||
"tmdbtoken": "This is the super long token from tmdb - free",
|
||||
"FanartTvAPIKey": "fanart.tv token - free",
|
||||
"PlexToken": "plex token - free",
|
||||
"JellyfinAPIKey": "JELLYFINAPIKEY",
|
||||
"EmbyAPIKey": "EMBYAPIKEY",
|
||||
"FavProvider": "tmdb",
|
||||
"PreferredLanguageOrder": [
|
||||
"xx"
|
||||
@ -16,15 +18,13 @@
|
||||
"PosterMinWidth": "2000",
|
||||
"PosterMinHeight": "3000",
|
||||
"BgTcMinWidth": "3840",
|
||||
"BgTcMinHeight": "2160",
|
||||
"JellyfinAPIKey": "JELLYFINAPIKEY",
|
||||
"EmbyAPIKey": "EMBYAPIKEY"
|
||||
"BgTcMinHeight": "2160"
|
||||
},
|
||||
"PlexPart": {
|
||||
"LibstoExclude": [
|
||||
"Movies",
|
||||
"TV Shows",
|
||||
"TestMovies",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"TestTV Shows",
|
||||
"Other Videos",
|
||||
"Music",
|
||||
@ -38,23 +38,33 @@
|
||||
},
|
||||
"JellyfinPart": {
|
||||
"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",
|
||||
"UploadExistingAssets": "false"
|
||||
},
|
||||
"EmbyPart": {
|
||||
"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",
|
||||
"UploadExistingAssets": "false"
|
||||
},
|
||||
@ -112,7 +122,8 @@
|
||||
"text_offset": "+300",
|
||||
"AddTextStroke": "false",
|
||||
"strokecolor": "black",
|
||||
"strokewidth": "6"
|
||||
"strokewidth": "6",
|
||||
"lineSpacing": "0"
|
||||
},
|
||||
"BackgroundOverlayPart": {
|
||||
"fontAllCaps": "true",
|
||||
@ -129,7 +140,8 @@
|
||||
"text_offset": "+200",
|
||||
"AddTextStroke": "false",
|
||||
"strokecolor": "black",
|
||||
"strokewidth": "6"
|
||||
"strokewidth": "6",
|
||||
"lineSpacing": "0"
|
||||
},
|
||||
"TitleCardOverlayPart": {
|
||||
"UseBackgroundAsTitleCard": "false",
|
||||
@ -150,7 +162,8 @@
|
||||
"text_offset": "+290",
|
||||
"AddTextStroke": "false",
|
||||
"strokecolor": "black",
|
||||
"strokewidth": "6"
|
||||
"strokewidth": "6",
|
||||
"lineSpacing": "0"
|
||||
},
|
||||
"TitleCardEPTextPart": {
|
||||
"fontAllCaps": "true",
|
||||
@ -165,7 +178,8 @@
|
||||
"EpisodeTCText": "Episode",
|
||||
"AddTextStroke": "false",
|
||||
"strokecolor": "black",
|
||||
"strokewidth": "4"
|
||||
"strokewidth": "4",
|
||||
"lineSpacing": "0"
|
||||
},
|
||||
"SeasonPosterOverlayPart": {
|
||||
"fontAllCaps": "true",
|
||||
@ -183,7 +197,20 @@
|
||||
"AddTextStroke": "false",
|
||||
"strokecolor": "black",
|
||||
"strokewidth": "6",
|
||||
"lineSpacing": "0"
|
||||
},
|
||||
"ShowTitleOnSeasonPosterPart": {
|
||||
"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…
x
Reference in New Issue
Block a user