croneter / PlexKodiConnect

Plex integration in Kodi done right
GNU General Public License v2.0
1.16k stars 77 forks source link

Ignore websocket messages for sections that are not being synced #2083

Closed Spacetech closed 3 months ago

Spacetech commented 4 months ago

I noticed my kodi library was updating when adding music to plex even though I'm not syncing my music library to kodi. I also saw Could not retrieve Plex db info for % messages show up in the logs since cache_artwork was being called for the tracks.

The timeline and activity messages both include a library section id so we can use that to ignore messages for libraries that are not synced to kodi.

croneter commented 3 months ago

Merged with c9b1cf0d86001dbb61f3b45f1d11c5565ace2219. Many thanks!!