External Player can not go back to XBMC
#1
I just install 9.11 beat1, confluence skin very cool.

XP SP3
external player : kmplayer, call it and play OK.

Problem : when quit kmplayer, jump back to win xp desktop, not xbmc.
the screen is black if hidexbmc=true, but still can use alt-tab to switch back to xbmc.
during alt0tab, the program seems locate at firefox icon in xp status bar.

should I close other non-xbmc program ( firefox...etc ) ?

Please help me let kmplayer jump back to xbmc automatically, thanks a lot !

my playercorefactory.xml

Code:
<playercorefactory>
  <players>
    <player name="KMPlayer" type="ExternalPlayer" audio="false" video="true">
      <filename>C:\Program Files\Final Codecs\KMPlayer.exe</filename>
      <args>/fullscreen</args>
      <hidexbmc>true</hidexbmc>
      <hideconsole>false</hideconsole>
      <hidecursor>false</hidecursor>
    </player>
  </players>
  <rules action="prepend">
      <rule filetypes="mkv" filename=".*720.*|.*1080.*" player="KMPlayer"/>    
  </rules>
</playercorefactory>

I use eventghost and xbox dvd remote dongle, but it seems not the problem.

please help me, thanks a lot !!

debug log : http://pastebin.com/m38e50099

BTW, how to show "info" in the new beta 1 version,
before it is at the "shut-down" menu, but disappear in confluence skin.
Reply

Logout Mark Read Team Forum Stats Members Help
External Player can not go back to XBMC0