XBMC Remote and MPC External Player
#1
I just downloaded XBMC Remote on my old no longer used Captivate. Has anyone been able to use the remote with MPC as their external player? I like to use MadVR and external audio filters hence I use that for many of my movies and shows.

Thanks,
JOe K.
Frodo Win 8 Pro x64
Fractal Design Node 605 (looks amazing)
i5 3570K, Asus P8Z77V LK
2x80GB Intel 320 SSD, 4TB NAS
GTX 670x2 SLI, 16GB GSkill Ares
Onkyo RC360 with Paradigm piece-by-piece 5.1 build
Nyxboard and AHK full controlled via XBox Controller
Reply
#2
At the moment the only remote that have full support for MPC as an external player with total control of it is Yatse.

Just try it and follow http://yatse.leetzone.org/redmine/projec...wiki/MPCHC about MPC configuration and see if it fills your needs.
Reply
#3
Having a problem, set up MPC-HC as my external player for video files but for some reason its also opening when I try and play an mp3?

<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\MPC-HC\mpc-hc.exe</filename>
<args>"{1}" /fullscreen /play /close</args>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>

</player>
</players>

<rules action="prepend">
<rule filename=".*mkv.*" player="MPC-HC"/>
<rule filename=".*m2ts.*" player="MPC-HC"/>
<rule filename=".*mts.*" player="MPC-HC"/>
<rule filename=".*ts.*" player="MPC-HC"/>
<rule filename=".*avi.*" player="MPC-HC"/>
<rule filename=".*mp4.*" player="MPC-HC"/>
<rule internetstream="false" player="MPC-HC" />
</rules>
</playercorefactory>
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC Remote and MPC External Player0