{"id":13740361,"url":"https://github.com/erengy/anime-relations","last_synced_at":"2026-02-18T16:31:12.144Z","repository":{"id":10249555,"uuid":"65087809","full_name":"erengy/anime-relations","owner":"erengy","description":"Episode redirections for Taiga","archived":false,"fork":false,"pushed_at":"2026-01-18T18:14:17.000Z","size":300,"stargazers_count":95,"open_issues_count":3,"forks_count":81,"subscribers_count":11,"default_branch":"master","last_synced_at":"2026-01-19T02:22:55.056Z","etag":null,"topics":["anilist","anime","kitsu","myanimelist"],"latest_commit_sha":null,"homepage":"https://github.com/erengy/taiga","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erengy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"erengy","patreon":"erengy"}},"created_at":"2016-08-06T15:03:48.000Z","updated_at":"2026-01-18T18:14:20.000Z","dependencies_parsed_at":"2024-02-03T09:25:02.337Z","dependency_job_id":"926ef463-cfb9-400d-9247-6d66994b796b","html_url":"https://github.com/erengy/anime-relations","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/erengy/anime-relations","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erengy%2Fanime-relations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erengy%2Fanime-relations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erengy%2Fanime-relations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erengy%2Fanime-relations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erengy","download_url":"https://codeload.github.com/erengy/anime-relations/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erengy%2Fanime-relations/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29585544,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anilist","anime","kitsu","myanimelist"],"created_at":"2024-08-03T04:00:46.844Z","updated_at":"2026-02-18T16:31:12.113Z","avatar_url":"https://github.com/erengy.png","language":null,"funding_links":["https://github.com/sponsors/erengy","https://patreon.com/erengy"],"categories":["Data Sources"],"sub_categories":[],"readme":"# Anime Relations\n\nThis repository includes anime relation data for [Taiga](https://github.com/erengy/taiga). It is used to redirect an episode to another, which is required to handle special episodes and the case where fansub groups use continuous numbering scheme in their releases.\n\n## Rule syntax\n\n    10001|10002|10003:14-26 -\u003e 20001|20002|20003:1-13!\n    └─┬─┘ └─┬─┘ └─┬─┘ └─┬─┘    └─┬─┘ └─┬─┘ └─┬─┘ └─┬─┘\n      1     2     3     4        1     2     3     4\n\n1. MyAnimeList ID\u003cbr\u003e\n`https://myanimelist.net/anime/{id}/{title}`\n2. Kitsu ID\u003cbr\u003e\n`https://media.kitsu.io/anime/{id}/poster_image/{size}.jpeg` or\u003cbr\u003e\n`https://kitsu.io/api/edge/anime?filter[text]={title}`\n3. AniList ID\u003cbr\u003e\n`https://anilist.co/anime/{id}/{title}`\n4. Episode number or range\n\n- `?` is used for unknown values.\n- `~` is used to repeat the source ID.\n- `!` suffix is shorthand for creating a new rule where destination ID is redirected to itself.\n\n## Example\n\nThe first season of *Fate/Zero* has 13 episodes, yet it is possible to encounter filenames that go beyond this number:\n\n    [Coalgirls]_Fate_Zero_14_(1280x720_Blu-ray_FLAC)_[E56A8415].mkv\n\nTo handle this case, we create the following rule:\n\n    # Fate/Zero -\u003e ~ 2nd Season\n    - 10087|6028|10087:14-25 -\u003e 11741|7658|11741:1-12!\n\nHere we declare that 14th to 25th episodes of *Fate/Zero* are to be identified as the 1st to 12th episodes of *Fate/Zero 2nd Season*:\n\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"right\"\u003e\u003cstrong\u003eS1\u003c/strong\u003e\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e14\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e15\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e16\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e17\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e18\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e19\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e20\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e21\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e22\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e23\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e24\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e25\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"right\"\u003e\u003cstrong\u003eS2\u003c/strong\u003e\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e1\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e2\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e3\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e4\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e5\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e6\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e7\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e8\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e9\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e10\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e11\u003c/td\u003e\n      \u003ctd align=\"right\"\u003e12\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\nBy appending an `!` to the rule, we also handled the cases such as `Fate Zero S2 - 14`. This basically creates another rule:\n\n    # Fate/Zero 2nd Season -\u003e ~\n    - 11741|7658|11741:14-25 -\u003e 11741|7658|11741:1-12\n\n## How to contribute\n\n1. Look up MyAnimeList, Kitsu and AniList IDs of both anime.\n2. Create a new rule and place it in alphabetical order, using the main title from MyAnimeList.\n3. Update the `last_modified` date in `YYYY-MM-DD` format.\n4. Make sure the rule is working, by testing it before sending a pull request.\n5. In the pull request description, indicate which fansub groups' releases require the new rule.\n\n## License\n\nThis repository is in the public domain.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferengy%2Fanime-relations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferengy%2Fanime-relations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferengy%2Fanime-relations/lists"}