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",