Minumum Notification time
#1
I'm trying to use the built-in Notification function to show a message from an external application. The message has to be updated twice per second, but if I use 500 for the time parameter, the messages lags behind, i.e. I see them all but not at the correct time. It seems that the minimum is one seconds: if I adjust my loop to send one message every second they don't lag (but obviously they are delayed up to one second).
Is there a  way to update the notification more frequently?
Reply
#2
what happens if you use 0 for the time parameter?

i think kodi adds 500 milliseconds internally to the specified time
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
I forgot to mention: I already tried that, as well as 1 (in case 0 meant "default").
Reply

Logout Mark Read Team Forum Stats Members Help
Minumum Notification time0