Git Product home page Git Product logo

Comments (4)

vosmiic avatar vosmiic commented on July 17, 2024

Hmm that is strange. It should be able to match up the names.
Is the name in Jellyfin exactly "Aharen-san wa Hakarenai"? Also could you please attach the logs of Jellyfin showing the plugins actions?

from jellyfin-ani-sync.

reitenth avatar reitenth commented on July 17, 2024

Yes, they are named the exact same. Here is what the logs say for each entry. I thought maybe it had to do with the total episodes being unknown for both shows, but Kaguya-sama worked fine and it has an unreleased total episode count as well. All of them are in my currently watching as well. Thanks.


[2022-04-16 02:46:50.580 +00:00] [INF] [115] jellyfin_ani_sync.ServerEntry: (AniList) Found matching series: Aharen-san wa Hakarenai
[2022-04-16 02:46:50.581 +00:00] [INF] [115] jellyfin_ani_sync.ServerEntry: (AniList) Watched episode passes total episodes in season! Checking for additional seasons/cours...
[2022-04-16 02:46:50.581 +00:00] [INF] [115] jellyfin_ani_sync.ServerEntry: (AniList) Attempting to get season 1...
[2022-04-16 02:46:50.671 +00:00] [INF] [6] jellyfin_ani_sync.ServerEntry: (AniList) Could not find any related anime
[2022-04-16 02:46:50.672 +00:00] [WRN] [6] jellyfin_ani_sync.ServerEntry: (AniList) Could not find next season


[2022-04-16 19:31:49.116 +00:00] [INF] [102] jellyfin_ani_sync.ServerEntry: (AniList) Found matching series: Aoashi
[2022-04-16 19:31:49.117 +00:00] [INF] [102] jellyfin_ani_sync.ServerEntry: (AniList) Watched episode passes total episodes in season! Checking for additional seasons/cours...
[2022-04-16 19:31:49.117 +00:00] [INF] [102] jellyfin_ani_sync.ServerEntry: (AniList) Attempting to get season 1...
[2022-04-16 19:31:49.234 +00:00] [INF] [81] jellyfin_ani_sync.ServerEntry: (AniList) Could not find any related anime
[2022-04-16 19:31:49.235 +00:00] [WRN] [81] jellyfin_ani_sync.ServerEntry: (AniList) Could not find next season


[2022-04-16 19:58:38.112 +00:00] [INF] [83] jellyfin_ani_sync.ServerEntry: (AniList) Found matching series: Kaguya-sama: Love is War
[2022-04-16 19:58:38.113 +00:00] [INF] [83] jellyfin_ani_sync.ServerEntry: (AniList) Attempting to get season 1...
[2022-04-16 19:58:38.219 +00:00] [INF] [83] jellyfin_ani_sync.ServerEntry: (AniList) Attempting to get season 2...
[2022-04-16 19:58:38.352 +00:00] [INF] [100] jellyfin_ani_sync.ServerEntry: (AniList) Attempting to get season 3...
[2022-04-16 19:58:38.451 +00:00] [INF] [100] jellyfin_ani_sync.ServerEntry: (AniList) Season being watched is Kaguya-sama: Love is War -Ultra Romantic-
[2022-04-16 19:58:38.549 +00:00] [INF] [100] jellyfin_ani_sync.ServerEntry: (AniList) Series (Kaguya-sama: Love is War -Ultra Romantic-) found on plan to watch list
[2022-04-16 19:58:38.691 +00:00] [INF] [100] jellyfin_ani_sync.ServerEntry: (AniList) Updated series (Kaguya-sama: Love is War -Ultra Romantic-) progress to 2
[2022-04-16 19:58:38.691 +00:00] [INF] [100] jellyfin_ani_sync.ServerEntry: (AniList) Series (Kaguya-sama: Love is War -Ultra Romantic-) not found in plan to watch list, checking completed list..

from jellyfin-ani-sync.

vosmiic avatar vosmiic commented on July 17, 2024

Okay, I have worked out where the problem is.
We have recently added support for multi-cour shows, which kicks-in when the number of episodes you have watched passes the total number of episodes the anime has (according to the API).
When a show is being aired, AniList returns null for the total number of episodes. The plugin interprets null as 0, therefore if you are watching episode 3, it thinks "3 is larger than 0, therefore they must be watching a multi-cour show".
It is not behaving like this with Kaguya because it is the 3rd season and the multi-cour functionality does not kick in when watching a multi-season show.
Going to set this as a priority to work on, and will be back to you with a solution soon.

from jellyfin-ani-sync.

vosmiic avatar vosmiic commented on July 17, 2024

Okay I have come up with a solution so that if the show is currently airing and the episode count received from the API is 0, the episode count is ignored and so is processed normally.
I have released a new version of the plugin with this fix, if you still have the problem (I have tested it but I obviously cannot test all edge cases) please do let me know.

from jellyfin-ani-sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.