Merge pull request #1256 from YozoraXCII/nightly

Amend runtime overlay
pull/1257/head
meisnate12 2 years ago committed by GitHub
commit 57a8388aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ external_templates:
- library_type: show - library_type: show
value: episode value: episode
default: default:
text: Runtime text: "Runtime: "
horizontal_offset: 15 horizontal_offset: 15
horizontal_align: right horizontal_align: right
vertical_offset: 30 vertical_offset: 30
@ -22,7 +22,7 @@ external_templates:
back_color: "#00000099" back_color: "#00000099"
back_width: 600 back_width: 600
back_height: 105 back_height: 105
final_name: "text(<<text>>: <<runtimeH>>h <<runtimeM>>m)" final_name: "text(<<text>><<runtimeH>>h <<runtimeM>>m)"
overlays: overlays:
runtime_info: runtime_info:

@ -41,7 +41,7 @@ All [Shared Overlay Variables](../overlay_variables) are available with the defa
| Variable | Description & Values | | Variable | Description & Values |
|:---------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------| |:---------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `text` | **Description:** Choose the text for the Overlay.<br>**Default:** `Runtime`<br>**Values:** Any String | | `text` | **Description:** Choose the text for the Overlay.<br>**Default:** `Runtime: `<br>**Values:** Any String |
| `font` | **Description:** Choose the font for the Overlay.<br>**Default:** `fonts/Inter-Medium.ttf`<br>**Values:** Path to font file | | `font` | **Description:** Choose the font for the Overlay.<br>**Default:** `fonts/Inter-Medium.ttf`<br>**Values:** Path to font file |
| `font_style` | **Description:** Font style for Variable Fonts.<br>**Values:** Variable Font Style | | `font_style` | **Description:** Font style for Variable Fonts.<br>**Values:** Variable Font Style |
| `font_size` | **Description:** Choose the font size for the Overlay.<br>**Default:** `55`<br>**Values:** Any Number greater then 0 | | `font_size` | **Description:** Choose the font size for the Overlay.<br>**Default:** `55`<br>**Values:** Any Number greater then 0 |

Loading…
Cancel
Save