2024-12-30, 16:54
What is te best way to monitor user (custom-menu) action "mark as watched" / "mark as unwatched"?
There is no any notification on
Unless I set fake DBID, ex.
It's a little creepy.
Kodi ignores incorrect DBID, same addons not.
How to catch "mark as (un)watched" (changes in bookmark table)?
There is no any notification on
xbmc.Monitor.onNotification()
. I grep code for ANNOUNCEMENT
.Unless I set fake DBID, ex.
setDBID(999_000_000)
. I got VideoLibrary.OnUpdate
with "id": 999000000
.It's a little creepy.
Kodi ignores incorrect DBID, same addons not.
How to catch "mark as (un)watched" (changes in bookmark table)?