-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Watch State Not Synced When Using an External Player #932
Comments
Works for me, with the caveat that it blinks back for a bit before finally settling. Episode done and marked as watched in Kodi -> Episode syncs from Jellyfin, marking as unwatched -> Watched state gets synced as watched. I have not yet looked into why this is. |
It looks like this is due to using an external player. I am able have the status synced if I manually marked the episode as watched in the UI for Kodi. However, after being played with mpv, it does not sync. This is strange because it does update it as watched in Kodi, before being overwritten by the status from Jellyfin. I do see the playcount being incremented in the logs, so I guess the question is why is the sync not being triggered with the new status in Kodi as the correct status to update in jellyfin. |
I use native playback method j4k, it seems new jellyfin update now doesnt recognise the smb network path specified in the library data options file, its broken native as now it only shows the jellyfin data path, ive looked through the updated files but cant see where theyve changed it, i would imagine these 2 issues are linked as it cant locate the file for watched state on external either as there are a few lines in the utils.py kodi file that now error and cannot sync according to the log, Ive reverted jellyfin back to the previous version and done a library repair and all is back working. If anyone can work out what theyve changed to cause this hopefully both issues will be fixed together |
New logs: here
What I see from this is this flow: So kodi is writing to Jellyfin, it is just writing incorrect information; namely "Played" being set to 'false' even though the playCount correctly increments. |
I have the same problem. If it helps isolate the cause, I am using native mode path replacement #926 with Jellyfin 10.10. I also had the problem using the library native paths in Jellyfin 10.9 |
After installing #938 I continue to have this problem if I leave the Sync Playback mode as "add-on (default)" so I am pretty sure that this mode is the key to the problem. That is, watch state is not passed from Kodi to Jellyfin when in "add-on" mode after using an external player or after playing a video with native paths defined for that video library. |
Am I understanding you correctly in that you configure jf4kodi in add-on mode, and then add the media directly to Kodi with Kodi's own media scanner? If so, that is very much not a supported setup configuration. |
You misunderstand. I have installed #938 and though j4kodi is in "add-on" Playback mode, I have set a few video folders using the path replacement of #938. I still use Jellyfin's media metadata in Kodi. What I am trying to say is that the problems that others and i are experiencing with the watched status seems to be due to playing videos from Jellyfin with external or in my case the Kodi player directly. Please note, that in my as as well, manually setting the watched state in Kodi does update Jellyfin. |
I'm getting (and have forever) the same kind of behavior using native mode. It's a bit difficult sometimes to get rid of the in progress marker on a video, doing a reset progress then a mark as watch gets reverted after a few seconds, most of the time. I've found that playing the episode to the end (skipping to near the end and waiting for it to complete naturally) is more likely to clear it, although not every time so I could be wrong. Often I just go fix it using the jellyfin app, and let that sync down to Kodi |
Your description here matches #538, and is something I also see with addon mode, altho possibly less frequently. |
Describe the bug
Watch state is only synced from Jellyfin to Kodi. After watching an episode on Kodi, it gets marked as completed, but moments later will be overwritten by the state on Jellyfin and will be marked as unwatched.
To Reproduce
Expected behavior
After watching an episode in Kodi, watch status is synced from Kodi -> Jellyfin. Episode should be marked as watched in both Kodi and Jellyfin.
Logs
Logs
Screenshots
N/A
System (please complete the following information):
Additional context
Aside from this add-on, I only have Arctic Horizon 2 as my skin for Kodi.
I am also using mpv as an external player.
The text was updated successfully, but these errors were encountered: