diff --git a/VERSION b/VERSION
index e49a3b5e..b822cdfc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.19.0-develop9
+1.19.0-develop10
diff --git a/docs/defaults/overlays/content_rating_uk.md b/docs/defaults/overlays/content_rating_uk.md
index c8ad118b..bbe1066f 100644
--- a/docs/defaults/overlays/content_rating_uk.md
+++ b/docs/defaults/overlays/content_rating_uk.md
@@ -53,27 +53,28 @@ All [Shared Overlay Variables](../overlay_variables) are available with the defa
| Variable | Default |
|:--------------------|:---------|
-| `color` | `c` |
+| `color` | `` |
| `horizontal_offset` | `15` |
| `horizontal_align` | `left` |
| `vertical_offset` | `270` |
| `vertical_align` | `bottom` |
-| Variable | Description & Values |
-|:-----------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-| `back_color` | **Description:** Choose the back color in RGBA for the overlay lozenge.
**Default:**`#00000099` |
-| `back_radius` | **Description:** Choose the back radius for the overlay lozenge.
**Default:**`30` |
-| `back_width` | **Description:** Choose the back width for the overlay lozenge.
**Default:**`305` |
-| `back_height` | **Description:** Choose the back height for the overlay lozenge.
**Default:**`105` |
-| `font` | **Description:** Choose the font for the Overlay.
**Default:** `fonts/Inter-Medium.ttf`
**Values:** Path to font file |
-| `font_style` | **Description:** Font style for Variable Fonts.
**Values:** Variable Font Style |
-| `font_size` | **Description:** Choose the font size for the Overlay.
**Default:** `55`
**Values:** Any Number greater then 0 |
-| `font_color` | **Description:** Choose the font color for the Overlay.
**Default:** `#FFFFFF`
**Values:** Color Hex Code in format `#RGB`, `#RGBA`, `#RRGGBB` or `#RRGGBBAA` |
-| `stroke_width` | **Description:** Font Stroke Width for the Text Overlay.
**Values:** Any Number greater then 0 |
-| `stroke_color` | **Description:** Font Stroke Color for the Text Overlay.
**Values:** Color Hex Code in format `#RGB`, `#RGBA`, `#RRGGBB` or `#RRGGBBAA` |
-| `addon_offset` | **Description:** Text Addon Image Offset from the text.
**Default:** `15`
**Values:** Any Number greater then 0 |
-| `addon_position` | **Description:** Text Addon Image Alignment in relation to the text.
**Default:** `left`
**Values:** `left`, `right`, `top`, `bottom` |
-| `overlay_level` | **Description:** Choose the Overlay Level.
**Values:** `season` or `episode` |
+| Variable | Description & Values |
+|:------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `color` | **Description:** Color version of the content rating images
**Default:**`` Set to `false` if you want b&w version. |
+| `back_color` | **Description:** Choose the back color in RGBA for the overlay lozenge.
**Default:**`#00000099` |
+| `back_radius` | **Description:** Choose the back radius for the overlay lozenge.
**Default:**`30` |
+| `back_width` | **Description:** Choose the back width for the overlay lozenge.
**Default:**`305` |
+| `back_height` | **Description:** Choose the back height for the overlay lozenge.
**Default:**`105` |
+| `font` | **Description:** Choose the font for the Overlay.
**Default:** `fonts/Inter-Medium.ttf`
**Values:** Path to font file |
+| `font_style` | **Description:** Font style for Variable Fonts.
**Values:** Variable Font Style |
+| `font_size` | **Description:** Choose the font size for the Overlay.
**Default:** `55`
**Values:** Any Number greater then 0 |
+| `font_color` | **Description:** Choose the font color for the Overlay.
**Default:** `#FFFFFF`
**Values:** Color Hex Code in format `#RGB`, `#RGBA`, `#RRGGBB` or `#RRGGBBAA` |
+| `stroke_width` | **Description:** Font Stroke Width for the Text Overlay.
**Values:** Any Number greater then 0 |
+| `stroke_color` | **Description:** Font Stroke Color for the Text Overlay.
**Values:** Color Hex Code in format `#RGB`, `#RGBA`, `#RRGGBB` or `#RRGGBBAA` |
+| `addon_offset` | **Description:** Text Addon Image Offset from the text.
**Default:** `15`
**Values:** Any Number greater then 0 |
+| `addon_position` | **Description:** Text Addon Image Alignment in relation to the text.
**Default:** `left`
**Values:** `left`, `right`, `top`, `bottom` |
+| `overlay_level` | **Description:** Choose the Overlay Level.
**Values:** `season` or `episode` |
The below is an example config.yml extract with some Template Variables added in to change how the file works.
@@ -83,5 +84,5 @@ libraries:
overlay_path:
- pmm: content_rating_uk
template_variables:
- color: "" # since it is blank, the black and white version will be applied
+ color: false
```
diff --git a/docs/defaults/overlays/content_rating_us_movie.md b/docs/defaults/overlays/content_rating_us_movie.md
index 62ddfd91..42fd3d4a 100644
--- a/docs/defaults/overlays/content_rating_us_movie.md
+++ b/docs/defaults/overlays/content_rating_us_movie.md
@@ -42,7 +42,7 @@ All [Shared Overlay Variables](../overlay_variables) are available with the defa
| Variable | Default |
|:--------------------|:---------|
-| `color` | `c` |
+| `color` | `` |
| `horizontal_offset` | `15` |
| `horizontal_align` | `left` |
| `vertical_offset` | `270` |
@@ -50,6 +50,7 @@ All [Shared Overlay Variables](../overlay_variables) are available with the defa
| Variable | Description & Values |
|:-----------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `color` | **Description:** Color version of the content rating images
**Default:**`` Set to `false` if you want b&w version. |
| `back_color` | **Description:** Choose the back color in RGBA for the overlay lozenge.
**Default:**`#00000099` |
| `back_radius` | **Description:** Choose the back radius for the overlay lozenge.
**Default:**`30` |
| `back_width` | **Description:** Choose the back width for the overlay lozenge.
**Default:**`305` |
@@ -71,5 +72,5 @@ libraries:
overlay_path:
- pmm: content_rating_us_movie
template_variables:
- color: "" # since it is blank, the black and white version will be applied
+ color: false
```
diff --git a/docs/defaults/overlays/content_rating_us_show.md b/docs/defaults/overlays/content_rating_us_show.md
index 99953c65..fa275b7f 100644
--- a/docs/defaults/overlays/content_rating_us_show.md
+++ b/docs/defaults/overlays/content_rating_us_show.md
@@ -48,7 +48,7 @@ All [Shared Overlay Variables](../overlay_variables) are available with the defa
| Variable | Default |
|:--------------------|:---------|
-| `color` | `c` |
+| `color` | `` |
| `horizontal_offset` | `15` |
| `horizontal_align` | `left` |
| `vertical_offset` | `270` |
@@ -56,6 +56,7 @@ All [Shared Overlay Variables](../overlay_variables) are available with the defa
| Variable | Description & Values |
|:-----------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
+| `color` | **Description:** Color version of the content rating images
**Default:**`` Set to `false` if you want b&w version. |
| `back_color` | **Description:** Choose the back color in RGBA for the overlay lozenge.
**Default:**`#00000099` |
| `back_radius` | **Description:** Choose the back radius for the overlay lozenge.
**Default:**`30` |
| `back_width` | **Description:** Choose the back width for the overlay lozenge.
**Default:**`305` |
@@ -68,7 +69,6 @@ All [Shared Overlay Variables](../overlay_variables) are available with the defa
| `stroke_color` | **Description:** Font Stroke Color for the Text Overlay.
**Values:** Color Hex Code in format `#RGB`, `#RGBA`, `#RRGGBB` or `#RRGGBBAA` |
| `addon_offset` | **Description:** Text Addon Image Offset from the text.
**Default:** `15`
**Values:** Any Number greater then 0 |
| `addon_position` | **Description:** Text Addon Image Alignment in relation to the text.
**Default:** `left`
**Values:** `left`, `right`, `top`, `bottom` |
-| `overlay_level` | **Description:** Choose the Overlay Level.
**Values:** `season` or `episode` |
The below is an example config.yml extract with some Template Variables added in to change how the file works.
@@ -78,13 +78,13 @@ libraries:
overlay_path:
- pmm: content_rating_us_show
template_variables:
- color: "" # since it is blank, the black and white version will be applied
+ color: false
- pmm: content_rating_us_show
template_variables:
- color: "" # since it is blank, the black and white version will be applied
+ color: false
overlay_level: season
- pmm: content_rating_us_show
template_variables:
- color: "" # since it is blank, the black and white version will be applied
+ color: false
overlay_level: episode
```