Anime-Lists / anime-lists

115 stars 52 forks source link

more specials mappings #347

Closed winterbird-code closed 1 year ago

winterbird-code commented 1 year ago
AniDB TVDB/TMDB/IMDB Notes
https://anidb.net/anime/15 https://thetvdb.com/index.php?tab=series&id=79107 Unmap (as in map to 0) specials that doesn't exist in tvdb
https://anidb.net/anime/2304 https://thetvdb.com/index.php?tab=series&id=129741 Unmap special that doesn't exist in tvdb
https://anidb.net/anime/3067 https://thetvdb.com/index.php?tab=series&id=80759 Fix specials mapping
https://anidb.net/anime/4325 https://thetvdb.com/index.php?tab=series&id=81144 Add specials mapping
https://anidb.net/anime/15964 https://thetvdb.com/index.php?tab=series&id=402117 Add specials mapping
winterbird-code commented 1 year ago

Unmapping is usually to solve conflicts, for example: Season 1 Special 1 from AniDB doesn't exist on TVDB, Season 2 Special 1 does as S00E01, Special 1 on both AniDB entries are naturally mapped to TVDB's S00E01, so we unmap the first one.

Ah, I interpreted "conflict" broader as "If the episode in anidb does not match any episode in tvdb". Probably because that's what I actually needed :flushed:

Not unmapping these specials cause a bit of a problem for me as my use case involves using this list to sort series, and episodes, to a tvdb compatible library if, and only if, tvdb has metadata for it. The tool only has access to the anidb API and this list, so without the unmapping I have no way of knowing if a special episode is not present in tvdb and thus should not be sorted to the tvdb library. I'll have to think about this :thinking: