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] Dexter #34

Closed
CollinHeist opened this issue Nov 13, 2023 · 2 comments · Fixed by #36
Closed

[Blueprint] Dexter #34

CollinHeist opened this issue Nov 13, 2023 · 2 comments · Fixed by #36

Comments

@CollinHeist
Copy link
Collaborator

Series Name

Dexter

Series Year

2006

Series Database IDs

imdb:tt0773262,tmdb:1405,tvdb:79349

Creator Username

No response

Blueprint Description

Overline card type using the Series Font and a "blood" red coloring for the line.

The season and episode text of the Specials are adjusted to "Early Cuts", "The Dark Defender", etc.

Blueprint

{
  "series": {
    "card_type": "tinted frame",
    "season_title_ranges": [
      "s0e1-s0e19",
      "s0e20-s0e22",
      "s0e24-s0e29"
    ],
    "season_title_values": [
      "Early Cuts",
      "The Dark Defender",
      "Early Cuts"
    ],
    "template_ids": [
      0
    ],
    "source_files": []
  },
  "episodes": {
    "s0e1": {
      "template_ids": [],
      "title": "Chapter 1",
      "match_title": false,
      "episode_text": "Alex Timmons"
    },
    "s0e2": {
      "template_ids": [],
      "title": "Chapter 2",
      "match_title": false,
      "episode_text": "Alex Timmons"
    },
    "s0e3": {
      "template_ids": [],
      "title": "Chapter 3",
      "match_title": false,
      "episode_text": "Alex Timmons"
    },
    "s0e4": {
      "template_ids": [],
      "title": "Chapter 4",
      "match_title": false,
      "episode_text": "Alex Timmons"
    },
    "s0e5": {
      "template_ids": [],
      "title": "Chapter 1",
      "match_title": false,
      "episode_text": "Gene Marshall"
    },
    "s0e6": {
      "template_ids": [],
      "title": "Chapter 2",
      "match_title": false,
      "episode_text": "Gene Marshall"
    },
    "s0e7": {
      "template_ids": [],
      "title": "Chapter 3",
      "match_title": false,
      "episode_text": "Gene Marshall"
    },
    "s0e8": {
      "template_ids": [],
      "title": "Chapter 4",
      "match_title": false,
      "episode_text": "Gene Marshall"
    },
    "s0e9": {
      "template_ids": [],
      "title": "Chapter 1",
      "match_title": false,
      "episode_text": "Cindy Landon"
    },
    "s0e10": {
      "template_ids": [],
      "title": "Chapter 2",
      "match_title": false,
      "episode_text": "Cindy Landon"
    },
    "s0e11": {
      "template_ids": [],
      "title": "Chapter 3",
      "match_title": false,
      "episode_text": "Cindy Landon"
    },
    "s0e12": {
      "template_ids": [],
      "title": "Chapter 4",
      "match_title": false,
      "episode_text": "Cindy Landon"
    },
    "s0e14": {
      "template_ids": [],
      "title": "Chapter 1",
      "match_title": false,
      "episode_text": "Dark Echo"
    },
    "s0e15": {
      "template_ids": [],
      "title": "Chapter 2",
      "match_title": false,
      "episode_text": "Dark Echo"
    },
    "s0e16": {
      "template_ids": [],
      "title": "Chapter 3",
      "match_title": false,
      "episode_text": "Dark Echo"
    },
    "s0e17": {
      "template_ids": [],
      "title": "Chapter 4",
      "match_title": false,
      "episode_text": "Dark Echo"
    },
    "s0e18": {
      "template_ids": [],
      "title": "Chapter 5",
      "match_title": false,
      "episode_text": "Dark Echo"
    },
    "s0e19": {
      "template_ids": [],
      "title": "Chapter 6",
      "match_title": false,
      "episode_text": "Dark Echo"
    },
    "s0e20": {
      "hide_episode_text": true,
      "template_ids": [],
      "title": "Little Chino",
      "match_title": false
    },
    "s0e21": {
      "hide_episode_text": true,
      "template_ids": [],
      "title": "Roger Hicks",
      "match_title": false
    },
    "s0e22": {
      "hide_episode_text": true,
      "template_ids": [],
      "title": "Ken Olson",
      "match_title": false
    },
    "s0e24": {
      "template_ids": [],
      "title": "Chapter 1",
      "match_title": false,
      "episode_text": "All in the Family"
    },
    "s0e25": {
      "template_ids": [],
      "title": "Chapter 2",
      "match_title": false,
      "episode_text": "All in the Family"
    },
    "s0e26": {
      "template_ids": [],
      "title": "Chapter 3",
      "match_title": false,
      "episode_text": "All in the Family"
    },
    "s0e27": {
      "template_ids": [],
      "title": "Chapter 4",
      "match_title": false,
      "episode_text": "All in the Family"
    },
    "s0e28": {
      "template_ids": [],
      "title": "Chapter 5",
      "match_title": false,
      "episode_text": "All in the Family"
    },
    "s0e29": {
      "template_ids": [],
      "title": "Chapter 6",
      "match_title": false,
      "episode_text": "All in the Family"
    }
  },
  "templates": [
    {
      "font_id": 0,
      "card_type": "overline",
      "extra_keys": [
        "line_color",
        "line_width"
      ],
      "extra_values": [
        "rgb(210,45,31)",
        "10"
      ],
      "name": "Dexter",
      "filters": []
    }
  ],
  "fonts": [
    {
      "name": "Dexter",
      "delete_missing": true,
      "file": "dexter.ttf",
      "interline_spacing": -30,
      "interword_spacing": -15
    }
  ],
  "previews": [],
  "description": []
}

Preview Title Cards

Dexter (2006) - S04E02
Dexter (2006) - S00E01

Zip of Font Files

fonts.zip

Zip of Source Files

No response

@CollinHeist CollinHeist self-assigned this Nov 13, 2023
Copy link
Contributor

Blueprint Validation Results

All tests passed succesfully. Blueprint can be created with the /create-blueprint command.

@CollinHeist
Copy link
Collaborator Author

/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.

1 participant