Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Blueprint] Stan Against Evil #978

Closed
Supremicus opened this issue Dec 18, 2024 · 5 comments · Fixed by #979
Closed

[Blueprint] Stan Against Evil #978

Supremicus opened this issue Dec 18, 2024 · 5 comments · Fixed by #979

Comments

@Supremicus
Copy link

Supremicus commented Dec 18, 2024

Series Name

Stan Against Evil

Series Year

2016

Series Database IDs

imdb:tt5722214,tmdb:67832,tvdb:315153

Creator Username

No response

Blueprint Description

Dawn title card with custom font I made to match the show. Text colored to match show poster. Uses season format override to display cardinal. Has a title override to fit more evenly.

Blueprint

{
  "series": {
    "font_id": 0,
    "card_type": "Supremicus/DawnTitleCard",
    "extra_keys": [
      "season_text_format",
      "episode_text_vertical_shift",
      "episode_text_font",
      "episode_text_font_size",
      "episode_text_kerning",
      "omit_gradient"
    ],
    "extra_values": [
      "SEASON {to_cardinal(season_number)}",
      "60",
      "{title_font}",
      "0.9",
      "1",
      "False"
    ]
  },
  "episodes": {
    "s3e4": {
      "extra_keys": [
        "episode_text_vertical_shift"
      ],
      "extra_values": [
        "90"
      ],
      "template_ids": [],
      "auto_split_title": false,
      "title": "The Demon Who\\nCame in From the Heat",
      "match_title": false
    }
  },
  "fonts": [
    {
      "name": "Stan Against Evil",
      "color": "rgb(196, 212, 124)",
      "interline_spacing": 30,
      "file": "StanAgainstEvil.otf",
      "replacements_in": [
        "(1)",
        "(2)",
        "\u2019"
      ],
      "replacements_out": [
        ": Part 1",
        ": Part 2",
        "'"
      ],
      "size": 1.3
    }
  ]
}

Preview Title Cards

preview
preview1

Zip of Font Files

fonts.zip

Zip of Source Files

No response

Set IDs

No response

Copy link
Contributor

Validation Results

All tests passed succesfully. @CollinHeist will be along shortly to create the Blueprint with the /create-blueprint command.

Copy link
Contributor

Validation Results

All tests passed succesfully. @CollinHeist will be along shortly to create the Blueprint with the /create-blueprint command.

@Supremicus
Copy link
Author

Worked out why kerning pairs wasn't working. Updated font and previews.

Copy link
Contributor

Validation Results

All tests passed succesfully. @CollinHeist will be along shortly to create the Blueprint with the /create-blueprint command.

@CollinHeist
Copy link
Collaborator

@Supremicus Looks great! Nice job on the font, it looks awesome. /create-blueprint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants