starting video playback on home screen
#1
hi!

is there a possibility to start video playback without going fullscreen automatically?

What I want to do is to start playing a video upon startup of the xbmc, which works quite well. But it also automatically enters full screen.

Is there any way I can tell the script to toggle out of fullscreen mode?

Thanks in advance
Reply
#2
I don't know if it is possible to do it like that, but you can definitely use ActivateWindow immediately after calling the play command. There may be a stutter or flash while it switches windows quickly though, you'll just have to try it to find out.
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
#3
yes, I also already thought of that. after issuing the play command I do
Code:
xbmc.executebuiltin("XBMC.ActivateWindow(Home)")

but this command is not executed by the script.

that's because I thought, maybe I should simulate pushing the "display" button on the remote, which actually executes a ToggleFullScreen command.

does anyone know how I can issue this command from a script?
Reply

Logout Mark Read Team Forum Stats Members Help
starting video playback on home screen0