Kodi DSPlayer – DirectShow Player for Windows
Anyone with a keen eye mind giving me some tips (admittedly I'm not a coder, hardly).

Here's my setup (or what I hope to become my setup):

1) DSplayer for default player.

2) Videoplayer to play all .mp4, .mov, .mpeg, and anything that reads PRESHOW in the filename --this is so that my CinemaVision can play my preshow without the awful HDMI sync issues that comes along with my beautiful JVC projector

3) MPC-HC to play all my 3D.mkvs. and all mkvs marked UHD.HDR (these were crashing my DSPlayer)

My code is below. Anyone see any reason why it's not working? With my current code all .mkvs open up in DSPlayer and mp4/movs,etc open up in VideoPlayer. If I take "<rule filetypes="mkv" player="DSPlayer" />" out, then everything opens up in VideoPlayer. So, doesn't seem like my filename rules are working, but I can't seem to figure out what I've done wrong.

Any help?

---------------------------

<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\MPC-HC\mpc-hc64.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 filetypes="mkv" player="DSPlayer" />
<rule filetypes="mp4" player="VideoPlayer" />
<rule filetypes="mov" player="VideoPlayer" />
<rule filetypes="mpeg" player="VideoPlayer" />
<rule filename=".*PRESHOW.*" player="VideoPlayer" />
<rule filename=".*UHD.HDR.*" player="MPC-HC" />
<rule filename=".*3D.MVC.*" player="MPC-HC" />
</rules>
</playercorefactory>
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 lexiconman - 2017-09-17, 05:21
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