Kodi Community Forum
Kodi DSPlayer – DirectShow Player for Windows - 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: Kodi DSPlayer – DirectShow Player for Windows (/showthread.php?tid=223175)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523


RE: Kodi DSPlayer – DirectShow Player for Windows - Derek - 2016-02-12

Oh Also VLC, Std Win Media Player and DVDPlayer also working flawlessly although not the lovely quality gained with DSPlayer and MPC-HC


RE: Kodi DSPlayer – DirectShow Player for Windows - Derek - 2016-02-12

(2016-02-12, 01:18)Warner306 Wrote:
(2016-02-11, 06:12)Tamuro Wrote: Maybe this has been asked in this thread already but I didn't want to read all 188 pages so I'll ask here. For some reason when I minimize Kodi while a movie is playing to setup madVR, I'm not getting the icon in the task bar like it said in the original guide on page one. I was using madVR with MPC-HC prior to this and still have it all setup so I fired up MPC to see if madvr showed up there and it did. Is there something conflicting going on possibly?

Are you sure you chose madVR as the video renderer?

Also, perhaps you chose "Load and save in the DSPlayer database" instead of "Load from active madVR profile." Saving your madVR settings with DSPlayer instead of the madVR control panel might make the tray icon inaccessible.

You need to check the box to show the icon on the taskbar in the madvr settings same as all the external codecs, audio, subtitle etc.


RE: Kodi DSPlayer – DirectShow Player for Windows - Derek - 2016-02-12

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


RE: Kodi DSPlayer – DirectShow Player for Windows - Tamuro - 2016-02-12

(2016-02-12, 01:18)Warner306 Wrote:
(2016-02-11, 06:12)Tamuro Wrote: Maybe this has been asked in this thread already but I didn't want to read all 188 pages so I'll ask here. For some reason when I minimize Kodi while a movie is playing to setup madVR, I'm not getting the icon in the task bar like it said in the original guide on page one. I was using madVR with MPC-HC prior to this and still have it all setup so I fired up MPC to see if madvr showed up there and it did. Is there something conflicting going on possibly?

Are you sure you chose madVR as the video renderer?

Also, perhaps you chose "Load and save in the DSPlayer database" instead of "Load from active madVR profile." Saving your madVR settings with DSPlayer instead of the madVR control panel might make the tray icon inaccessible.

I do have madVR as the video renderer and also have "load from active madVR profile" selected.

(2016-02-12, 01:50)Derek Wrote:
(2016-02-12, 01:18)Warner306 Wrote:
(2016-02-11, 06:12)Tamuro Wrote: Maybe this has been asked in this thread already but I didn't want to read all 188 pages so I'll ask here. For some reason when I minimize Kodi while a movie is playing to setup madVR, I'm not getting the icon in the task bar like it said in the original guide on page one. I was using madVR with MPC-HC prior to this and still have it all setup so I fired up MPC to see if madvr showed up there and it did. Is there something conflicting going on possibly?

Are you sure you chose madVR as the video renderer?

Also, perhaps you chose "Load and save in the DSPlayer database" instead of "Load from active madVR profile." Saving your madVR settings with DSPlayer instead of the madVR control panel might make the tray icon inaccessible.

You need to check the box to show the icon on the taskbar in the madvr settings same as all the external codecs, audio, subtitle etc.

Can you do that from within' Kodi/DSplayer because I thought the only way to access madVR was when a movie is playing and then minimizing to see it in the taskbar already? I don't remember seeing an option for that. Hmmm, will have to check later this evening.

Thanks gentlemen.


RE: Kodi DSPlayer – DirectShow Player for Windows - Derek - 2016-02-12

Load MPC-HC and click config madvr and check the box and it'll be back not sure how to acheive it through DSPlayer Kodi but thats what your missing 100% Smile


RE: Kodi DSPlayer – DirectShow Player for Windows - Tamuro - 2016-02-12

(2016-02-12, 02:06)Derek Wrote: Load MPC-HC and click config madvr and check the box and it'll be back not sure how to acheive it through DSPlayer Kodi but thats what your missing 100% Smile

