watchedsyncforkodi/service.watchedsync

WatchedSyncForKodi doesn't work with Kodi addons (eg: YouTube, etc) - Matrix changes may facilitate this

Opened this issue · 0 comments

WatchedSyncForKodi doesn't work with Kodi addons (eg: YouTube, etc). See quote from PM with djbloc:

Had a look at the log and it's not looking promising I'm afraid.

When playback finished, VideoLibrary.OnUpdate is called but with id of -1. That is not a valid id number and I suspect this is because plugins like Youtube resume points are stored in the database but not in the video library...

...I've searched on the wiki and there isn't a public method of updating the resume points of plugins, only files scraped in to the kodi video library. So even if we had the resume point time information there is no public method to update the resume point on another device database...

Sorry, it doesn't look like my add-on will work for syncing watched status for plugins.

Kodi Matrix changes may facilitate this, see the following for reference:

[Bug] progress mark for tv and movies are not saved #178
jurialmunkey/plugin.video.themoviedb.helper#178 (comment)

[JSON-RPC] Fix plugin:// url support for Files.GetFileDetails #17202
#xbmc/xbmc#17202