Skip to content

Commit

Permalink
Update readme and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
erengy committed Apr 16, 2018
1 parent f4c77d8 commit d179519
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ This repository includes anime relation data for [Taiga](https://github.com/eren
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 episode count.
- `!` suffix is shorthand for creating a new rule where destination ID is redirected to itself.

- `?` 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:
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

Expand Down Expand Up @@ -74,7 +76,7 @@ By appending an `!` to the rule, we also handled the cases such as `Fate Zero S2
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, indicate which fansub groups' releases require the new rule.
5. In the pull request description, indicate which fansub groups' releases require the new rule.

## License

Expand Down
10 changes: 6 additions & 4 deletions anime-relations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
# (3) AniList ID
# <https://anilist.co/anime/{id}/{title}>
# (4) Episode number or range
# "?" is used for unknown episode count.
# "!" suffix is shorthand for creating a new rule where destination ID is
# redirected to itself.
#
# - "?" 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.
#
# If you are editing this file in the installation directory of Taiga, be aware
# that it may be overwritten next time you update the application.
# that it may be overwritten the next time you update the application.
#
# The latest version of this file can be found at:
# <https://github.com/erengy/anime-relations>
Expand Down

0 comments on commit d179519

Please sign in to comment.