jellyfin / jellyfin-plugin-kodisyncqueue

https://jellyfin.org
GNU General Public License v2.0
44 stars 13 forks source link

Kodi sync queue only working on startup #94

Closed nanhoes closed 1 week ago

nanhoes commented 2 months ago

Hello,

For some reason kodi sync queue does not trigger automatically anymore.

Jellyfin logs show the sync executing as normal but changes are not reflected in kodi until the app starts up.

Running jellyfin server v10.9.5, kodi jellyfin add on v1.0.4, and kodi-sync-queue v11

mcarlton00 commented 2 months ago

Kodi Sync Queue only does something when Kodi first starts up. This is how it's always worked. Real time sync while Kodi is running by a websocket connection. If that's not working, then something has caused that connection to drop and the reconnect attempts to also fail.

nanhoes commented 2 months ago

Yes basically if I update metadata or import a new movie, changes are not reflected until next boot even when keeping Kodi on screen. Previously, changes were reflected within minutes.

oddstr13 commented 1 week ago

Based on your description, this plugin works as expected.

There seems to be an issue with jf4kodi's WebSocket connection to the server. This can be caused by a miss-configured reverse proxy server.

Closing as this is not an issue with this plugin.