Hi,
Same issues as may of the other but for some reason I'm unable to get the external player working whatsover on a windows 7 or 10.
I'm always getting the error 'no such player: MPC-HC'
Besides I copied some code literally from some people here (just to see that I'm just that not getting it from the manual) in the thread which say they work so I'm guessing I'm missign something.
Debug:
12:49:57.356 T:480 NOTICE: Loaded settings file from special://profile/advancedsettings.xml
12:49:57.356 T:480 NOTICE: Contents of special://profile/advancedsettings.xml are...
<advancedsettings>
<pictureextensions>
<add>.ppts</add>
<add>.pptx</add>
<add>.pps</add>
<add>.ppx</add>
</pictureextensions>
</advancedsettings>
12:49:57.356 T:480 NOTICE: Default Video Player: VideoPlayer
12:49:57.356 T:480 NOTICE: Default Audio Player: paplayer
12:49:57.356 T:480 NOTICE: Enabled debug logging due to GUI setting (2)
12:49:57.356 T:480 NOTICE: Log level changed to "LOG_LEVEL_DEBUG_FREEMEM"
12:49:57.356 T:480 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
12:49:57.357 T:480 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
12:49:57.357 T:480 DEBUG: CPlayerCoreConfig::<ctor>: created player VideoPlayer
12:49:57.357 T:480 DEBUG: CPlayerCoreConfig::<ctor>: created player PAPlayer
12:49:57.357 T:480 WARNING: CPlayerCoreFactory::GetPlayer(MPC-HC): no such player: MPC-HC
12:49:57.357 T:480 DEBUG: CPlayerCoreConfig::<ctor>: created player MPC-HC
12:49:57.357 T:480 DEBUG: CPlayerSelectionRule::Initialize: creating rule: system rules
12:49:57.357 T:480 DEBUG: CPlayerSelectionRule::Initialize: creating rule: mms/udp
12:49:57.357 T:480 DEBUG: CPlayerSelectionRule::Initialize: creating rule: lastfm/shout
12:49:57.357 T:480 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtmp
12:49:57.357 T:480 DEBUG: CPlayerSelectionRule::Initialize: creating rule: rtsp
playercorefactory file
Code:
<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>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv|mp4|avi" filename=".*" player="MPC-HC"/>
</rules>
</playercorefactory>
- Copy past the filename in a run prompt works so path is correct
Any thoughts would be greatly appreciated.
Cheers
Kristof