From 2fa5abc22eff717e5a1a40e2e80d525536c8c570 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 26 Apr 2024 09:14:28 -0500 Subject: [PATCH] Update libraries.md --- docs/config/libraries.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/config/libraries.md b/docs/config/libraries.md index a7b16faa..7b8c9038 100644 --- a/docs/config/libraries.md +++ b/docs/config/libraries.md @@ -298,11 +298,17 @@ The available attributes for each library are as follows:
Used to reapply overlays from this library only. This will reapply overlays to every item in your library. + Note that this is typically NEVER required. Kometa will automatically update overlays as needed as part of a regular overlay run. + ???+ warning "Proceed with Caution" When set to `true`, this will reapply all overlays on each run even if there is no need to do so, which will result in [image bloat](../kometa/scripts/imagemaid.md). + If you think you need to use this setting, please think hard about why you have that impression, as you are almost certainly mistaken. + + In general use, this setting will only extend runtimes and cause image bloat in the Plex metadata for no good reason. +
**Attribute:** `reapply_overlays`