Plex->Jellyfin sync does not work proper. Plex watched movies are shown as "continue watching" in Jellyfin? #754
-
|
Hi, (I use docker container v1.0.1 in unraid) I have ws running a few months now. I did nothing special, only set up 2 backends Plex -> Jellyfin. Say, I watched 10 Movies and 10 episodes in Plex the last week, then all of those movies/episodes have different continue-at-times in Jellyfin (maybe when I paused the movie/episode in plex?). None is marked as Watched completely. 8 from 10 movies/episodes show up under "Continue watching" in jellyfin, which is kinda cumbersome and renders the fine tool very useless. It was this way from the beginning I sucsessfully synced the first time, but I hoped, it would be fixed, which obviously did not happen :-) so i write now here. Am I the only one expericencing this odd behaviour? Thank you all! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
Hello, its indeed known problem with jellyfin API we in-fact do have a mitigation in place to try to fix it. However i think i have only implemented it aa fix for webhooks. Can you confirm if you are noticing this via webhooks requests or via export task? |
Beta Was this translation helpful? Give feedback.
Hello,
its indeed known problem with jellyfin API we in-fact do have a mitigation in place to try to fix it.
https://github.com/arabcoders/watchstate/blob/master/src/Backends/Jellyfin/Action/Push.php#L292C7-L317C12
However i think i have only implemented it aa fix for webhooks.
Can you confirm if you are noticing this via webhooks requests or via export task?