Kodi 17.7 DSPlayer x64 (2020 build) - 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 17.7 DSPlayer x64 (2020 build) (/showthread.php?tid=351534) |
RE: Kodi 17.7 DSPlayer x64 (2020 build) - axbmcuser - 2024-03-27 @tiben20 Thanks for the info. Looking forward to any progress! RE: Kodi 17.7 DSPlayer x64 (2020 build) - tiben20 - 2024-03-29 (2024-03-27, 18:41)axbmcuser Wrote: @tiben20 im really close to get it compiling only 20 errors left got some problem with finding alternative to bind1st, std::bind2nd and ptr_fun the solution i found on the web was only using bind but i get a xmemory error. I think ill just rewrite the shader selector. Also have problems with directshow which use the same definition as dvdnav but not with the same values I commented a lot of code with the TODO definition because it was faster fixing while debugging than trying to find a solution while its not compiling I hope i dont get a millions linker error after im done with every compile error RE: Kodi 17.7 DSPlayer x64 (2020 build) - tiben20 - 2024-03-29 (2024-03-29, 00:44)tiben20 Wrote: im really close to get it compiling only 20 errors leftKodi compile correctly now but i forgot dsutil was an external library i added back to kodi and now i need to fix those new 600 errors. Due to StdString being depricated RE: Kodi 17.7 DSPlayer x64 (2020 build) - Aceman - 2024-04-05 Ok, so I just updated from 17.6 to 17.7 and no my madvr won’t engage ? Also I don’t notice my lav filter working either ? Can anyone help ? Thanks RE: Kodi 17.7 DSPlayer x64 (2020 build) - mclingo - 2024-04-05 thats happened to me before, it can sometimes wipe you rules and filter management, wipe and redo them. RE: Kodi 17.7 DSPlayer x64 (2020 build) - spencerjford - 2024-04-21 These recent posts have gotten me excited. So happy to hear there is work going on! RE: Kodi 17.7 DSPlayer x64 (2020 build) - q2klepto - 2024-07-23 Can DSPLayer 17.7 be installed along side 17.6? Finally got 17.6 working the way I want but would like to upgrade if possible. RE: Kodi 17.7 DSPlayer x64 (2020 build) - Nightlander - 2024-07-24 (2024-07-23, 18:59)q2klepto Wrote: Can DSPLayer 17.7 be installed along side 17.6? Finally got 17.6 working the way I want but would like to upgrade if possible. Yes, it's possible with portable mode. It's pretty handy when you have multiple versions you're trying out. Also don't forget to rename shortcuts to avoid confusion for which version it is. RE: Kodi 17.7 DSPlayer x64 (2020 build) - axbmcuser - 2024-07-24 ...and the usual recommendation: Make a backup of your userdata folder of your existing Kodi install, so you can go back at any time: https://kodi.wiki/view/Userdata#Location I can confirm what Nightlander wrote. Nothing to add. Cheers RE: Kodi 17.7 DSPlayer x64 (2020 build) - tonido - 2024-11-09 @axbmcuser where can I find the source code of dsplayer 17.7? I would like to try add this fix: https://github.com/xbmc/xbmc/pull/24984 RE: Kodi 17.7 DSPlayer x64 (2020 build) - spencerjford - 2025-01-10 You would need to fix lavfilters/direct show filters. As this build of Kodi uses them, not internal things like regular kodi. RE: Kodi 17.7 DSPlayer x64 (2020 build) - ashlar - 2025-01-11 (2024-11-09, 13:52)tonido Wrote: @axbmcuser where can I find the source code of dsplayer 17.7? I would like to try add this fix: https://github.com/xbmc/xbmc/pull/24984 If you follow instructions and update LAVFilters you already get what thexai is adding to Kodi... |