Well it already shows up in the taskbar when I use MPC-HC, just not when I use madVR with Kodi. I'll take a look when I get home.


RE: Kodi DSPlayer – DirectShow Player for Windows - maddiesdad15 - 2016-02-12

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.



RE: Kodi DSPlayer – DirectShow Player for Windows - Derek - 2016-02-12

DSPlayer is there by default as the default player if you dont click play using theres no need for it to be in the playercorefactory.xml


RE: Kodi DSPlayer – DirectShow Player for Windows - maddiesdad15 - 2016-02-12

Got it. Thank you sir


(2016-02-12, 05:17)Derek Wrote: DSPlayer is there by default as the default player if you dont click play using theres no need for it to be in the playercorefactory.xml



RE: Kodi DSPlayer – DirectShow Player for Windows - yougood - 2016-02-12

Thank you....thank you Derek.....you are my savior. Now I know what I am missing is the playcorefactory. Now I can dig myself out ....


(2016-02-12, 05:13)maddiesdad15 Wrote: 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: 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.



RE: Kodi DSPlayer – DirectShow Player for Windows - yougood - 2016-02-12

Here is my modified playcorefactory from Derek, I will test it later when I am home

DSplayer with Madvr by default play: MKV and AVI
MPC-HC with Madvr will play : mov,mts,ts,vob,bdmv and http
DVDPlayer (Kodi player) will play : all streaming
DVDPlayer (Kodi player) will play Big GrinVD and DVD Images also can play with MPC-HC



<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">
<!-#- DSplayer by default with Madvr play: MKV and AVI -#->

<!-#- MPC-HC will play : mov,mts,ts,vob,bdmv and http -#->

<rule filetypes="divx|ogm|mp4|mov|m4v|flv|m2v|mpeg|mpg|mts|m2ts|vob|bdmv" player="MPC-HC">
<rule protocols="http|https" player="MPC-HC"/>


<!-#- DVDPlayer will play : all streaming -#->


<rule protocols="daap|rtv|rtsp|rtmp|rtmpe|rtsp|mms|rtp|pvr" player="DVDPlayer"/>

<!-#- DVDPlayer will play Big GrinVD and DVD Images also can play with MPC-HC-#->

<rule name="dvd" dvd="true" player="DVDPlayer" />
<rule name="dvdimage" dvdimage="true" player="DVDPlayer" />




</rules>



</players>
</playercorefactory>


RE: Kodi DSPlayer – DirectShow Player for Windows - gotham_x - 2016-02-12

Guys ; Finally, I solved my problem by observing and comparing playercorefactory path with the PC, I realized that something was missing in shaping playercorefactory, this (x86)

First
<filename> C: \ Program Files \ MPC-HC \ MPC-HC.exe </ filename>

After
<Filename> C: \ Program Files (x86) \ MPC-HC \ MPC-HC.exe </ filename>


RE: Kodi DSPlayer – DirectShow Player for Windows - yougood - 2016-02-12

(2016-02-12, 07:00)yougood Wrote: Here is my modified playcorefactory from Derek, I will test it later when I am home

DSplayer with Madvr by default play: MKV and AVI
MPC-HC with Madvr will play : mov,mts,ts,vob,bdmv and http
DVDPlayer (Kodi player) will play : all streaming
DVDPlayer (Kodi player) will play Big GrinVD and DVD Images also can play with MPC-HC



<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">
<!-#- DSplayer by default with Madvr play: MKV and AVI -#->

<!-#- MPC-HC will play : mov,mts,ts,vob,bdmv and http -#->

<rule filetypes="divx|ogm|mp4|mov|m4v|flv|m2v|mpeg|mpg|mts|m2ts|vob|bdmv" player="MPC-HC">
<rule protocols="http|https" player="MPC-HC"/>


<!-#- DVDPlayer will play : all streaming -#->


<rule protocols="daap|rtv|rtsp|rtmp|rtmpe|rtsp|mms|rtp|pvr" player="DVDPlayer"/>

<!-#- DVDPlayer will play Big GrinVD and DVD Images also can play with MPC-HC-#->

