From ff7cd0d2faf6c532db062fb57dc534e03bd066bb Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 26 Apr 2024 15:44:26 -0500 Subject: [PATCH] Update overlays.md remove redundant incorrect example --- docs/files/overlays.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/files/overlays.md b/docs/files/overlays.md index 95c6a8c2..ac50bf54 100644 --- a/docs/files/overlays.md +++ b/docs/files/overlays.md @@ -58,20 +58,6 @@ I then call "MyOverlays.yml" in my [Configuration File](../config/overview.md) w 1. This must match the name of a library in your Plex server 2. `config` refers to the location that you mapped to `config` when following the Kometa Installation Guides. -???+ example "config.yml Example Collection File Addition" - - Click the :fontawesome-solid-circle-plus: icon to learn more - - ```yaml - libraries: - Movies: #(1)! - Overlay_files: - - file: config/MyOverlays.yml #(2)! - ``` - - 1. This must match the name of a library in your Plex server - 2. `config` refers to the location that you mapped to `config` when following the Kometa Installation Guides. - Whenever I execute Kometa and the Movies library is run, MyOverlays.yml will run and my "Direct Play" overlay will appear on all items with a 4K resolution. ## File Attributes @@ -684,4 +670,4 @@ config │ ├── 4K.png │ ├── Dolby.png │ ├── HDR.png -``` \ No newline at end of file +```