Git Product home page Git Product logo

anime-relations's Introduction

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.

anime-relations's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.