PDA

View Full Version : Video disable go t full screen function


aNtiBiOteK
2005-08-01, 19:13
as stated in this forum discussion http://www.xboxmediaplayer.de/cgi-bin....t=14466 (http://www.xboxmediaplayer.de/cgi-bin/forums/ikonboard.pl?act=st;f=21;t=14466)
we need an option to turn off the go to full screen option when xbmc turns on a video. ether in control panel or by a python command. i would prefer python. this would make my script a lot more effective, since it would replace mtv completly and allow all kinds of video skins integrations.

antibiotek

jmarshall
2005-08-01, 20:01
add a hidden dialog that pops up when your script starts. you can just have no controls at all on the dialog and it'll be fully transparent. ofcourse, you'll still need to handle key presses etc. from that dialog (not sure if you can start it modeless or not with python)

that should stop the video opening fullscreen.