how to hide the info of player?
#1
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.
Reply
#2
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/...wXMLDialog) 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
Reply

Logout Mark Read Team Forum Stats Members Help
how to hide the info of player?0