jellyfin / jellyfin-plugin-kodisyncqueue

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

Not returning updated Watched status #16

Closed mcarlton00 closed 4 years ago

mcarlton00 commented 4 years ago

This appears to be the source for https://github.com/jellyfin/jellyfin-kodi/issues/50.

The plugin endpoint is returning a json payload of various changed items in the server since the last time Kodi was synced:

{
  "ItemsAdded":[],
  "ItemsRemoved":[],
  "ItemsUpdated":[],
  "UserDataChanged":[]
}

Added, Removed, and Updated all seem to be behaving properly, but I can't get UserDataChanged to populate. It should be returning a list of items that have had their watched status changed (Watched, Unwatched, In Progress).

Example URL to load the endpoint: http://192.168.0.200:8096/Jellyfin.Plugin.KodiSyncQueue/$YOURUSERID/GetItems?LastUpdateDT=2019-12-12T02:58:43Z&filter=None