2019-10-11, 18:28
This Cyberlink thread from 2016 https://forum.cyberlink.com/forum/posts/list/49442.page suggests they have it working, I understand that PowerDVD had some difficulties as expressed on their web site page if you're still having issues with PowerDVD that would be a potential source for a solution. I've read enough messages of pain that it works for some but not all, and support for PowerDVD is not what this forum is all about. I presume you have found https://forum.kodi.tv/showthread.php?tid=228866 and External players (wiki)
You might want to try this, untested (I don't own any PowerDVD version) it seems to include MPC-HC along with PowerDVD and change the path to reflect your set-up.
You might want to try this, untested (I don't own any PowerDVD version) it seems to include MPC-HC along with PowerDVD and change the path to reflect your set-up.
Code:
playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\MPC-HC64\mpc-hc64.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="PowerDVD" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\Cyberlink\Powerdvd18\Powerdvd.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv" filename=".*1080p.*" player="MPC-HC"/>
<rule filetypes="bd|ifo" player="PowerDVD"/>
</rules>
</playercorefactory>