Skip to content

Commit

Permalink
Merge pull request #961 from TitleCardMaker/staging
Browse files Browse the repository at this point in the history
[Auto] Merge Staging to Master [12/12/2024]
  • Loading branch information
github-actions[bot] authored Dec 12, 2024
2 parents f967afa + 53f52b8 commit 4ef35a8
Show file tree
Hide file tree
Showing 16 changed files with 220 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Blueprints for importing premade Series configurations into TitleCardMaker.

## Blueprints

There are currently `766` Blueprints available for `619` Series, submitted by `40` Creators.
There are currently `769` Blueprints available for `620` Series, submitted by `40` Creators.

Series with the most Blueprints:
| Series | Blueprints |
Expand All @@ -21,13 +21,13 @@ Series with the most Blueprints:
Creators with the most Blueprint Submissions:
| Username | Blueprints |
| :---: | :--- |
| CollinHeist | 295 |
| Reicha7 | 209 |
| CollinHeist | 296 |
| Reicha7 | 211 |
| Azuravian | 40 |
| MrSaiclops | 36 |
| flowcool | 33 |
| anonfawkes | 33 |
| rtgurley | 16 |
| rtgurley | 17 |
| BenevolentNPC | 12 |
| DeepDaddyTTV | 12 |
| inapptom | 12 |
Expand Down
Binary file modified blueprints.db
Binary file not shown.
Binary file not shown.
34 changes: 34 additions & 0 deletions blueprints/O/Our Flag Means Death (2022)/1/blueprint.json
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.
5 changes: 3 additions & 2 deletions blueprints/O/Our Flag Means Death (2022)/README.md
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.
137 changes: 137 additions & 0 deletions blueprints/S/The Simpsons (1989)/1/blueprint.json
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"
}
Binary file added blueprints/S/The Simpsons (1989)/1/preview0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blueprints/S/The Simpsons (1989)/1/preview1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions blueprints/S/The Simpsons (1989)/README.md
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` | - |
32 changes: 32 additions & 0 deletions blueprints/T/Three-Body (2023)/0/blueprint.json
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 added blueprints/T/Three-Body (2023)/0/impact.ttf
Binary file not shown.
Binary file added blueprints/T/Three-Body (2023)/0/preview0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions blueprints/T/Three-Body (2023)/README.md
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` | - |

0 comments on commit 4ef35a8

Please sign in to comment.