Posts: 321
Joined: Jul 2009
Reputation:
1
I use Control4 as a remote to control my Kodi system.
DS Player or Kodi worked flawless. However when i switch to MPC-BE , Control4 is not responding anymore to the player as it's not passing the commands.
There would be an alternative with Keymapeditor , but somehow MPC-BE is not catching the Commands .... has anyone else had that issue ?
Thanks in advance
Posts: 176
Joined: Aug 2013
Reputation:
1
I just set MPC-HC as the default player, and it's playing all the files in my Kodi library with no issues. The only issue I have, is that MPC-HC player is not being used with any of my 4k demo clips, that are .ts files, and they aren't playing correctly. Is there any reason why MPC-HC isn't playing .ts files as the default player?
Posts: 3,823
Joined: Feb 2014
Reputation:
222
I'm not sure. I find it's better to manually list all of the files you want to be played by MPC in your playercorefactory file rather than simply list MPC as the "default' player.
Posts: 10
Joined: May 2021
Reputation:
0
I dont have the option "Internal audio renderer". Should i choose SaneAR audio renderer, MPC audio renderer or System Default?
Posts: 2
Joined: Mar 2022
Reputation:
0
I can't seem to get Kodi 19.4 to open MPC-HC as an external player at all. I'm able to get everything set up with MPC-HC and MadVR, and files appear to play HDR content correctly in MPC-HC natively. Is there an issue with external player and 19.4 and should I try an earlier version? Thanks in advance for the help and great guide!
Posts: 2
Joined: Mar 2022
Reputation:
0
19.4 doesn't work even after full uninstall, but I'm up and running on 18.8!
Posts: 1
Joined: Apr 2022
Reputation:
0
Hello, I am aware of the benefits of madvr however using an external player within Kodi does that limit you to a local PC? This will not work remotely, or will it? If not then why use Kodi at all why not just launch MPC direct? Thank you.
Posts: 1
Joined: Apr 2022
Reputation:
0
I recently tried to setup mpc-hc as external player for Kodi and found that the sample playercorefactory.xml sample in the first few posts no longer work. After some investigation I managed to make it work with the following:
<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\MPC-HC\mpc-hc64.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|avi|divx|ogm|mp4|mov|m4v|flv|m2v|mpeg|mpg|mts|m2ts|vob|bdmv|iso|mpls" player="MPC-HC"/>
<rule dvdimage="true" player="MPC-HC"/>
<rule dvdfile="true" player="MPC-HC"/>
<rule protocols="http|https" player="MPC-HC"/>
<rule protocols="daap|rtv|rtsp|rtmp|rtmpe|rtsp|mms|rtp|pvr" player="VideoPlayer"/>
</rules>
</playercorefactory>
The specific changes are the inclusion of mpls filetypes (for bdmv folder rip), two additional rules for DVD image and folder rip, and some clean up.
Hope this will be useful to others.
Posts: 1
Joined: Sep 2022
Reputation:
0
Thank you for the revised xml file!
I've set up Kodi on my PC. When I play a movie - an ISO file - MPC-HC opens up and says "unable to render the file". If I mount the ISO and play it from MPC-HC, it works fine.
Any help please?
Thank you!
Posts: 1
Joined: Nov 2023
Reputation:
0
Thanks __JL__ , the same for MPC-BE :
<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 >aucun</warpcursor>
<playcountminimumtime>1140</playcountminimumtime>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv|avi|divx|ogm|mp4|mov|m4v|flv |m2v|mpeg|mpg|mts|m2ts|vob|bdmv|iso|mpls" player="MPC-BE"/> <rule dvdimage="true" player="MPC-BE
"/>
<rule dvdfile="true " player="MPC-BE"/>
<rule protocols="http|https" player="MPC-BE"/>
<rule protocols="daap|rtv|rtsp|rtmp|rtmpe|rtsp|mms|rtp|pvr " player="VideoPlayer"/>
</rules>
</playercorefactory>