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] Solo Leveling #1001

Closed
CollinHeist opened this issue Feb 10, 2025 · 3 comments · Fixed by #1002
Closed

[Blueprint] Solo Leveling #1001

CollinHeist opened this issue Feb 10, 2025 · 3 comments · Fixed by #1002

Comments

@CollinHeist
Copy link
Collaborator

CollinHeist commented Feb 10, 2025

Series Name

Solo Leveling

Series Year

2024

Series Database IDs

imdb:tt21209876,tmdb:127532,tvdb:389597

Creator Username

No response

Blueprint Description

Cascade card with the episode text modified to include "level," and some custom title splitting on a few Episodes.

Blueprint

{
  "series": {
    "card_type": "cascade",
    "hide_season_text": true,
    "episode_text_format": "S{season_number} // Level {absolute_episode_number}",
    "extra_keys": [
      "alt_text"
    ],
    "extra_values": [
      "{series_name.upper() if title_text.__len__() > 8 else ''}"
    ],
    "template_ids": [],
    "source_files": []
  },
  "episodes": {
    "s1e2": {
      "template_ids": [],
      "auto_split_title": false,
      "title": "If I Had One\\nMore Chance",
      "match_title": false
    },
    "s1e7": {
      "template_ids": [],
      "auto_split_title": false,
      "title": "Let's See How\\nFar I Can Go",
      "match_title": false
    },
    "s2e2": {
      "template_ids": [],
      "auto_split_title": false,
      "title": "I Suppose You\\nAren't Aware",
      "match_title": false
    },
    "s2e3": {
      "template_ids": [],
      "auto_split_title": false,
      "title": "Still a Long\\nWay to Go",
      "match_title": false
    },
    "s2e4": {
      "template_ids": [],
      "auto_split_title": false,
      "title": "I Need to\\nStop Faking",
      "match_title": false
    }
  }
}

Preview Title Cards

Image

Zip of Font Files

No response

Zip of Source Files

No response

Set IDs

No response

@CollinHeist CollinHeist self-assigned this Feb 10, 2025
Copy link
Contributor

Validation Results

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

Copy link
Contributor

Validation Results

All tests passed succesfully. @CollinHeist will be along shortly to create the Blueprint 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