Req Avoid showing OSD when xbmc.Player().seekTime - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Req Avoid showing OSD when xbmc.Player().seekTime (/showthread.php?tid=349306) |
Avoid showing OSD when xbmc.Player().seekTime - CastagnaIT - 2019-11-17 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? |