croneter / PlexKodiConnect

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

Manual Changes to Collections Don't Sync #2095

Closed newoski closed 4 months ago

newoski commented 4 months ago

Describe the bug

While manual changes to content, such as changing a movie poster on Plex, sync to Kodi, manual changes to Sets (such as adding a movie to an existing set or removing it) never sync unless I do a manual database reset

To Reproduce

Steps to reproduce the behavior:

  1. Add a few movies to a new, custom movie set
  2. Try to get them to sync without doing a database reset

Expected behavior

I would expect changes to movie sets to sync in the background etc, just like all other changes to content

newoski commented 4 months ago

(I realize this is a different platform, but it's the same issue so maybe same root problem?)

https://emby.media/community/index.php?/topic/37458-collections-not-updating/

croneter commented 4 months ago

This is a duplicate of https://github.com/croneter/PlexKodiConnect/issues/689. Unfortunately, there is no way of detecting you having changed a collection as Plex does not mark this as "this movie has been changed"

newoski commented 4 months ago

Is there any way to automate/call the "repair database" function via cron/JSON etc?