Trigger for Notification (GUI)
#1
I would like trigger my add-on on kodi gui notification. Is it possible?

When other add-on or kodi call: Notification() or GUI.ShowNotification()...

I see there is xbmc.Monitor.onNotification, but it catch "only" this:
Code:
7 Notifications
7.1 Application
7.1.1 Application.OnVolumeChanged
7.2 AudioLibrary
7.2.1 AudioLibrary.OnCleanFinished
7.2.2 AudioLibrary.OnCleanStarted
7.2.3 AudioLibrary.OnRemove
7.2.4 AudioLibrary.OnScanFinished
7.2.5 AudioLibrary.OnScanStarted
7.2.6 AudioLibrary.OnUpdate
7.3 Input
7.3.1 Input.OnInputFinished
7.3.2 Input.OnInputRequested
7.4 Player
7.4.1 Player.OnPause
7.4.2 Player.OnPlay
7.4.3 Player.OnPropertyChanged
7.4.4 Player.OnSeek
7.4.5 Player.OnSpeedChanged
7.4.6 Player.OnStop
7.5 Playlist
7.5.1 Playlist.OnAdd
7.5.2 Playlist.OnClear
7.5.3 Playlist.OnRemove
7.6 System
7.6.1 System.OnLowBattery
7.6.2 System.OnQuit
7.6.3 System.OnRestart
7.6.4 System.OnSleep
7.6.5 System.OnWake
7.7 VideoLibrary
7.7.1 VideoLibrary.OnCleanFinished
7.7.2 VideoLibrary.OnCleanStarted
7.7.3 VideoLibrary.OnRemove
7.7.4 VideoLibrary.OnScanFinished
7.7.5 VideoLibrary.OnScanStarted
7.7.6 VideoLibrary.OnUpdate

if I have well understood... Huh

Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Trigger for Notification (GUI)0