Build 21416 missing external player????
#1
Just used my XBMC auto updater and it updated XBMC to 21416 and now I have no external player capability. WHAT HAPPENEDHuh? Why was this taken outHuh?
Reply
#2
Read the debug log: Configuration of it has been moved.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
jmarshall Wrote:Read the debug log: Configuration of it has been moved.

What is the reson for this? Will it be put back in?

Nothing is more frustrating for users then to have a feature, and then it either removed or turned off.

Please advise
Reply
#4
Who said it was removed? It was MOVED. Did you read the log as jmarshall said?
42.7% of all statistics are made up on the spot

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#5
setup a new file called playercorefactory.xml in your userdata directory

Code:
<playercorefactory>
  <players>
   <player name="ExternalPlayer" type="ExternalPlayer" audio="true" video="true">
    <filename>C:\Program Files\MPC-HC\mplayerc.exe</filename>
    <args>/fullscreen /close</args>
    <hidexbmc>false</hidexbmc>
    <hideconsole>false</hideconsole>
    <hidecursor>false</hidecursor>
   </player>
  </players>
</playercorefactory>

It's pretty similar to the old advancedsettings.xml, just change it to match your player.
Reply

Logout Mark Read Team Forum Stats Members Help
Build 21416 missing external player????0