From ff79f0869a8a7a0ab2142ba8f3d9085dce93adc0 Mon Sep 17 00:00:00 2001 From: bullmoose20 Date: Sat, 22 Apr 2023 18:14:32 -0400 Subject: [PATCH] [31] added new color separators --- VERSION | 2 +- docs/defaults/separators.md | 35 +++++++++++++++++++++++++---------- 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/VERSION b/VERSION index 259bdfcd..72b66a3f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0-develop30 +1.19.0-develop31 diff --git a/docs/defaults/separators.md b/docs/defaults/separators.md index e2129032..85bb1165 100644 --- a/docs/defaults/separators.md +++ b/docs/defaults/separators.md @@ -46,7 +46,7 @@ Note that the `template_variables:` section only needs to be used if you do want | Variable | Description & Values | |:-------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `use_separator` | **Description:** Turn the [Separator Collection](#use-separators) off.
**Values:** `false` to turn of the collection | -| `sep_style` | **Description:** Choose the [Separator Style](#separator-styles).
**Default:** `orig`
**Values:** `orig`, `red`, `blue`, `green`, `gray`, `purple`, or `stb` | +| `sep_style` | **Description:** Choose the [Separator Style](#separator-styles).
**Default:** `orig`
**Values:** `amethyst`, `aqua`, `blue`, `forest`, `fuchsia`, `gold`, `gray`, `green`, `navy`, `ocean`, `olive`, `orchid`, `orig`, `pink`, `plum`, `purple`, `red`, `rust`, `salmon`, `sand`, `stb`, or `tan` | | `sort_prefix` | **Description:** Changes the prefix of the sort title.
**Default:** `!`
**Values:** Any String | | `sort_title` | **Description:** Changes the sort title of all collections.
**Default:** `<><>_!<>`<br>**Values:** Any String | | `placeholder_tmdb_movie` | **Description:** Add a placeholder Movie to the Separator.<br>**Values:** TMDb Movie ID | @@ -88,15 +88,30 @@ Multiple styles are available for Separators, to match Plex's "categories" featu The available styles available are: -| Style | Value | -|:---------|:---------| -| Original | `orig` | -| Blue | `blue` | -| Brown | `stb` | -| Gray | `gray` | -| Green | `green` | -| Purple | `purple` | -| Red | `red` | +| Style | Value | +|:---------|:-----------| +| Original | `orig` | +| Amethyst | `amethyst` | +| Aqua | `aqua` | +| Blue | `blue` | +| Forest | `green` | +| Fuchsia | `fuchsia` | +| Gold | `gold` | +| Gray | `gray` | +| Green | `green` | +| Navy | `navy` | +| Ocean | `ocean` | +| Olive | `olive` | +| Orchid | `orchid` | +| Pink | `pink` | +| Plum | `plum` | +| Purple | `purple` | +| Red | `red` | +| Rust | `rust` | +| Salmon | `salmon` | +| Sand | `sand` | +| Brown | `brown` | +| Tan | `tan` | This image shows an example separator in each of the above styles