TitleCardMaker / Blueprints

Blueprints for importing premade Series configurations into TitleCardMaker
https://titlecardmaker.com/blueprints/
GNU General Public License v3.0
10 stars 4 forks source link

[Blueprint] Miss Kobayashi's Dragon Maid #892

Open archieyates opened 1 day ago

archieyates commented 1 day ago

Series Name

Miss Kobayashi's Dragon Maid

Series Year

2017

Series Database IDs

imdb:tt6185782,tmdb:69291,tvdb:318893

Creator Username

Reicha7

Blueprint Description

Anime style card with custom font and some colours to match the logo colour. Uses absolute ordering and custom formatting to place bracketed section of title on newline.

Blueprint

{
  "series": {
    "font_id": 0,
    "card_type": "standard",
    "hide_season_text": true,
    "episode_text_format": "Episode {absolute_episode_number}",
    "extra_keys": [
      "title_text_format",
      "episode_text_color",
      "episode_text_font_size",
      "episode_stroke_color",
      "kanji_stroke_color",
      "kanji_stroke_width"
    ],
    "extra_values": [
      "{f'{NEWLINE}('.join(title_text.split(\"(\" ))}",
      "white",
      "1.5",
      "white",
      "white",
      "0.25"
    ],
    "template_ids": [
      0
    ],
    "auto_split_title": false,
    "font_color": "#4fa935",
    "font_stroke_width": 0.0,
    "font_vertical_shift": 20,
    "source_files": []
  },
  "templates": [
    {
      "card_type": "anime",
      "translations": [
        {
          "language_code": "ja",
          "data_key": "kanji"
        }
      ],
      "name": "Anime",
      "filters": []
    }
  ],
  "fonts": [
    {
      "name": "Dragon Maid",
      "file": "Dragon Fire.ttf",
      "title_case": "title"
    }
  ]
}

Preview Title Cards

preview

Zip of Font Files

fonts.zip

Zip of Source Files

No response

Set IDs

No response

github-actions[bot] commented 1 day ago

Validation Results

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