<rule name="dvd" dvd="true" player="DVDPlayer" />
<rule name="dvdimage" dvdimage="true" player="DVDPlayer" />




</rules>



</players>
</playercorefactory>

I place this file in C:\Users\HD\AppData\Roaming\Kodi\userdata it won't work at all. After google digging , I found out there is another playcorefactory in C:\Program Files\Kodi\system so I modify both playcorefactory file as following
in C:\Users\HD\AppData\Roaming\Kodi\userdata
<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>
</playercorefactory>


And in C:\Program Files\Kodi\system

<?xml version="1.0" encoding="UTF-8"?>
<playercorefactory>
<players>
<!-- These are compiled-in as re-ordering them would break scripts
The following aliases may also be used:
audiodefaultplayer, videodefaultplayer, videodefaultdvdplayer
<player name="DVDPlayer" audio="true" video="true" />
<player name="DVDPlayer" /> placeholder for MPlayer
<player name="PAPlayer" audio="true" />
-->
</players>

<rules name="system rules">
<rule name="mms/udp" protocols="mms|mmsh|udp" player="DVDPlayer" />
<rule name="lastfm/shout" protocols="lastfm|shout" player="PAPlayer" />
<rule name="rtmp" protocols="rtmp" player="videodefaultplayer" />

<!-- dvdplayer can play standard rtsp streams -->
<rule name="rtsp" protocols="rtsp" filetypes="!(rm|ra)" player="PAPlayer" />

<!-- Internet streams -->
<rule name="streams" internetstream="true">
<rule name="aacp/sdp" mimetypes="audio/aacp|application/sdp" player="DVDPlayer" />
<rule name="mp2" mimetypes="application/octet-stream" filetypes="mp2" player="PAPlayer" />
</rule>

<!-- DVDs -->
<rule name="dvd" dvd="true" player="DVDPlayer" />
<rule name="dvdimage" dvdimage="true" player="MPC-HC" />

<rule name="ex-player" filetypes="ts|mpeg|mpg|mts|m2ts|vob|bdmv" player="MPC-HC" />

<!-- Only dvdplayer can handle these normally -->
<rule name="sdp/asf" filetypes="sdp|asf" player="DVDPlayer" />

<!-- Pass these to dvdplayer as we do not know if they are audio or video -->
<rule name="nsv" filetypes="nsv" player="DVDPlayer" />

<!-- pvr radio channels should be played by dvdplayer because they need buffering -->
<rule name="radio" filetypes="pvr" filename=".*/radio/.*" player="DVDPlayer" />
</rules>
</playercorefactory>


After edit both file, Kodi play all file type as expected:
DSplayer with Madvr by default play: MKV and AVI
MPC-HC with Madvr will play : mov,mts,ts,vob,bdmv and http
DVDPlayer (Kodi player) will play : all streaming
DVDPlayer (Kodi player) will play Big GrinVD and DVD Images also can play with MPC-HC


RE: Kodi DSPlayer – DirectShow Player for Windows - Tamuro - 2016-02-12

(2016-02-12, 02:06)Derek Wrote: Load MPC-HC and click config madvr and check the box and it'll be back not sure how to acheive it through DSPlayer Kodi but thats what your missing 100% Smile

Ok so I clicked on the madVR exe. file located in the folder where I unzipped madvr which started madvr and put the icon in the taskbar. From there I was able to click on the taskbar setting and set it from "only show when madVR is in use" to "always show in taskbar". However, the fact that it wasn't showing up when I started a ripped bluray movie within' kodi made me question whether it was even working correctly.

So I maxed out all the sharpening enhancements in madvr while kodi was minimized just to see if the settings where being applied to the movie. Well, when brought kodi back up to full-screen the image did not change at all. So basically madvr is not working with kodi for me. Not sure what the problem is.

I tested out mpc-hc which I still have installed and configured with madvr just to make everything worked there and it is working flawlessly. So basically I am stumped.


RE: Kodi DSPlayer – DirectShow Player for Windows - Wanilton - 2016-02-12

@Tamuro, you need extract the zip file and run the "install.bat." (admin mode in context menu)