Open bkarakashev opened 13 hours ago
Hello,
I am afraid without logs i can only guess, your media probably matched differently in plex and jellyfin and they are using different GUID, to easily see if that the case, go to one of the item sin history that you know you watched and see if both media servers reporting metadata for it.
Hi @arabcoders, Thank you for your reply. The media files are from the same source for both Jellyfin and Plex so the files and naming is identical. I checked a TV show that I watched and I can see that both report metadata and both show different progress in the metadata. Today I checked with a different TV Show I moved forward to the middle of the episode in Plex and then run the Import backend for Plex then Export in the Jellyfin and nothing again. Also when looking in the History the metadata is all wrong. It is not showing that the tv show episode has progressed and now is at X minutes. The metadata shows the database was updated 4 min ago but there is no change it is now showing the change in the progress.
What steps and logs I can provide so to make it easier to troubleshoot this issue?
Thanks
Hi @arabcoders, Thank you for your reply. The media files are from the same source for both Jellyfin and Plex so the files and naming is identical. I checked a TV show that I watched and I can see that both report metadata and both show different progress in the metadata. Today I checked with a different TV Show I moved forward to the middle of the episode in Plex and then run the Import backend for Plex then Export in the Jellyfin and nothing again. Also when looking in the History the metadata is all wrong. It is not showing that the tv show episode has progressed and now is at X minutes. The metadata shows the database was updated 4 min ago but there is no change it is now showing the change in the progress.
What steps and logs I can provide so to make it easier to troubleshoot this issue?
Thanks
Hi, to clarify progress sync is not handled by import/export but a different event which must be enabled manually, WS_SYNC_PROGRESS
which can be found in env page. import/export tries to do watch progress but due to nature of the implementation it's sometimes misses the progress to not alter your data.
To see errors, you need to examine the following logs tasks.XXXX.log
- webhook.XXXX.log
for data related to the said item. and if you can post it along side the raw data from the item view page e.g. this data.
Also enable WS_LOGS_CONTEXT
env to see more data in logs.
Describe the bug I am unable to sync my Plex Watch history to my Jellyfin. I started one episode of a TV show and stopped it in the middle on the Plex server. I have added both backends and I've enabled Import on the Plex side and Export on the Jellyfin side. Then I ran the Import task and then the Export task and nothing was updated on the Jellyfin side.
To Reproduce Start a TV Show on Plex watched it to the middle then stopped. Added both backends. Import for Plex and Export for Jellyfin Run the Import and then the Export task but my Jellyfin server didn't get the update it didn't show that the TV show episode was watched half way.
Expected behavior I am expecting to see my Jellyfin watch history updated to match my Plex watch history.
Basic report