From d81ea4008d8da800e0ee8db87b4c74dc9d4e7028 Mon Sep 17 00:00:00 2001 From: Arial-Z Date: Thu, 4 Jan 2024 19:03:27 +0100 Subject: [PATCH] Fix docs --- docs/defaults/show/network.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/defaults/show/network.md b/docs/defaults/show/network.md index 2fdf1948..f7b042a5 100644 --- a/docs/defaults/show/network.md +++ b/docs/defaults/show/network.md @@ -2,7 +2,7 @@ The `network` Default Collection File is used to dynamically create collections based on the networks available in your library. -![](../images/network_color.png) +![](../images/Network_color.png) ## Requirements & Recommendations @@ -46,10 +46,9 @@ Note that the `template_variables:` section only needs to be used if you do want |:------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `limit` | **Description:** Changes the Builder Limit for all collections in a Defaults file.
**Values:** Number Greater than 0 | | `limit_<>`1 | **Description:** Changes the Builder Limit of the specified key's collection.
**Default:** `limit`
**Values:** Number Greater than 0 | - | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | - | `style` | **Description:** Choose between the default color version or the **white** one.
**Values:** `white` - | + | `sort_by` | **Description:** Changes the Smart Filter Sort for all collections in a Defaults file.
**Default:** `release.desc`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `sort_by_<>`1 | **Description:** Changes the Smart Filter Sort of the specified key's collection.
**Default:** `sort_by`
**Values:** [Any `smart_filter` Sort Option](../../files/builders/smart.md#sort-options) | + | `style` | **Description:** Choose between the default color version or the **white** one.
**Values:** `white` | | `include` | **Description:** Overrides the [default include list](#default-include).
**Values:** List of Networks found in your library | | `exclude` | **Description:** Exclude these Networks from creating a Dynamic Collection.
**Values:** List of Networks found in your library | | `addons` | **Description:** Overrides the [default addons dictionary](#default-addons). Defines how multiple keys can be combined under a parent key. The parent key doesn't have to already exist in Plex
**Values:** Dictionary List of Networks found in your library |