Is is possible to minimize a playing video from a script?
#1
I'm back with another script question.

Is is possible from a script to minimize a currently playing video? (like what happens when playing a video from the library, the video continues to play in a small window).

Thanks, Brian
Reply
#2
You could probably try something like...

PHP Code:
xbmc.executebuiltin"XBMC.ActivateWindow(window_id)" 

see the window ids here:
http://wiki.xbmc.org/?title=Window_IDs
Reply
#3
I think setting the windowed=True argument in player().play will make the video play without switching to fullscreen.

The "box" that the window plays in is handled by the skin you write for the script.
Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
Reply

Logout Mark Read Team Forum Stats Members Help
Is is possible to minimize a playing video from a script?0