Skip to content

FrameTitleCard

Collin Heist edited this page Jan 15, 2023 · 3 revisions

Background

This style of title card is based off a Polaroid photo frame, and is inspired by the official Adventure Time title cards from Season 8.

This card type is used whenever card_type is specified as frame or photo.

Examples

Spoiler

Blurred

Valid extras

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 rgb(100, 100, 100) Color to use for the season and episode text
episode_text_position surround How to place the season and episode text, relative to the title

Customization

Positioning the Season and Episode Text

The positions of the season and episode text can be adjusted via the series extra episode_text_position. This can be either left, surround, or right - the default value is surround. Each is shown below:

episode_text_position Example
left
surround
right

Example

Only Murders in the Building (2021):
  card_type: frame
  extras:
    episode_text_position: left

Recoloring the Season and Episode Text

The color of the season and episode text can be changed via the series extra episode_text_color. This can be any ImageMagick Color - the default value is rgb(100, 100, 100).

Example

The following YAML:

Only Murders in the Building (2021):
  card_type: frame
  extras:
    episode_text_color: rgb(76, 149, 119)

Produces a card like so:


Title Characteristics

Maximum Line Width

This card begins splitting titles at 31 characters. This was selected using the default font, and leaves enough margin for average length season titles and episode text.

Maximum Line Count

This card will split titles into at most 2 lines (unless manually specified). With the standard font, this takes up over half the image and looks quite messy, but is enough space for pretty long titles.

Title Style

This card will split titles bottom heavy, meaning titles will be split such that they're longer at the bottom than the top. For example:

The One Where
Rachel's Sister Babysits

Default Font

Font

The default font used for titles is Guess Sans Medium, seen below:

Case

The default font case is upper.

Color

The default font color is rgb(80, 80, 80).

Replacements

The default font does not use any font replacements.


Clone this wiki locally