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] Stranger Things #965

Closed
Supremicus opened this issue Dec 14, 2024 · 4 comments
Closed

[Blueprint] Stranger Things #965

Supremicus opened this issue Dec 14, 2024 · 4 comments

Comments

@Supremicus
Copy link

Supremicus commented Dec 14, 2024

Series Name

Stranger Things

Series Year

2016

Series Database IDs

imdb:tt4574334,tmdb:66732,tvdb:305288

Creator Username

No response

Blueprint Description

Dawn title card using CRT overlay, font is BenguiatStd-BookCondensed by Edward Benguiat colored to match show logo. Uses season and episode variable overrides for cardinal season and chapter, title text override to remove chapter from title text.

Blueprint

{
  "series": {
    "font_id": 0,
    "card_type": "Supremicus/DawnTitleCard",
    "episode_text_format": "CHAPTER {to_cardinal(episode_number)}",
    "extra_keys": [
      "title_text_format",
      "season_text_format",
      "stroke_color",
      "episode_text_vertical_shift",
      "episode_text_font",
      "episode_text_font_size",
      "episode_text_kerning",
      "h_align",
      "crt_overlay",
      "omit_gradient"
    ],
    "extra_values": [
      "{title_text.split(':', 1)[-1].lstrip()}",
      "SEASON {to_cardinal(season_number)}",
      "#8e1519",
      "20",
      "{title_font}",
      "1.2",
      "10",
      "center",
      "bezel",
      "False"
    ]
  },
  "episodes": {
    "s3e3": {
      "template_ids": [],
      "auto_split_title": false,
      "title": "Chapter Three: The Case of the\\nMissing Lifeguard",
      "match_title": false
    },
    "s4e3": {
      "template_ids": [],
      "auto_split_title": false,
      "title": "Chapter Three: The Monster\\nand the Superhero",
      "match_title": false
    }
  },
  "fonts": [
    {
      "name": "Stranger Things",
      "file": "BenguiatStd-BookCondensed.ttf",
      "size": 1.8,
      "color": "#f91f23",
      "interline_spacing": -10,
      "vertical_shift": 40
    }
  ]
}

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

Validation has failed. See the workflow summary for details.

After correcting the Blueprint, new tests will be run automatically.

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.

@CollinHeist
Copy link
Collaborator

Great job, this looks really good. 👍🏻

By the way, if you want to have longer descriptions, you can add multiple paragraphs/lines, I just put a limit of 250 characters on each paragraph itself. /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

No branches or pull requests

2 participants