Kodi Community Forum

Full Version: Video Player Windowed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all.

I need help. please.

I have made an addon that calls a script. This script opens a window (AddonDialogWindow) using the wonderful PyXBMCt framework.
In this window, using the PyXBMCt List control, I present a series of items (videos) that I have stored on my local hard drive. And when choosing any of them I reproduce them using xbmc.Player (). Play.

My problem is that it always plays in full screen and also, behind the window where the different items of the list are presented.

Did it exists some way to reproduce it within a subwindow. And if there was no way, would it be possible that at least, when played in full screen, the video player display above the window with the different items.

Thank you very much for your attention.