Kodi Community Forum

Full Version: Video OSD: how to put a logo always visible?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm editing the VideoOSD.xml and VideoFullScreen.xml (custom skin based on Arctic) and I would like to show a logo when a video is playing.
Add an image was easy with a new control type "image" but it will show just when I move the mouse or call the controls.
Is there a way to show the image on normal full screen play such as

Code:
<include condition="!Player.PlayEnabled">xxxx</include>

Thanks.