Kodi Community Forum

Full Version: Manually marking video as watched doesn't fire onNotification event
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm on Kodi 17.4, Linux ( Ubuntu ).

When kodi automatically mark video as watched ( after finished ) it do fire the event ( VideoLibrary.OnUpdate ) but when i do it manually it doesnt.
Does anyone encounter the same problem and managed to fixed it?

Thanks
VideoLibrary.OnUpdate, as the name suggests, runs on updating items from a video library. It does not work for videos that aren't added to the video library.
I see.. so basically kodi doesn't trigger any event when i mark a video as watched outside of the video library?