WIP Media importing and library integration (UPnP, Emby, Plex, ...)
(2019-10-23, 06:49)sualfred Wrote: I'm curious. In the addon we use addon callbacks. onNotification is returning information for this case. Isn't is possible to "monitor" those notifications by core for your case, too?

Code:
sender xbmc - method: VideoLibrary.OnUpdate  - data: {"item":{"id":13,"type":"movie"},"playcount":1}
In theory yes but then every media importer add-on would have to decide on its own whether it is responsible for sending these updates back to a specific server. But there might be multiple add-ons installed which could do this so we make this decision in Kodi and explicitly tell a specific add-on to do it.

But this doesn't change the fact that we need to have specific API methods in Emby server to perform these actions independent of how the add-on becomes aware of an update.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply


Messages In This Thread
Unexpected Behaviour - by LongMan - 2015-04-20, 23:53
RE: Media importing and library integration (UPnP, Emby, ...) - by Montellese - 2019-10-23, 07:41
20.2 Generic Builds - by LongMan - 2023-07-20, 04:49
Logout Mark Read Team Forum Stats Members Help
Media importing and library integration (UPnP, Emby, Plex, ...)10