-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #961 from TitleCardMaker/staging
[Auto] Merge Staging to Master [12/12/2024]
- Loading branch information
Showing
16 changed files
with
220 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"series": { | ||
"font_id": 0, | ||
"card_type": "striped", | ||
"extra_keys": [ | ||
"episode_text_color", | ||
"overlay_color", | ||
"polygons" | ||
], | ||
"extra_values": [ | ||
"rgb(255, 10, 149)", | ||
"black", | ||
"random[m]" | ||
], | ||
"template_ids": [], | ||
"source_files": [] | ||
}, | ||
"fonts": [ | ||
{ | ||
"name": "Our Flag Means Death", | ||
"color": "#FF0C95", | ||
"file": "Seagram tfb.ttf", | ||
"title_case": "source" | ||
} | ||
], | ||
"creator": "Reicha7, rtgurley", | ||
"description": [ | ||
"Shape style card with semi-uniform bars (to represent planks of wood) using rtgurley's font." | ||
], | ||
"previews": [ | ||
"preview0.jpg" | ||
], | ||
"created": "2024-12-11T23:56:30" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# Our Flag Means Death (2022) | ||
|
||
There are `1` Blueprint(s) available for this Series. | ||
There are `2` Blueprint(s) available for this Series. | ||
|
||
| ID | Preview | Templates | Fonts | Episodes | | ||
| :---: | :---: | :---: | :---: | :---: | | ||
| `0` | <img src="./0/preview.jpg" height="150"> | - | `1` | - | | ||
| `0` | <img src="./0/preview.jpg" height="150"> | - | `1` | - | | ||
| `1` | <img src="./1/preview0.jpg" height="150"> | - | `1` | - | |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,137 @@ | ||
{ | ||
"series": { | ||
"card_type": "standard", | ||
"template_ids": [ | ||
0, | ||
1 | ||
], | ||
"source_files": [] | ||
}, | ||
"templates": [ | ||
{ | ||
"font_id": 1, | ||
"episode_text_format": "Episode {to_roman_numeral(episode_number)}", | ||
"extra_keys": [ | ||
"season_text_format" | ||
], | ||
"extra_values": [ | ||
"Season {to_roman_numeral(season_number)}" | ||
], | ||
"name": "The Simpsons - Treehouse of Horror", | ||
"filters": [ | ||
{ | ||
"argument": "Episode Title", | ||
"operation": "contains", | ||
"reference": "Treehouse of Horror" | ||
} | ||
] | ||
}, | ||
{ | ||
"font_id": 0, | ||
"name": "The Simpsons - Regular", | ||
"filters": [] | ||
} | ||
], | ||
"fonts": [ | ||
{ | ||
"name": "The Simpsons", | ||
"color": "#FCFB58", | ||
"file": "Simpsonfont.otf", | ||
"interline_spacing": -25, | ||
"replacements_in": [ | ||
"-", | ||
",", | ||
"\u042f", | ||
"&", | ||
"$", | ||
"|", | ||
"'", | ||
"+", | ||
">", | ||
"\\", | ||
"<", | ||
"(", | ||
"/", | ||
"#", | ||
"*", | ||
"=", | ||
"^", | ||
":", | ||
"]", | ||
"}", | ||
"{", | ||
"[", | ||
"~", | ||
")", | ||
"?", | ||
"_", | ||
";", | ||
"%", | ||
"@", | ||
"\"" | ||
], | ||
"replacements_out": [ | ||
" ", | ||
".", | ||
"R", | ||
"and", | ||
"S", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"" | ||
], | ||
"size": 1.05, | ||
"title_case": "title" | ||
}, | ||
{ | ||
"name": "The Simpsons - Treehouse of Horror", | ||
"color": "rgb(100,196,58)", | ||
"file": "MeltedMonster-ARPLA.ttf", | ||
"replacements_in": [ | ||
"\u044f", | ||
"\u2019", | ||
"\u042f" | ||
], | ||
"replacements_out": [ | ||
"ia", | ||
"'", | ||
"Ia" | ||
], | ||
"size": 1.3, | ||
"stroke_width": 1.5, | ||
"interline_spacing": -40, | ||
"vertical_shift": -30 | ||
} | ||
], | ||
"creator": "CollinHeist", | ||
"description": [ | ||
"Same card and Font as my other Blueprint, but includes two Templates to automatically apply a custom layout (Font and text) to all the \"Treehouse of Horrors\" episodes. I recommend adding a grayscale style to the treehouse Template." | ||
], | ||
"previews": [ | ||
"preview0.jpg", | ||
"preview1.jpg" | ||
], | ||
"created": "2024-12-11T23:55:43" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# The Simpsons (1989) | ||
|
||
There are `1` Blueprint(s) available for this Series. | ||
There are `2` Blueprint(s) available for this Series. | ||
|
||
| ID | Preview | Templates | Fonts | Episodes | | ||
| :---: | :---: | :---: | :---: | :---: | | ||
| `0` | <img src="./0/preview.jpg" height="150"> | - | `1` | - | | ||
| `0` | <img src="./0/preview.jpg" height="150"> | - | `1` | - | | ||
| `1` | <img src="./1/preview0.jpg" height="150"> | `2` | `2` | - | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"series": { | ||
"card_type": "standard", | ||
"font_id": 0, | ||
"extra_keys": [ | ||
"title_text_format" | ||
], | ||
"extra_values": [ | ||
"EPISODE {to_cardinal(episode_number)}" | ||
], | ||
"hide_season_text": true, | ||
"hide_episode_text": true | ||
}, | ||
"fonts": [ | ||
{ | ||
"name": "TV_Large", | ||
"file": "impact.ttf", | ||
"color": "rgb(223, 215, 202)", | ||
"size": 2.0, | ||
"title_case": "upper", | ||
"vertical_shift": -200 | ||
} | ||
], | ||
"creator": "Reicha7", | ||
"description": [ | ||
"Standard card with some custom title override to use cardinal numbering to match the show title." | ||
], | ||
"previews": [ | ||
"preview0.jpg" | ||
], | ||
"created": "2024-12-12T00:03:01" | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Three-Body (2023) | ||
|
||
There are `1` Blueprint(s) available for this Series. | ||
|
||
| ID | Preview | Templates | Fonts | Episodes | | ||
| :---: | :---: | :---: | :---: | :---: | | ||
| `0` | <img src="./0/preview0.jpg" height="150"> | - | `1` | - | |