Kodi Community Forum

Full Version: Minumum Notification time
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
what happens if you use 0 for the time parameter?

i think kodi adds 500 milliseconds internally to the specified time
I forgot to mention: I already tried that, as well as 1 (in case 0 meant "default").