From de9522b22781a069ea1cf51e69b7d9c4fa6124a1 Mon Sep 17 00:00:00 2001 From: bullmoose20 <12549033+bullmoose20@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:58:04 -0400 Subject: [PATCH] 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 --- .../posterizarr/bullmoose20config.json | 34 ++++++++++++++++--- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/bullmoose20/posterizarr/bullmoose20config.json b/bullmoose20/posterizarr/bullmoose20config.json index 0495eb4..7026653 100644 --- a/bullmoose20/posterizarr/bullmoose20config.json +++ b/bullmoose20/posterizarr/bullmoose20config.json @@ -16,7 +16,9 @@ "PosterMinWidth": "2000", "PosterMinHeight": "3000", "BgTcMinWidth": "3840", - "BgTcMinHeight": "2160" + "BgTcMinHeight": "2160", + "JellyfinAPIKey": "JELLYFINAPIKEY", + "EmbyAPIKey": "EMBYAPIKEY" }, "PlexPart": { "LibstoExclude": [ @@ -30,7 +32,28 @@ "Test Videos", "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": { "SendNotification": "true", @@ -63,7 +86,8 @@ "NewLineOnSpecificSymbols": "false", "NewLineSymbols": [ " - " - ] + ], + "PlexUpload": "false" }, "OverlayPart": { "ImageProcessing": "true", @@ -154,6 +178,8 @@ "text_offset": "+300", "AddTextStroke": "false", "strokecolor": "black", - "strokewidth": "6" + "strokewidth": "6", + "AddShowTitletoSeason": "false", + "SeasonTextNewLines": "1" } }