-
-
Notifications
You must be signed in to change notification settings - Fork 23
InsetTitleCard
Cards of this style feature have season and episode text inset into the title text.
This card type is used whenever card_type
is specified as inset
.
Below is a table of all valid series extras parsed by this card. These are described in greater detail below.
Label | Default Value | Description |
---|---|---|
episode_text_color |
crimson |
Color to utilize for the episode text |
episode_text_font_size |
1.0 |
Scalar of the size of the episode text |
omit_gradient |
false |
Whether to omit the gradient overlay |
transparency |
1.0 |
How transparent to make the inset season and episode text |
separator |
- |
Character to separate season and episode text |
The color of the episode text (the text that indicates the season and episode number). This defaults to crimson
, but can be changed as a series extra.
The size of the episode text can also be adjusted. The default is 1.0
- meaning no adjustment. Values below 1.0 will reduce the size of the text, and values above 1.0 will increase the size.
For example, episode_text_font_size: 1.1
will result in a 10% increase in the size of that text.
By default, this title card overlays a gradient on top of the source image so that the text is more legible on the card. This can be disabled via a series extra.
By default the index text is completely cut out of the title text (meaning no underlying title text is visible at all). This can be changed so that parts of the text appears visible. Values between 0.0
(fully opaque) and 1.0
(fully transparent) are supported.
The following example showcases a transparency of 0.5
.
The character between the season and episode text can also be customized. By default, a dash (-
) character is used. This can be changed as a series extra.