Skip to content
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

Add season mappings #421

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

winterbird-code
Copy link

So Juuni Kokui and the original Shaman King is currently set to absolute order, despite only having one season in TVDB (in which the episode order is the same as in the absolute order). This PR re-maps those series to season 1 instead which is more consistent with other one-season-series. The alternative is to keep absolute order, but also add an explicit mapping for all episodes to season 1, which seems a bit unnecessary.

AniDB TVDB/TMDB/IMDB Notes
https://anidb.net/anime/26 https://thetvdb.com/index.php?tab=series&id=74125 map to single season
https://anidb.net/anime/92 https://thetvdb.com/index.php?tab=series&id=79857 map to single season
https://anidb.net/anime/241 https://thetvdb.com/index.php?tab=series&id=83105 Add Season map
https://anidb.net/anime/2855 https://thetvdb.com/index.php?tab=series&id=80830 Add Season map
https://anidb.net/anime/4264 https://thetvdb.com/index.php?tab=series&id=79483 Add Season map

@BrutuZ
Copy link

BrutuZ commented Jan 4, 2024

Why replace the absolute mappings with 1?

@winterbird-code
Copy link
Author

For me it's mostly because of this issue with jellyfin-tvdb-plugin which in turn forces me to handle absolute-ordered series separately in my jellyfin-anime-sync-utility. TL;DR is that if you configure jellyfin to use absolute numbering for a tv-series any special-episode for that series will get the wrong metadata.

As long as I can map every episode to a season this is not a problem, which is the reason I try to add seasons to series that are absolute ordered in the list.

When the series has multiple seasons it makes somewhat sense to have both defaulttvdbseason="a" and explicit season mapping and let the user implementation decide how to handle it, but for series with just one season with the same episode order as "absolute ordering" I think it's unnecessary.

I don't really see any case where this change would break anything, but if it feels better I can add explicit season mapping for these series instead.

@BrutuZ
Copy link

BrutuZ commented Jan 4, 2024

I was just trying to understand the reasoning behind it, thanks for explaining.
It won't break anything in these instances, it'll just be a bother if the TVDB mods decide to split it into arc-based seasons. Cross that bridge if/when it comes

@BrutuZ BrutuZ merged commit 6585d67 into Anime-Lists:master Jan 4, 2024
winterbird-code added a commit to winterbird-code/anime-lists that referenced this pull request Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants