Kodi Community Forum
how to hide the info of player? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: how to hide the info of player? (/showthread.php?tid=235744)



how to hide the info of player? - dont - 2015-08-18

when the cursor is moved the information of a video playing with xbmc.Player() show up (time,icon,name,etc) i want to hide it in a way to show only the video playing in full screen so how if my quetion is not clear please ask me to more explain and thx.


RE: how to hide the info of player? - enen92 - 2015-08-18

You have a few options. If you have full control of the kodi setup where your addon is installed you can do something like this: http://forum.kodi.tv/showthread.php?tid=166790

If you want to solve it in the code itself you will need to create a new xml window (http://mirrors.kodi.tv/docs/python-docs/15.x-isengard/xbmcgui.html#WindowXMLDialog) and add a fullscreen 6.17-Video Control (http://kodi.wiki/view/Skinning_Manual) in the xml of the window.

You can look for example in the code of TVGuide