-
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 #665 from TitleCardMaker/staging
[Auto] Merge Staging to Master [4/5/2024]
- Loading branch information
Showing
16 changed files
with
232 additions
and
2 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,106 @@ | ||
{ | ||
"series": { | ||
"font_id": 0, | ||
"card_type": "anime", | ||
"episode_text_format": "Episode {absolute_episode_number}", | ||
"translations": [ | ||
{ | ||
"language_code": "ja", | ||
"data_key": "kanji" | ||
} | ||
], | ||
"extra_keys": [ | ||
"episode_text_color", | ||
"kanji_vertical_shift" | ||
], | ||
"extra_values": [ | ||
"rgb(236, 4, 68)", | ||
"30" | ||
] | ||
}, | ||
"fonts": [ | ||
{ | ||
"name": "Beastars", | ||
"file": "Fonstars.otf", | ||
"interline_spacing": 30, | ||
"replacements_in": [ | ||
"'", | ||
",", | ||
"<", | ||
"@", | ||
"/", | ||
".", | ||
"*", | ||
"+", | ||
"{", | ||
"[", | ||
";", | ||
"%", | ||
"_", | ||
")", | ||
"}", | ||
"$", | ||
"]", | ||
"!", | ||
"#", | ||
":", | ||
"=", | ||
"^", | ||
"(", | ||
"\\", | ||
"?", | ||
">", | ||
"`", | ||
"|", | ||
"\"", | ||
"&", | ||
"-", | ||
"\u2019" | ||
], | ||
"replacements_out": [ | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"and", | ||
"", | ||
"'" | ||
], | ||
"stroke_width": 2.5, | ||
"title_case": "source" | ||
} | ||
], | ||
"creator": "CollinHeist", | ||
"description": [ | ||
"Anime card with kanji, absolute numbering, and a custom Font." | ||
], | ||
"previews": [ | ||
"preview0.jpg" | ||
], | ||
"created": "2024-04-05T05:07:39" | ||
} |
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 @@ | ||
# Beastars (2019) | ||
|
||
There are `1` Blueprint(s) available for this Series. | ||
|
||
| ID | Preview | Templates | Fonts | Episodes | | ||
| :---: | :---: | :---: | :---: | :---: | | ||
| `0` | <img src="./0/preview0.jpg" height="150"> | - | `1` | - | |
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
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
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,40 @@ | ||
{ | ||
"series": { | ||
"card_type": "banner", | ||
"font_color": "rgb(172,228,249)" | ||
}, | ||
"episodes": { | ||
"s2e2": { | ||
"template_ids": [], | ||
"auto_split_title": false, | ||
"title": "Smolder\\nto Life", | ||
"match_title": false | ||
}, | ||
"s2e4": { | ||
"template_ids": [], | ||
"auto_split_title": false, | ||
"title": "A Single\\nTrade", | ||
"match_title": false | ||
}, | ||
"s2e8": { | ||
"template_ids": [], | ||
"auto_split_title": false, | ||
"title": "The Eternal\\nEngineer", | ||
"match_title": false | ||
}, | ||
"s3e1": { | ||
"template_ids": [], | ||
"auto_split_title": false, | ||
"title": "The Tortoise\\nand the Hare", | ||
"match_title": false | ||
} | ||
}, | ||
"creator": "CollinHeist", | ||
"description": [ | ||
"Banner card with the banner and font recolored to match some of the promotional artwork. Some custom title splits are included for some Episodes." | ||
], | ||
"previews": [ | ||
"preview0.jpg" | ||
], | ||
"created": "2024-04-05T05:05:34" | ||
} |
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 @@ | ||
# Snowpiercer (2020) | ||
|
||
There are `1` Blueprint(s) available for this Series. | ||
|
||
| ID | Preview | Templates | Fonts | Episodes | | ||
| :---: | :---: | :---: | :---: | :---: | | ||
| `0` | <img src="./0/preview0.jpg" height="150"> | - | - | `4` | |
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,59 @@ | ||
{ | ||
"series": { | ||
"font_id": 0, | ||
"card_type": "overline", | ||
"extra_keys": [ | ||
"line_color" | ||
], | ||
"extra_values": [ | ||
"rgb(202, 156, 4)" | ||
], | ||
"template_ids": [], | ||
"source_files": [] | ||
}, | ||
"fonts": [ | ||
{ | ||
"name": "West Wing", | ||
"file": "Trajan Bold.ttf", | ||
"replacements_in": [ | ||
"~", | ||
"^", | ||
">", | ||
"+", | ||
"\\", | ||
"|", | ||
"'", | ||
"\"", | ||
"<", | ||
"@", | ||
"#", | ||
"=" | ||
], | ||
"replacements_out": [ | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"", | ||
"" | ||
], | ||
"stroke_width": 0.5, | ||
"vertical_shift": -20 | ||
} | ||
], | ||
"creator": "CollinHeist", | ||
"description": [ | ||
"Overline card with a custom Font matching the Series logo, and the line recolored gold." | ||
], | ||
"previews": [ | ||
"preview0.jpg", | ||
"preview1.jpg" | ||
], | ||
"created": "2024-04-05T05:14:30" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# The West Wing (1999) | ||
|
||
There are `1` Blueprint(s) available for this Series. | ||
|
||
| ID | Preview | Templates | Fonts | Episodes | | ||
| :---: | :---: | :---: | :---: | :---: | | ||
| `0` | <img src="./0/preview0.jpg" height="150"> | - | `1` | - | |