2018-02-21, 19:39
You have enable refresh rate switching in madVR or MPC (I would recommend madVR). Kodi's internal refresh rate controls do not affect MPC.
(2018-02-21, 19:39)Warner306 Wrote: You have enable refresh rate switching in madVR or MPC (I would recommend madVR). Kodi's internal refresh rate controls do not affect MPC.I have madVR set up doing the switching, and it works great, but only if I manually load the movie.
(2018-03-14, 18:33)fullsun Wrote: there are a fix for playerfactory, if you don't it Kodi keep the hand and also can crash if you have disable the fullscreen window:Should only be an issue if you use Kodi in fullscreen rather than a fullscreen window. Most users should use a window if using external players for a more seamless integration.
<hidexbmc>true</hidexbmc>
no issue after MPC close, Kodi back.
(2018-03-15, 19:16)fullsun Wrote: disable all settings targeting the display or just put this value.
And xysubfilter is good with MadVR but don't support 10bit, for HDR 10bit there are no subtitle or crash.
xml:<?xml version="1.0" encoding="UTF-8"?>
<playercorefactory>
<players>
<player name="MPC-BE" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\MPC-BE x64\mpc-be64.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
<playcountminimumtime>1140</playcountminimumtime>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv|mp4|avi|divx|mpg|wmv|flv|ts" player="MPC-BE">
</rule>
</rules>
</playercorefactory>
(2018-04-30, 00:55)neo2018 Wrote: ^^I think the file system you are using is to blame. It may not be compatible with external players and Kodi.
Thank you for your help, i'm going to try this, and will report back as soon as possible.