From 4d93c91dbca54ab4aefa46041e2ab21adb662608 Mon Sep 17 00:00:00 2001 From: bullmoose20 <12549033+bullmoose20@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:24:22 -0400 Subject: [PATCH] updates to config.json example (#679) * 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 --- bullmoose20/posterizarr/bullmoose20config.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/bullmoose20/posterizarr/bullmoose20config.json b/bullmoose20/posterizarr/bullmoose20config.json index 7026653..d6bee37 100644 --- a/bullmoose20/posterizarr/bullmoose20config.json +++ b/bullmoose20/posterizarr/bullmoose20config.json @@ -33,7 +33,8 @@ "Playlists" ], "PlexUrl": "http://192.168.2.242:32400", - "UsePlex": "true" + "UsePlex": "true", + "UploadExistingAssets": "false" }, "JellyfinPart": { "LibstoExclude": [ @@ -43,7 +44,8 @@ "TechTrainings" ], "JellyfinUrl": "http://192.168.2.242:8096", - "UseJellyfin": "false" + "UseJellyfin": "false", + "UploadExistingAssets": "false" }, "EmbyPart": { "LibstoExclude": [ @@ -53,7 +55,8 @@ "TechTrainings" ], "EmbyUrl": "http://192.168.2.242:8096/emby", - "UseEmby": "false" + "UseEmby": "false", + "UploadExistingAssets": "false" }, "Notification": { "SendNotification": "true", @@ -87,7 +90,8 @@ "NewLineSymbols": [ " - " ], - "PlexUpload": "false" + "PlexUpload": "false", + "BackupPath": "P:\\assetsbackup" }, "OverlayPart": { "ImageProcessing": "true",