Kodi DSPlayer – DirectShow Player for Windows
(2018-11-08, 22:39)Warner306 Wrote:
(2018-11-07, 20:04)DragonQ Wrote: I know DSPlayer doesn't support Tvheadend as a PVR back-end. I've just tried this PlayerCoreFactory rule that forces Kodi to use the normal DVDPlayer for live TV:

xml:
<playercorefactory>
    <rules action="prepend">
        <rule protocols="daap|rtv|rtmp|http|https|rtmpe|mms|rtp|rtsp|htsp" player="DVDPlayer" />
    </rules>
</playercorefactory>

For some reason, this correctly forces Kodi to use DVDPlayer when choosing a channel from the "Recently played channels" section, but if I try to choose a channel via the "Channels" or "Guide" section, it tries to use DSPlayer and fails. Does anyone know what am I missing in this rule?
The only protocol I can see you are missing is pvr. Try adding it.

Add maybe try adding a </rule> in there: 

</rule>
</rules>

If you are using 17.6, it is no longer "DVDPlayer" but "VideoPlayer."  
Thanks for the tip, I've got it correctly using the standard video player via "Channels", "Guide", and "Recently played channels". The only annoyance is recorded shows are also played using the standard video player, but I guess that helps when it's an in-progress recording. I've set up my Recordings directory to be accessible via SMB so I can play already-completed recordings using DSPlayer that way. For anyone else in my situation, here's my playercorefactory.xml:
Code:
<playercorefactory>
    <rules action="prepend">
        <rule protocols="daap|rtv|rtmp|http|https|rtmpe|mms|rtp|rtsp|htsp|pvr" player="VideoPlayer" />
    </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
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
RE: Kodi DSPlayer – DirectShow Player for Windows - by DragonQ - 2018-11-17, 19:57
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