vosmiic / jellyfin-ani-sync

Synchronize anime watch status between Jellyfin and anime tracking sites.
GNU General Public License v3.0
214 stars 15 forks source link

Episode number incorrect for series with multiple seasons. #87

Closed AnthonySchneider2000 closed 7 months ago

AnthonySchneider2000 commented 8 months ago

Description For anime with multiple seasons, the current episode may be detected incorrectly if the episode count is based on the total series episodes instead of the current season's episodes. Ex. Jujutsu Kaisen Episode 36 sets Anilist's progress to 36/23 instead of 13/23. I'm not certain what their implementation is, but I know Taiga didn't have this issue.

Environment:

rodhfr commented 8 months ago

I'm fairly certain this happened due to conflicts among metadata providers. TMDB lists Jujutsu Kaisen (2020) with 47 episodes, whereas MyAnimeList divides it into two entries for the first and second seasons.

vosmiic commented 8 months ago

Please provide the appropriate Jellyfin logs when this happened. It should attempt to search for a second season/cour if the episode count is greater than the season it detects. Also as @rodhfr said, this is more than likely a metadata provider issue. Check out the wiki for the best metadata providers to use with the plugin: https://github.com/vosmiic/jellyfin-ani-sync/wiki/Metadata-Downloader-Compatibility Also we do not fix individual media issues, so if the issue is tied to that specific anime there isn't much that will be done to fix it.