Kodi Community Forum
[WINDOWS] External Player Support Thread - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: [WINDOWS] External Player Support Thread (/showthread.php?tid=43511)



- RandomXBMCUser - 2009-01-15

This video shows my problem:

http://megaswf.com/view/161c89e2a9516e02da5fd388de3228e1.html

1st movie is in AVI form - defaults to external player
2nd movie is in DVD form (DVD\VIDEO_TS\VIDEO_TS.IFO) - defaults to internal player

I've tried on multiple computer systems, this is always what happens, DVDs default to the internal player, although externalplayer is set as default in the advancedsettings.xml.


- Jester - 2009-01-15

RandomXBMCUser Wrote:This video shows my problem:

http://megaswf.com/view/161c89e2a9516e02da5fd388de3228e1.html

1st movie is in AVI form - defaults to external player
2nd movie is in DVD form (DVD\VIDEO_TS\VIDEO_TS.IFO) - defaults to internal player

I've tried on multiple computer systems, this is always what happens, DVDs default to the internal player, although externalplayer is set as default in the advancedsettings.xml.

can you confirm that if you manually select "play with" that the DVD plays with the externalplayer ?


- tknice1 - 2009-01-15

Do you guys use corecodec (haali splitter) for mkvs and ffdshow for pretty much everything else?

I'm drowning in an sea of configurable options right now with zoomplayer and all of the codecs.


- tvont - 2009-01-15

@Jester

I do still have the same focus problems with VLC on Vista, no matter which config I use. Even if the --forceontop option in VLC is set, XBMC (fullscreen) gains focus with the mousepointer set "free" (windows pointer, not XBMC pointer)
After Ctrl-alt-del followed by a esc, VLC plays fullscreen. Alt-tab has no effect.

As VLC is one of the most used players in the world, Jester, would you please start testing with it also?

Thanks


- moby-uk - 2009-01-15

RandomXBMCUser Wrote:This video shows my problem:

http://megaswf.com/view/161c89e2a9516e02da5fd388de3228e1.html

1st movie is in AVI form - defaults to external player
2nd movie is in DVD form (DVD\VIDEO_TS\VIDEO_TS.IFO) - defaults to internal player

I've tried on multiple computer systems, this is always what happens, DVDs default to the internal player, although externalplayer is set as default in the advancedsettings.xml.

DVDPLAYER is still the default for DVD/DVD files/DVD Image (and also for some streams like mms & rstp) even when that options is set.


- manxam - 2009-01-15

Thanks for all of your hard work on this stuff guys!

I'm not certain if this is related but I'll post it here first and, failing that, will create a new topic at a later date.

I'm still experiencing an issue when attempting to play a DVD using the menu link to DVD (not sure if adding source DVD in Videos or Movies will fix this).

I've attached a small excerpt from the logs HERE

Any light that someone could shed on this would be greatly appreciated.

Thanks again guys!

M


- ashlar - 2009-01-16

tknice1 Wrote:Do you guys use corecodec (haali splitter) for mkvs and ffdshow for pretty much everything else?
That's a sensible approach.


- ashlar - 2009-01-16

tvont Wrote:As VLC is one of the most used players in the world, Jester, would you please start testing with it also?
What do you gain by using VLC instead of DVDplayer? Honest question. You can't use Reclock, you can't use CoreAVC. Or can you?


- RandomXBMCUser - 2009-01-16

moby-uk Wrote:DVDPLAYER is still the default for DVD/DVD files/DVD Image (and also for some streams like mms & rstp) even when that options is set.

yes, but I was under the impression that any type of video media would (or, at least, should) play externally, I haven't read anything that says otherwise.


- Jezz_X - 2009-01-16

RandomXBMCUser Wrote:yes, but I was under the impression that any type of video media would (or, at least, should) play externally, I haven't read anything that says otherwise.

Well you are incorrect because the external players do not have our internal filesystem to handle stuff like dvd.iso multipart stacking or playing inside rar archives


- xanataus - 2009-01-16

Hi Jester,

Other peops are takig this thread here and there.

Can you please confirm the status of launching external player with Zoom Player or MPC-HC in full screen ....

Thanks in advance

Cheers
X


- ashlar - 2009-01-16

xanataus Wrote:Can you please confirm the status of launching external player with Zoom Player or MPC-HC in full screen ....
Zoom works perfectly (look for my posts in the previous pages). I haven't tried MPC-HC yet.


- xanataus - 2009-01-16

ashlar Wrote:Zoom works perfectly (look for my posts in the previous pages). I haven't tried MPC-HC yet.

Hi ashlar

thanks for the reply and good to hear that Zoom Player works perfectly ...

any chance you could test out MPC-HC for those for us that are technically challenged Smile

would be mucho appreciated

cheers
x


- ashlar - 2009-01-16

xanataus Wrote:Hi ashlar

thanks for the reply and good to hear that Zoom Player works perfectly ...

any chance you could test out MPC-HC for those for us that are technically challenged Smile

would be mucho appreciated
I'll try tonight. Feel free to PM me if I forget. Wink


- saik - 2009-01-16

Hi Guys,
i have a problem concerning the external Player option with the 8.10 release.
I want do integrate Media Player Classic. So i created the file correctly. But nothing is shown. DVDPlayer automaticly starts. In the context Menu i cant change to external player.

So then i installed XBMCSetup-Rev17097-ext.exe. Created the file and so on. And it works! But with this release i cant search via imdb or something like that for file informations. It just downloads no cover, text or something else.

Is there an option to run an external Player on the public 8.10 release?

here is my advancedsettings.xml:
[HTML]<advancedsettings>
<video>
<defaultplayer>externalplayer</defaultplayer>
</video>
<externalplayer>
<filename>C:\Program Files (x86)\Codecs\Media Player Classic.exe</filename>
<args>/fullscreen</args>
<forceontop>true</forceontop>
<hideconsole>true</hideconsole>
<hidecursor>false</hidecursor>
</externalplayer>
<videolibrary>
<hideallitems>true</hideallitems>
<cleanonupdate>true</cleanonupdate>
</videolibrary>
</advancedsettings>[/HTML]