diff --git a/VERSION b/VERSION index f9e4c315..a2acdb24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.19.0-develop97 +1.19.0-develop98 diff --git a/defaults/overlays/templates.yml b/defaults/overlays/templates.yml index 89d49eb8..87f9588c 100644 --- a/defaults/overlays/templates.yml +++ b/defaults/overlays/templates.yml @@ -64,9 +64,16 @@ templates: - back_line_width - addon_offset - addon_position + conditionals: + final_use: + conditions: + - use_<>.exists: true + value: <>>> + - use_all: false + value: false builder_level: <> run_definition: - - <>>> + - <> - <>>> - <> suppress_overlays: <> diff --git a/docs/defaults/overlays/ribbon.md b/docs/defaults/overlays/ribbon.md index ffde6b6d..e455127e 100644 --- a/docs/defaults/overlays/ribbon.md +++ b/docs/defaults/overlays/ribbon.md @@ -30,6 +30,7 @@ Supported Overlay Level: Movie, Show | Metacritic Must See | `metacritic` | `30` | | Commonsense Selection | `common` | `20` | | Razzies Winner | `razzie` | `10` | + ## Config The below YAML in your config.yml will create the overlays: @@ -61,6 +62,7 @@ All [Shared Overlay Variables](../overlay_variables) are available with the defa | Variable | Description & Values | |:-----------------------------|:------------------------------------------------------------------------------------------------------------------------| +| `use_all` | **Description:** Used to turn on/off all keys.
**Default:** `true`
**Values:** `true` or `false` | | `weight_<>`1 | **Description:** Controls the weight of the Overlay. Higher numbers have priority.
**Values:** Any Number | | `style` | **Description:** Controls the color of the ribbon.
**Default:** `yellow`
**Values:** `yellow, gray, black, red` |