Req Avoid showing OSD when xbmc.Player().seekTime
#1
In short i use seekTime to skip part of the introduction to the videos

xbmc.Player().seekTime(time)

but each time it is executed, the OSD is displayed and then hides itself, it's bad to see

Is it possible implement the possibility of avoiding the show of the OSD on skipping?

like:
xbmc.Player().seekTime(time, OSD=False)

or is there already other way?
Dev-Maintainer of InputStream Adaptive add-on, Netflix add-on ▫ Skills Python, C#, VB.NET and a bit of C++
Reply

Logout Mark Read Team Forum Stats Members Help
Avoid showing OSD when xbmc.Player().seekTime0