XBMC Not Regaining Focus After External Player (via playercorefactory)
#1
Question 
Brief Background:

I have a collection of SD x264 content that doesn't play properly with DXVA enabled in Dharma. (See this thread.) Since I don't want to lose the benefits of DXVA for HD content, I created playercorefactory.xml settings to launch SD x264 content with MPC-HC until XBMC offers settings for selective use of DXVA.

Here are my playercorefactory settings:

Quote:<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\MPC HomeCinema\mpc-hc.exe</filename>
<args>"{1}" /play /close</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv" filename=".*DVD.*" player="MPC-HC"/>
</rules>
</playercorefactory>

The Problem:

When MPC-HC quits, XBMC comes back up. However, XBMC isn't "focused" in Windows. Accordingly, before I can navigate the XBMC interface again, I need to click the mouse or Alt-Tab to refocus XBMC. This is really annoying because my HTPC is controlled solely by keyboard commands.

Anyone have an idea to make XBMC automatically refocus in this situation?

Thanks! Big Grin
Reply
#2
The problem cames from 9.11:

http://forum.xbmc.org/showthread.php?tid=65109


I place a ticket (and a patch) 8 months ago: http://trac.xbmc.org/ticket/8362


Cheers
Reply
#3
Quote:I place a ticket (and a patch) 8 months ago: http://trac.xbmc.org/ticket/8362

Thanks, Mochilote, for updating TRAC again. I hope this gets fixed soon! Seems sad to have such a speed-bump in the user experience.
Reply
#4
It was fixed in Dharma yesterday. I would appreciate feedback.
Always read the Kodi online-manual, the FAQ and search the forum before posting.
Do not e-mail Kodi Team members directly asking for support. Read/follow the forum rules (wiki).
For troubleshooting and bug reporting please make sure you read this first.
Reply
#5
CrystalP - working perfectly for me.
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Not Regaining Focus After External Player (via playercorefactory)0