XBMC with External Player is not 'Always On Top'?
#1
Question 
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 Huh
and where to see all command line options of xbmc.exe?
Reply
#2
Have you tried ?

<externalplayer>
<forceontop>true</forceontop>
</externalplayer>
The normal XBMC log IS NOT a debug log, to enable debug logging you must toggle it on under XBMC Settings - System or in advancedsettings.xml. Use XBMC Debug Log Addon to retrieve it.
Reply
#3
thanks, i'll try it later.

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

so that xbmc behaves like a normal window?
Reply
#4
tatoosh Wrote: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.
Reply
#5
oh ok i understand Wink thx
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC with External Player is not 'Always On Top'?0