-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Task marks as watched the first 10 episodes of a show when importing watched states and ignores remaining ones. #182
Comments
I attached new logs. As you can see, after s01e10 there are no entries for the remaining episodes of s01. |
Facing the same issue... Having a few shows that are fully marked as watched in trakt, but when running the import in Jellyfin a lots of episodes are being igored. |
Can you make sure that the episodes in Jellyfin have correct provider ids set for wither IMDb or TMDb? |
Where can I check that exactly? |
Mine is not an anime series... |
Same here, when marking as watched from jellyfin, it updates it in trakt (debug log shows that it sends it to trakt by tvdbid). |
Ok, I think I found a possible reason: Inuyasha only has 2 seasons in trakt.tv Although in tvdb and also in jellyfin, it's listed as 7 seasons It only imports the first 27 of season 1 and 26 of season 2.... All others are ignored as trakt.tv doesn't seem to know the other seaons...
|
@GBMiro can you check if for your show also the seasoning is different in tvdb and tmdb? |
I stopped using TVDB due to Trakt changing its data source to TMDB so my show is structured as the TMDB one. It's also the same structure for the IMDB. Edit: I also had issues with anime when using TVDB. When I switched to TMDB, all issues were solved. |
How do you switch to TMDB? All my anime is being managed by sonarr, which only uses TVDB as source... |
If I understand correctly, if you install the TMDB plugin and set it as a metadata provider for your anime library, if no nfo is found for those episodes, the info will be pulled from TMDB (depends on the metaprovider order for that library). Take note that, as you have .nfo saver disabled, the metadata won't be store as .nfo file I think. |
Doesn't seem to make any difference with TMDB metadata provider is enabled. I've created a separate issue my case as I've been looking in the code and it's caused by difference in how shows are ordered in tvdb and tmdb... See #190 |
I've tried to make heads or tails of this one but I could not. The importing task is doing something strange.
Show's plays
Issue
Every time I run the import task, the first 10 episodes of S01 are marked as watched and the rest are ignored (Episodes from S01E11 to S02E23 & S03E01-02). If I uncheck the episodes manually and re-run the task, they are marked as watched again and the rest ignored.
I reached out to Trakt support to see if the plugin was pulling some hidden plays but they told me I had none.
Expected behaviour
S01 & S02 should be marked as watched as well as the first 2 episodes from S03
Log
[2022-10-25 16:52:31.470 +02:00] [INF] [32] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Import watched states and playback progress from trakt.tv"
[2022-10-25 16:52:33.818 +02:00] [INF] [145] Trakt.ScheduledTasks.SyncFromTraktTask: Trakt.tv watched movies for user "test": 367
[2022-10-25 16:52:33.822 +02:00] [INF] [145] Trakt.ScheduledTasks.SyncFromTraktTask: Trakt.tv paused movies for user "test": 10
[2022-10-25 16:52:33.823 +02:00] [INF] [145] Trakt.ScheduledTasks.SyncFromTraktTask: Trakt.tv watched shows for user "test": 67
[2022-10-25 16:52:33.823 +02:00] [INF] [145] Trakt.ScheduledTasks.SyncFromTraktTask: Trakt.tv paused episodes for user "test": 14
[2022-10-25 16:52:37.324 +02:00] [INF] [145] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Import watched states and playback progress from trakt.tv" Completed after 0 minute(s) and 5 seconds
[2022-10-25 16:52:37.327 +02:00] [INF] [145] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks
The text was updated successfully, but these errors were encountered: