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 - ashlar - 2019-05-12

(2019-05-11, 22:50)brazen1 Wrote: Hi.  I'm taking interest in your project although it's not clear to me what your goal is?  Every external player I use has a resume function to pick up where I left off the next time I launch the player from Kodi.  I think MPC-BE calls it a 'file position' setting.  Others call the setting something else.  This data is stored in each player.  What gain will your new compile and build offer that doesn't already exist besides maybe displaying partially watched status for the title in the Kodi library since the timestamp data will be copied to Kodi?  I use 5 external players and just added a 5th, VLC.  I doubt it but, if I was to launch playback using a different player could or would they resume at the same timestamp also since Kodi will be telling them to?  Whether all players will oblige is a different story but I take it at least the one that provided the original metadata to Kodi might?  Thanks for taking the time and interest.  Will your compile and build offer anything else of interest?  TIA.
As far "anything else of interest is concerned", I had some requests that seemed "not too hard" to me (with the caveat that I'm no programmer and that I could seriously be misjudging this).
https://forum.kodi.tv/showthread.php?tid=223175&pid=2850685#pid2850685
https://forum.kodi.tv/showthread.php?tid=223175&pid=2850419#pid2850419

As far as playback status, what purpleman is working on would mean have Kodi retain all functionality Kodi users have come to expect. That is having a clear view of whether a video has been watched completely or partially, having Kodi ask whether one wants to start from the interruption point or from the beginning, etc. I am aware of the partial workaround with the current situation. But they are workarounds and they are partial. Smile


RE: Kodi DSPlayer – DirectShow Player for Windows - MKANET - 2019-05-14

This might be an ignorant question... But, does the new internal video player for Kodi 18 even have the ability to accept post-processing video add-ons that could be cross-platform capable?  Maybe, something with just smooth-motion playback?


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2019-05-14

Smooth motion was added to version 18. There is no ability to add video shaders. Would be nice given mpv and FFMPEG have the code for many video processing tasks available for free online.


RE: Kodi DSPlayer – DirectShow Player for Windows - MKANET - 2019-05-14

Thanks for letting me know.  I just search Google for Kodi 18 Smooth Motion; but, couldn't anything about this new feature.  Instead, I found a bunch of forum posts complaining about video stutter and judder.  Any chance you could point me to the info talking about?  I'd really appreciate it.
 
(2019-05-14, 02:25)Warner306 Wrote: Smooth motion was added to version 18. There is no ability to add video shaders. Would be nice given mpv and FFMPEG have the code for many video processing tasks available for free online.



RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2019-05-14

It is supposed to kick-in automatically when needed. It was in the release notes for the Windows version.


RE: Kodi DSPlayer – DirectShow Player for Windows - ashlar - 2019-05-15

(2019-05-14, 05:40)Warner306 Wrote: It is supposed to kick-in automatically when needed. It was in the release notes for the Windows version.
I don't see anything here: https://kodi.wiki/view/Kodi_v18_(Leia)_changelog#Windows_Specific


RE: Kodi DSPlayer – DirectShow Player for Windows - MKANET - 2019-05-16

(2019-05-15, 23:52)ashlar Wrote:
(2019-05-14, 05:40)Warner306 Wrote: It is supposed to kick-in automatically when needed. It was in the release notes for the Windows version.
I don't see anything here: https://kodi.wiki/view/Kodi_v18_(Leia)_changelog#Windows_Specific 
I also didn't find anything.  If it was the equivalent to Smooth Motion on madVR, I'd think that there would be fewer people complaining about stutter/judder for Kodi v 18.x; not the opposite.  Maybe, the feature is there but not working correctly?  Anyway, it seems significantly more people are seeing video stuttering on Kodi 18 (in general) than Kodi 17; at least, when searching Google.


RE: Kodi DSPlayer – DirectShow Player for Windows - madjockxbmc - 2019-05-16

(2019-05-16, 04:19)MKANET Wrote:
(2019-05-15, 23:52)ashlar Wrote:
(2019-05-14, 05:40)Warner306 Wrote: It is supposed to kick-in automatically when needed. It was in the release notes for the Windows version.
I don't see anything here: https://kodi.wiki/view/Kodi_v18_(Leia)_changelog#Windows_Specific  
I also didn't find anything.  If it was the equivalent to Smooth Motion on madVR, I'd think that there would be fewer people complaining about stutter/judder for Kodi v 18.x; not the opposite.  Maybe, the feature is there but not working correctly?  Anyway, it seems significantly more people are seeing video stuttering on Kodi 18 (in general) than Kodi 17; at least, when searching Google. 
https://forum.kodi.tv/showthread.php?tid=332100


https://github.com/xbmc/xbmc/compare/18.0a3-Leia...18.0b1-Leia
afedchin
VideoPlayer: WinRenderer - add smooth motion
5470f87

https://github.com/xbmc/xbmc/commit/5470f87be0e61029b224766033d6276b7f370b39


RE: Kodi DSPlayer – DirectShow Player for Windows - ashlar - 2019-05-16

(2019-05-16, 11:09)madjockxbmc Wrote:
(2019-05-16, 04:19)MKANET Wrote:
(2019-05-15, 23:52)ashlar Wrote: I don't see anything here: https://kodi.wiki/view/Kodi_v18_(Leia)_changelog#Windows_Specific  
I also didn't find anything.  If it was the equivalent to Smooth Motion on madVR, I'd think that there would be fewer people complaining about stutter/judder for Kodi v 18.x; not the opposite.  Maybe, the feature is there but not working correctly?  Anyway, it seems significantly more people are seeing video stuttering on Kodi 18 (in general) than Kodi 17; at least, when searching Google.  
https://forum.kodi.tv/showthread.php?tid=332100


https://github.com/xbmc/xbmc/compare/18.0a3-Leia...18.0b1-Leia
afedchin
VideoPlayer: WinRenderer - add smooth motion
5470f87

https://github.com/xbmc/xbmc/commit/5470f87be0e61029b224766033d6276b7f370b39 
Just tried the first segment of Planet Earth s01e02 (Mountains) and... there's no comparison between madVR's Smooth Motion and whatever is supposed to be happening in Kodi 18.2 with playback at 60Hz refresh rate.
The first is smooth, the second is not.


RE: Kodi DSPlayer – DirectShow Player for Windows - TheBuz - 2019-05-16

(2017-11-26, 23:12)aracnoz Wrote: Update: DSPlayer 17.6 Krypton26 November 2017 (x86-b654205) (x64-13194ec)
  • Added some workarounds for Windows Fall Creators Update
  • Updated madvrsettings v1.0.6 (madVR 0.92.9)
  • Fixed DSPlayer audio delay was not properly applied in some case
  • Merged with the official Kodi 17.6 Krypton Final
 

Your Last Post, Thank you for everything.


RE: Kodi DSPlayer – DirectShow Player for Windows - fandangos - 2019-05-17

A few years back I've started this thread and we finally have it https://forum.kodi.tv/showthread.php?tid=316378.
Blu-ray and UHD Blu-Ray menus. 

Still we face the problem that Windows and Nvidia use a private API for HDR and this goes against the open source concept of Kodi. 

This is not a problem for Madashi and MadVR. The problem is that even adding the newest libbluray into DSPlayer it won't render the menus. 
Even adding DSplayer as a Kodi external player this won't work. What I'm looking for is an all in one solution and if we could have HDR this would be finally possible. 

So, the thing is, how hard since Kodi is open source, to implement DSPlayer seamless into Leia 18.2?

We could say just wait for Kodi 19 Matrix but since the API is closed we might never get HDR passtrought. 
And even using the Nvidia Shield that supports HDR passtrought it does not support Java, so full blu-ray and uhd blu-rays playback isn't possible. 

The only final option is Jriver Media Center which uses MadVR for libbluray still Kodi interface is way better compared to it and the integration of external addons make it a an awesome candidate for a all in one solution. 

So.. any idea how we could integrate DSPlayer into Leia or how we can integrate libbluray into krypton?


RE: Kodi DSPlayer – DirectShow Player for Windows - brazen1 - 2019-05-17

Abandoning Kodi for JRiver is not the only final option.  I agree, the JRiver interface isn't for me either after enjoying Kodi and becoming accustomed to it.  So, I use Kodi v.19 Matrix with external players.  6 of them.  Recently I've added PotPlayer to the mix enjoying madVR with it and a couple other players.  This is probably the most customizable player I've encountered.  I like DVDFab Media Player v.3 for passthrough HDR with full menus and PowerDVD v.18 for frame packed 3D with full menus although the other players can play main movie with madVR.  They can both be obtained on eBay for about 5 bucks and produce very good pictures on my 65".  I launch them from Kodi seamlessly by just pressing enter on any title including full rip iso's and transcoded mkv's.  This setup certainly isn't the all-in-one solution you want someone to come up with but it is a solution.  A diverse one at that.


RE: Kodi DSPlayer – DirectShow Player for Windows - ashlar - 2019-05-17

(2019-05-16, 21:51)TheBuz Wrote:
(2017-11-26, 23:12)aracnoz Wrote: Update: DSPlayer 17.6 Krypton26 November 2017 (x86-b654205) (x64-13194ec)
  • Added some workarounds for Windows Fall Creators Update
  • Updated madvrsettings v1.0.6 (madVR 0.92.9)
  • Fixed DSPlayer audio delay was not properly applied in some case
  • Merged with the official Kodi 17.6 Krypton Final
 

Your Last Post, Thank you for everything. 
Yes. This is as good a moment as any for me to thank aracnoz too. I've abandoned hope he'll come back to Kodi. But it's impossible to forget what he did and that he gave us Krypton while we thought DSPlayer was going to be stuck at Jarvis. Leia is not going to happen from him but, at the end of the day, I've decided to stick with Krypton for as long as it'll serve my needs (quite likely as long as madVR keeps on being compatible with it).

So thank you aracnoz! You'll always be the man. Nod


RE: Kodi DSPlayer – DirectShow Player for Windows - Warner306 - 2019-05-18

(2019-05-17, 15:43)fandangos Wrote: A few years back I've started this thread and we finally have it https://forum.kodi.tv/showthread.php?tid=316378.
Blu-ray and UHD Blu-Ray menus. 

Still we face the problem that Windows and Nvidia use a private API for HDR and this goes against the open source concept of Kodi. 

This is not a problem for Madashi and MadVR. The problem is that even adding the newest libbluray into DSPlayer it won't render the menus. 
Even adding DSplayer as a Kodi external player this won't work. What I'm looking for is an all in one solution and if we could have HDR this would be finally possible. 

So, the thing is, how hard since Kodi is open source, to implement DSPlayer seamless into Leia 18.2?

We could say just wait for Kodi 19 Matrix but since the API is closed we might never get HDR passtrought. 
And even using the Nvidia Shield that supports HDR passtrought it does not support Java, so full blu-ray and uhd blu-rays playback isn't possible. 

The only final option is Jriver Media Center which uses MadVR for libbluray still Kodi interface is way better compared to it and the integration of external addons make it a an awesome candidate for a all in one solution. 

So.. any idea how we could integrate DSPlayer into Leia or how we can integrate libbluray into krypton?

A merge of DSPlayer's GitHub (on page one) with the original Kodi GitHub might work. You'd have to manually move code around to deal with merge conflicts to determine if it will work.


RE: Kodi DSPlayer – DirectShow Player for Windows - fandangos - 2019-05-19

(2019-05-18, 02:01)Warner306 Wrote:
(2019-05-17, 15:43)fandangos Wrote: A few years back I've started this thread and we finally have it https://forum.kodi.tv/showthread.php?tid=316378.
Blu-ray and UHD Blu-Ray menus. 

Still we face the problem that Windows and Nvidia use a private API for HDR and this goes against the open source concept of Kodi. 

This is not a problem for Madashi and MadVR. The problem is that even adding the newest libbluray into DSPlayer it won't render the menus. 
Even adding DSplayer as a Kodi external player this won't work. What I'm looking for is an all in one solution and if we could have HDR this would be finally possible. 

So, the thing is, how hard since Kodi is open source, to implement DSPlayer seamless into Leia 18.2?

We could say just wait for Kodi 19 Matrix but since the API is closed we might never get HDR passtrought. 
And even using the Nvidia Shield that supports HDR passtrought it does not support Java, so full blu-ray and uhd blu-rays playback isn't possible. 

The only final option is Jriver Media Center which uses MadVR for libbluray still Kodi interface is way better compared to it and the integration of external addons make it a an awesome candidate for a all in one solution. 

So.. any idea how we could integrate DSPlayer into Leia or how we can integrate libbluray into krypton?

A merge of DSPlayer's GitHub (on page one) with the original Kodi GitHub might work. You'd have to manually move code around to deal with merge conflicts to determine if it will work. 

The hard part is understand what was changed to incorporate DSplayer. 
I kind of understand the dsplayer portion itself inside the players folder but it seems more likely it got integrated as an external internal player than part of kodi itself. 
It got all the integrations with estuary and this is a great help since it's the skin still being used with Kodi 19 Matrix. 

But just as an example, when playing a full blu-ray even with Dsplayer it will only use it if playing the main movie only, if you want to play the disc it will default for videoplayer.
That leads me to believe that it needs a huge portion of integration with Kodi system.

And tbh, this is way over my head.