From 9c0642b144a38349a8deb3f2722f09e04b2df3a9 Mon Sep 17 00:00:00 2001 From: bullmoose20 <12549033+bullmoose20@users.noreply.github.com> Date: Mon, 27 May 2024 17:49:15 -0400 Subject: [PATCH] update json for posterizarr (#662) * added some ascii art to help * new settings * minor tweaks * minor tweaks * update json for posterizarr --- bullmoose20/config.yml | 4 ++-- bullmoose20/posterizarr/bullmoose20config.json | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/bullmoose20/config.yml b/bullmoose20/config.yml index 0356583..504a75e 100644 --- a/bullmoose20/config.yml +++ b/bullmoose20/config.yml @@ -839,8 +839,8 @@ settings: # Can be individually specif - metadata - collections - overlays - overlay_artwork_filetype: jpg - overlay_artwork_quality: 75 + overlay_artwork_filetype: jpg # Default is jpg. webp or png are also available + overlay_artwork_quality: 75 # Default is 75 if left blank, otherwise, for jpg or webp, going above 95 not recommended as excessive file sizes could be created and then not able to be uploaded to plex # .------------------------------------------------------------------. # | ___ _ _ ____ _ _ _ | # | / _ \| |_| |__ ___ _ __ / ___| ___| |_| |_(_)_ __ __ _ ___ | diff --git a/bullmoose20/posterizarr/bullmoose20config.json b/bullmoose20/posterizarr/bullmoose20config.json index f979df6..c9a977d 100644 --- a/bullmoose20/posterizarr/bullmoose20config.json +++ b/bullmoose20/posterizarr/bullmoose20config.json @@ -14,8 +14,8 @@ }, "PlexPart": { "LibstoExclude": [ - "", - "", + "Movies", + "TV Shows", "TestMovies", "TestTV Shows", "Other Videos", @@ -50,7 +50,8 @@ "logLevel": "3", "SkipTBA": "true", "SkipJapTitle": "false", - "AssetCleanup": "true" + "AssetCleanup": "true", + "AutoUpdateIM": "true" }, "OverlayPart": { "ImageProcessing": "true", @@ -63,7 +64,7 @@ "AddOverlay": "true", "fontcolor": "white", "bordercolor": "white", - "minPointSize": "95", + "minPointSize": "83", "maxPointSize": "250", "borderwidth": "30", "MaxWidth": "1200", @@ -72,9 +73,9 @@ }, "BackgroundOverlayPart": { "fontAllCaps": "true", + "AddOverlay": "false", "AddBorder": "false", "AddText": "false", - "AddOverlay": "false", "fontcolor": "white", "bordercolor": "white", "minPointSize": "95",