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] Bob's Burgers #967

Closed
Supremicus opened this issue Dec 14, 2024 · 4 comments · Fixed by #969
Closed

[Blueprint] Bob's Burgers #967

Supremicus opened this issue Dec 14, 2024 · 4 comments · Fixed by #969

Comments

@Supremicus
Copy link

Supremicus commented Dec 14, 2024

Series Name

Bob's Burgers

Series Year

2011

Series Database IDs

imdb:tt1561755,tmdb:32726,tvdb:194031

Creator Username

No response

Blueprint Description

Dawn title card with custom font I made to match the show. Text colored with stroke increased to match show. Uses season and episode format overrides to display numeral instead.

Blueprint

{
  "series": {
    "font_id": 0,
    "card_type": "Supremicus/DawnTitleCard",
    "episode_text_format": "EPISODE {episode_number}",
    "extra_keys": [
      "season_text_format",
      "episode_text_vertical_shift",
      "episode_text_font",
      "episode_text_font_size",
      "episode_text_kerning",
      "h_align",
      "omit_gradient"
    ],
    "extra_values": [
      "SEASON {season_number}",
      "30",
      "{title_font}",
      "0.9",
      "5",
      "center",
      "False"
    ]
  },
  "fonts": [
    {
      "name": "Bob's Burgers",
      "file": "Bob'sBurgers.otf",
      "color": "#EB2532",
      "title_case": "title",
      "stroke_width": 2.2,
      "interline_spacing": 20,
      "replacements_in": [
        ">",
        "}",
        "{",
        "^",
        "~",
        "_",
        "<",
        "`",
        "|",
        "(1)",
        "(2)"
      ],
      "replacements_out": [
        "",
        "",
        "",
        "",
        "",
        "",
        "",
        "'",
        "",
        "Part 1",
        "Part 2"
      ],
      "size": 1.4
    }
  ]
}

Preview Title Cards

preview

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.

1 similar comment
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

Thanks! Nice job on the Font. /create-blueprint

github-actions bot pushed a commit that referenced this issue Dec 15, 2024
CollinHeist pushed a commit that referenced this issue Dec 15, 2024
* Create CollinHeist's Blueprint #968

* Create Chrisophogus's Blueprint #962

* Create Supremicus's Blueprint #963

* Create Supremicus's Blueprint #964

* Create Supremicus's Blueprint #967

* Resize Preview Images

* Update Blueprint and README Files

* Create l33xu's Blueprint #966

* Create Supremicus's Blueprint #965

* Resize Preview Images, Update Database and README Files

---------

Co-authored-by: TitleCardMakerBot <[email protected]>
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