From 292f50ddc0b9e7af36e725f2b836594d884b7168 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 27 Jan 2023 10:49:15 -0600 Subject: [PATCH 1/2] add "don't change artwork in Plex" warning. --- docs/metadata/overlay.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/metadata/overlay.md b/docs/metadata/overlay.md index 7595028c..d03f98fe 100644 --- a/docs/metadata/overlay.md +++ b/docs/metadata/overlay.md @@ -8,8 +8,12 @@ All overlay coordinates assume 1000 x 1500 for Posters and 1920 x 1080 for Backg **To remove all overlays add `remove_overlays: true` to the `overlay_path` [Libraries Attribute](../config/libraries.md#remove-overlays).** +**IMPORTANT NOTE ON OVERLAYS: +**Once you have applied overlays to your posters in PLex, it is highly recommennded that you never change artwork on a thing directly in Plex again. PMM uses labels on the items in Plex to decide if an overlays has been applied, so if you change artwork behind it's back things can become confused and items can end up with double-overlaid posters. It's recommended to set new artwork using the asset directory, which will ensure that this doesn't happen. + **To change a single overlay original image either remove the `Overlay` shared label and update the Image in Plex or replace the image in the assets folder and then PMM will overlay the new image** + These are the attributes which can be used within the Overlay File: | Attribute | Description | From 7e0af14f32c2c194c8f9be4d37e11b67af380386 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 27 Jan 2023 10:50:50 -0600 Subject: [PATCH 2/2] Update overlay.md --- docs/metadata/overlay.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/metadata/overlay.md b/docs/metadata/overlay.md index d03f98fe..b4f9c293 100644 --- a/docs/metadata/overlay.md +++ b/docs/metadata/overlay.md @@ -9,11 +9,10 @@ All overlay coordinates assume 1000 x 1500 for Posters and 1920 x 1080 for Backg **To remove all overlays add `remove_overlays: true` to the `overlay_path` [Libraries Attribute](../config/libraries.md#remove-overlays).** **IMPORTANT NOTE ON OVERLAYS: -**Once you have applied overlays to your posters in PLex, it is highly recommennded that you never change artwork on a thing directly in Plex again. PMM uses labels on the items in Plex to decide if an overlays has been applied, so if you change artwork behind it's back things can become confused and items can end up with double-overlaid posters. It's recommended to set new artwork using the asset directory, which will ensure that this doesn't happen. +**Once you have applied overlays to your posters in PLex, it is highly recommennded that you never change artwork on a thing directly in Plex again. PMM uses labels on the items in Plex to decide if an overlays has been applied, so if you change artwork behind PMM's back things can become confused and items can end up with double-overlaid posters. It's recommended to set new artwork using the asset directory, which will ensure that this doesn't happen. **To change a single overlay original image either remove the `Overlay` shared label and update the Image in Plex or replace the image in the assets folder and then PMM will overlay the new image** - These are the attributes which can be used within the Overlay File: | Attribute | Description |