PDA

View Full Version : XBMC with External Player is not 'Always On Top'?


tatoosh
2009-06-21, 13:13
i use XBMC with external Player.
For that i use my AutoHotkey Skript.

But i only see the video 3seconds and after that the XBMC is on TOP again.
How to disable the always on top function in XBMC ???
and where to see all command line options of xbmc.exe?

CrashX
2009-06-22, 10:50
Have you tried ?

<externalplayer>
<forceontop>true</forceontop>
</externalplayer>

tatoosh
2009-06-22, 12:53
thanks, i'll try it later.

but shouldn't it be
<forceontop>false</forceontop>

so that xbmc behaves like a normal window?

mitul103
2009-06-22, 15:43
thanks, i'll try it later.

but shouldn't it be
<forceontop>false</forceontop>

so that xbmc behaves like a normal window?

That's an option for the external player, so no, you want to force it on top.

tatoosh
2009-06-23, 09:16
oh ok i understand ;) thx