Kodi DSPlayer – DirectShow Player for Windows
(2016-02-11, 16:18)gotham_x Wrote: Help me to understand and, if possible to solve this problem, with DSPlayer, default player, I added MPC-HC as external player

playercorefactory current.

PHP Code:
<playercorefactory>
<
players>
<
player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<
filename>C:\Program Files\MPC-HC\mpc-hc.exe</filename>
<
args>"{1}" /fullscreen /close</args>
<
hidexbmc>false</hidexbmc>
<
hideconsole>false</hideconsole>
<
warpcursor>none</warpcursor>
<
playcountminimumtime>1140</playcountminimumtime>
</
player>
</
players>
<
rules action="prepend">
<
rule video="true" player="DSPLayer">
<
rule internetstream="true" player="DVDPlayer" />
</
rule>
</
rules>
</
playercorefactory

In the context menu (Play With) DSPlayer, it appears to be the default player functioning. IS!!!


If you launch any "MKV" movie with MPC-HC, it is not played anything; nothingness

I ask.

Perhaps there is wrong in shaping playercorefactory files?
Perhaps there is some setting to be activated in MPC-HC ?
Perhaps there is incongruity in to add external player with the current DSPlayer?

Mine works flawless and is as follows:

<playercorefactory>

<players>

<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\MPC-HC\MPC-HC.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
<playcountminimumtime>1140</playcountminimumtime>
</player>
<rules action="prepend">
<rule filetypes="mkv|avi|divx|ogm|mp4|mov|m4v|flv|m2v|mpeg|mpg|mts|m2ts|vob|bdmv" player="MPC-HC">
<rule protocols="http|https" player="MPC-HC"/>
<rule protocols="daap|rtv|rtsp|rtmp|rtmpe|rtsp|mms|rtp|pvr" player="DVDPlayer"/>
</rule>
</rules>

</playercorefactory>


It could be MadVR or such settings or does the player work standalone?
Reply


Messages In This Thread
Lockup on STOP issue resolved! - by MKANET - 2015-04-11, 21:59
RE: 4G aware patch - by MagikMark - 2015-09-08, 03:27
Alt-F4 no longer quits - by JeffA - 2015-10-31, 20:38
RE: Kodi DSPlayer – DirectShow Player for Windows - by Derek - 2016-02-11, 20:26
H265 playback - by rew88 - 2017-11-04, 00:41
RE: H265 playback - by ashlar - 2017-11-04, 16:21
RE: H265 playback - by rew88 - 2017-11-05, 01:34
RE: H265 playback - by ashlar - 2017-11-05, 16:48
RE: H265 playback - by rew88 - 2017-11-05, 23:08
RE: H265 playback - by ashlar - 2017-11-06, 12:00
Leia 18 - by terpsarlington - 2017-11-21, 03:51
RE: Leia 18 - by spencerjford - 2017-11-21, 06:24
Display Modes / Refresh Rates - by goofer69 - 2019-09-20, 00:19
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 00:39
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 19:35
DSPlayer 23.810 to 23.976 - by Runakanta - 2018-05-09, 03:24
RE: DSPlayer 23.810 to 23.976 - by Warner306 - 2018-05-10, 01:32
Logout Mark Read Team Forum Stats Members Help
Kodi DSPlayer – DirectShow Player for Windows47