All Projects → erengy → anime-relations

erengy / anime-relations

Licence: CC0-1.0 license
Episode redirections for Taiga

Projects that are alternatives of or similar to anime-relations

Shukofukurou-iOS
The Ultimate Open Source AniList, Kitsu, and MyAnimeList Tracker for iOS/iPadOS written in Objective-C
Stars: ✭ 29 (-57.97%)
Mutual labels:  anime, kitsu, myanimelist
AnimeDLR
AnimeDLR
Stars: ✭ 47 (-31.88%)
Mutual labels:  anime, kitsu, myanimelist
scrobbly
↩️ Scrobble your animes to Anilist, Kitsu!
Stars: ✭ 23 (-66.67%)
Mutual labels:  anime, kitsu
Mal4J
Java wrapper for the official MyAnimeList API
Stars: ✭ 23 (-66.67%)
Mutual labels:  anime, myanimelist
animec
A module to get data about anime characters, news, info, lyrics and more.
Stars: ✭ 31 (-55.07%)
Mutual labels:  anime, myanimelist
Jikan Rest
The REST API for Jikan
Stars: ✭ 200 (+189.86%)
Mutual labels:  anime, myanimelist
Malclient
Not so small client app for Myanimelist.net - Windows 10 UWP & Android
Stars: ✭ 253 (+266.67%)
Mutual labels:  anime, myanimelist
Nekomata
AniList/Kitsu to MyAnimeList List XML Exporter for Windows (DISCONTINUED)
Stars: ✭ 54 (-21.74%)
Mutual labels:  kitsu, myanimelist
AniAPI
Core behind AniAPI HTTP Rest APIs.
Stars: ✭ 144 (+108.7%)
Mutual labels:  anime, myanimelist
myanimelist-api-v2
An awesome wrapper on Nodejs for the new MyAnimeList's API v2!
Stars: ✭ 30 (-56.52%)
Mutual labels:  anime, myanimelist
Shokoserver
Repository for Shoko Server.
Stars: ✭ 184 (+166.67%)
Mutual labels:  anime, myanimelist
MalScraper
Scrape everything you can from MyAnimeList.net
Stars: ✭ 132 (+91.3%)
Mutual labels:  anime, myanimelist
Kitsu Tools
🔨 The tools we use to build Kitsu, the coolest platform for anime and manga
Stars: ✭ 2,055 (+2878.26%)
Mutual labels:  anime, kitsu
Nekome
Nekome is an Android application to manage tracked Anime and Manga lists.
Stars: ✭ 279 (+304.35%)
Mutual labels:  anime, kitsu
Malgraph4
MALgraph: statistics service for MyAnimeList.net users.
Stars: ✭ 143 (+107.25%)
Mutual labels:  anime, myanimelist
Mal
MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
Stars: ✭ 104 (+50.72%)
Mutual labels:  anime, myanimelist
Shokodesktop
Repository for Shoko Desktop
Stars: ✭ 71 (+2.9%)
Mutual labels:  anime, myanimelist
Taiga
A lightweight anime tracker for Windows
Stars: ✭ 1,354 (+1862.32%)
Mutual labels:  anime, myanimelist
anime-seasons
Season data for Taiga
Stars: ✭ 15 (-78.26%)
Mutual labels:  anime, myanimelist
jikan-nodejs
A Node.js wrapper for Jikan REST API.
Stars: ✭ 16 (-76.81%)
Mutual labels:  anime, myanimelist

Anime Relations

This repository includes anime relation data for 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.

Rule syntax

10001|10002|10003:14-26 -> 20001|20002|20003:1-13!
└─┬─┘ └─┬─┘ └─┬─┘ └─┬─┘    └─┬─┘ └─┬─┘ └─┬─┘ └─┬─┘
  1     2     3     4        1     2     3     4
  1. MyAnimeList ID - https://myanimelist.net/anime/{id}/{title}
  2. Kitsu ID - https://kitsu.io/api/edge/anime?filter[text]={title}
  3. AniList ID - https://anilist.co/anime/{id}/{title}
  4. Episode number or range
  • ? is used for unknown values.
  • ~ is used to repeat the source ID.
  • ! suffix is shorthand for creating a new rule where destination ID is redirected to itself.

Example

The first season of Fate/Zero has 13 episodes, yet it is possible to encounter filenames that go beyond this number:

[Coalgirls]_Fate_Zero_14_(1280x720_Blu-ray_FLAC)_[E56A8415].mkv

To handle this case, we create the following rule:

# Fate/Zero -> ~ 2nd Season
- 10087|6028|10087:14-25 -> 11741|7658|11741:1-12!

Here 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:

S1 14 15 16 17 18 19 20 21 22 23 24 25
S2 1 2 3 4 5 6 7 8 9 10 11 12

By appending an ! to the rule, we also handled the cases such as Fate Zero S2 - 14. This basically creates another rule:

# Fate/Zero 2nd Season -> ~
- 11741|7658|11741:14-25 -> 11741|7658|11741:1-12

How to contribute

  1. Look up MyAnimeList, Kitsu and AniList IDs of both anime.
  2. Create a new rule and place it in alphabetical order, using the main title from MyAnimeList.
  3. Update the last_modified date in YYYY-MM-DD format.
  4. Make sure the rule is working, by testing it before sending a pull request.
  5. In the pull request description, indicate which fansub groups' releases require the new rule.

License

This repository is in the public domain.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].