2019-11-17, 15:12
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?
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?