2009-01-12, 01:49
Thanks for tracking this down further. moby-uk's patch for the external player is now included in SVN, as of r17023.
jmarshall Wrote:Thanks for tracking this down further. moby-uk's patch for the external player is now included in SVN, as of r17023.
igsolt Wrote:This is very sad to see that leed developer accepted a work around for minor problem (just get external player feature working) ignoring main issue with XBMC focus (Alt+Tab).
That work around is not needed once Alt+Tab issue is resolved.
jmarshall Wrote:Prove it.Hi. Notwithstanding igsolt "attitude" (there, I did it again ), it's been proved already in this thread.
LehighBri Wrote:This is working great for me as well with video but my zoomplayer is not being launched for DVDs. Is there another tag I should be using in the xml to indicate DVDs should use the externalplayer as well?
moby-uk Wrote:As I said in my first post I knocked this together as a quick workaround for me and I hijacked the "forceontop" flag when I did this. I wasn't expecting this to make it into SVN but given that it has I guess I should probably go back and add an extra "hidexbmc" flag in case there are people out there for whom the "forceontop" flag was enough - I'm sure they won't appreciate that it now hides the XBMC window.
sizanx Wrote:Jester, I just installed your XBMCSetup-Rev17031-jester.exe, but the externalplayer doesn't seem to work (just plays in XBMC, nothing pops up). Shouldn't the externalplayer be in the SVN from 17023 as standard? Worked fine with Rev17015-jester-ext.exe. Maybe I am confusing things...
<advancedsettings>
<video>
<defaultplayer>externalplayer</defaultplayer>
</video>
<externalplayer>
<filename>c:\Program Files\Media Player Classic HC\mplayerc.exe</filename>
<args>/fullscreen</args>
<forceontop>true</forceontop>
<hideconsole>true</hideconsole>
<hidecursor>false</hidecursor>
</externalplayer>
<videolibrary>
<hideallitems>true</hideallitems>
<cleanonupdate>true</cleanonupdate>
</videolibrary>
</advancedsettings>
moby-uk Wrote:As I said in my first post I knocked this together as a quick workaround for me and I hijacked the "forceontop" flag when I did this. I wasn't expecting this to make it into SVN but given that it has I guess I should probably go back and add an extra "hidexbmc" flag in case there are people out there for whom the "forceontop" flag was enough - I'm sure they won't appreciate that it now hides the XBMC window.Hi! I don't understand the difference in what you intend to implement compared to the current implementation. Could you clarify?
ashlar Wrote:Hi! I don't understand the difference in what you intend to implement compared to the current implementation. Could you clarify?
<externalplayer>
<filename>c:\applications\mplayer\mplayer.exe</filename>
<args>-fs</args>
<forceontop>false</forceontop>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<hidecursor>false</hidecursor>
</externalplayer>