Kodi DSPlayer – DirectShow Player for Windows
Derek,

In your listed playercorefactory, what would go to he DSPlayer? Very new to this, and only see DVDPlayer and MPC-HC listed.


(2016-02-12, 01:56)Derek Wrote:
(2016-02-11, 14:09)TMDaines Wrote:
(2016-02-10, 08:38)yougood Wrote: I just setup Kodi with DSplayer following the guide, however, I have problem playing .ts and dvd.iso file. For .ts file, I can not find any guide to setup Kodi with tsreader, dvd.iso file does not play with dvdplayer nor dsplayer.

Is it better to play .ts and .iso file in Kodi with MPC-HC as external player ? How would I do this ? I read some guide to use MPC-HC as external player, but since Kodi have DVDplayer+DSplayer+MPC-HC player, thing become so complicated for me.
I would like to do this:
DSplayer for : avi, mkv
DVDplayer for streaming
MPC-HC for .TS and .iso

Or any better suggestion

Please help me point out what I need to do so I can dig myself out of the problem.Blush
Is something like this possible? I'm in a similar situation where I would like to use:

DSPlayer for all video, but...
DVDPlayer for streaming
MPC-HC for DVDs (as support is far superior to DSPlayer's, where I often get broken menus, laggy overlay or non-anamorphic video)
VLC for Blu-rays (as it has the best menu support and I do not need madVR's upscaling for stuff that is already 1080p)

Getting DSPlayer and DVDPlayer sorted is easy. I've tried fiddling with playercorefactory but I cannot get VLC or MPC-HC to be shown as external players through the "Play Using" context menu option, when using Kodi DSPlayer. Does the way DSPlayer is coded not allow external players to be added?


This is my entire playercorefactory.xml which ALL works perfectly in DSPlayer Kodi RC3:

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>
        <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>


        <player name="VLC" type="ExternalPlayer" audio="false" video="true">
             <filename>C:\Program Files\VideoLAN\VLC\vlc.exe</filename>
             <args>"{1}" /fullscreen /close</args>
             <hidexbmc>false</hidexbmc>
             <hideconsole>false</hideconsole>
             <warpcursor>none</warpcursor>
        </player>

        <player name="Windows Media Player" type="ExternalPlayer" audio="false" video="true">
             <filename>C:\Program Files\Windows Media Player\wmplayer.exe</filename>
             <args>"{1}" /fullscreen /close</args>
             <hidexbmc>false</hidexbmc>
             <hideconsole>false</hideconsole>
             <warpcursor>none</warpcursor>
        </player>

</players>
</playercorefactory>

Ive just tested all this in the last 30 mins so its 100% working, you could modify if further but i really just use MPC-HC the others are there just because they are really Smile but work perfectly.

Obviously you may need to change the paths but otherwise should be golden.
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 maddiesdad15 - 2016-02-12, 05:13
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