mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 00:18:53 -05:00
updates based on updates to posterizarr (#677)
* 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
This commit is contained in:
parent
2eb29cace6
commit
de9522b227
@ -16,7 +16,9 @@
|
|||||||
"PosterMinWidth": "2000",
|
"PosterMinWidth": "2000",
|
||||||
"PosterMinHeight": "3000",
|
"PosterMinHeight": "3000",
|
||||||
"BgTcMinWidth": "3840",
|
"BgTcMinWidth": "3840",
|
||||||
"BgTcMinHeight": "2160"
|
"BgTcMinHeight": "2160",
|
||||||
|
"JellyfinAPIKey": "JELLYFINAPIKEY",
|
||||||
|
"EmbyAPIKey": "EMBYAPIKEY"
|
||||||
},
|
},
|
||||||
"PlexPart": {
|
"PlexPart": {
|
||||||
"LibstoExclude": [
|
"LibstoExclude": [
|
||||||
@ -30,7 +32,28 @@
|
|||||||
"Test Videos",
|
"Test Videos",
|
||||||
"Playlists"
|
"Playlists"
|
||||||
],
|
],
|
||||||
"PlexUrl": "http://192.168.2.242:32400"
|
"PlexUrl": "http://192.168.2.242:32400",
|
||||||
|
"UsePlex": "true"
|
||||||
|
},
|
||||||
|
"JellyfinPart": {
|
||||||
|
"LibstoExclude": [
|
||||||
|
"Youtube",
|
||||||
|
"Audiobooks",
|
||||||
|
"KidsAudiobooks",
|
||||||
|
"TechTrainings"
|
||||||
|
],
|
||||||
|
"JellyfinUrl": "http://192.168.2.242:8096",
|
||||||
|
"UseJellyfin": "false"
|
||||||
|
},
|
||||||
|
"EmbyPart": {
|
||||||
|
"LibstoExclude": [
|
||||||
|
"Youtube",
|
||||||
|
"Audiobooks",
|
||||||
|
"KidsAudiobooks",
|
||||||
|
"TechTrainings"
|
||||||
|
],
|
||||||
|
"EmbyUrl": "http://192.168.2.242:8096/emby",
|
||||||
|
"UseEmby": "false"
|
||||||
},
|
},
|
||||||
"Notification": {
|
"Notification": {
|
||||||
"SendNotification": "true",
|
"SendNotification": "true",
|
||||||
@ -63,7 +86,8 @@
|
|||||||
"NewLineOnSpecificSymbols": "false",
|
"NewLineOnSpecificSymbols": "false",
|
||||||
"NewLineSymbols": [
|
"NewLineSymbols": [
|
||||||
" - "
|
" - "
|
||||||
]
|
],
|
||||||
|
"PlexUpload": "false"
|
||||||
},
|
},
|
||||||
"OverlayPart": {
|
"OverlayPart": {
|
||||||
"ImageProcessing": "true",
|
"ImageProcessing": "true",
|
||||||
@ -154,6 +178,8 @@
|
|||||||
"text_offset": "+300",
|
"text_offset": "+300",
|
||||||
"AddTextStroke": "false",
|
"AddTextStroke": "false",
|
||||||
"strokecolor": "black",
|
"strokecolor": "black",
|
||||||
"strokewidth": "6"
|
"strokewidth": "6",
|
||||||
|
"AddShowTitletoSeason": "false",
|
||||||
|
"SeasonTextNewLines": "1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user