-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Sync watchlist with MyAnimelist and AniList #352
Comments
To know which episode to update on mal/anilist, something like https://github.com/Anime-Lists/anime-lists should be used when scanning. The only issue with this list is that it's based around tvdb mapping, but kyoo uses tmdb. I have no idea how to map from tvdb and tmdb ; maybe just base off absolute ordering? I think that's what is currently used in Episode should store their external ids as {
"externalIds": {
"anidb": {"showId": "123", "season": null, "episode": 1},
"tvdb": {"showId": "852", "season": 1, "episode": 13}
}
} because episodes ids on most websites are not considered stable (if they exists at all). |
maybe use thexem as the primary mapping? |
or parse anime with anidb directly in the scanner? |
Current plan:
PS: it seems thexem is wrong in some cases, for example for monogatar it is wrong on anidb episodes count. This is not the case in the anime-list repo. |
Feature description
Continuation of #347
The text was updated successfully, but these errors were encountered: