2019-11-15, 02:42
I’m around and following this thread. I’ll try to help if I can. If you have questions about how Emby for Kodi does some stuff.
(2019-11-15, 02:14)LongMan Wrote: @Montellese
From Luke
"If you had one endpoint to update all of that at the same time, would you do that, or would you still be updating different values at different times?"
Edit:
That being
- watched: this seems to be possible with a call to POST /Users/{UserId}/PlayedItems/{itemId} with the property "DatePlayed" set properly
- unwatched: this seems to be possible with a call to DELETE /Users/{UserId}/PlayedItems/{itemId}. I'm assuming that this also removes the "DatePlayed" property
- date played: see watched / unwatched. The only "problem" here is that in Kodi it's possible to manually mark an item as unwatched but keep the "last played" property set
- resume point: this seems to be possible with a call to DELETE /Users/{UserId}/PlayingItems/{Id}
(2019-11-17, 23:04)LongMan Wrote: Does the Base URI include the Port?
https://drive.google.com/file/d/19FR9A7X...sp=sharing
(2019-11-18, 01:53)LongMan Wrote: Yes. Auto discoery does work but it crashes as soon as I select the user.
https://drive.google.com/file/d/10oI8Adm...sp=sharing
(2019-11-20, 12:37)LongMan Wrote: @Montellese,
From Luke,
"OK so in the 4.3 release you'll have this:
/Users/{UserId}/Items/{ItemId}/UserData
Which takes four params:Please let me know if you have any questions. Thanks."
- PlayCount
- Played
- PlaybackPositionTicks
- LastPlayedDate
(2019-11-20, 19:29)LongMan Wrote: When I enable debug logging, it does not crash. It allows me to select the user and to add imports. However no synchronization takes place.That's an interesting hint concerning no crash with debug logging because I always have debug logging enabled. Can you disable debug logging and see if it starts to crash again?
The logs are here.
https://drive.google.com/file/d/1I5-45Mi...sp=sharing