Kodi Community Forum
Win Trying to get external player working - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Win Trying to get external player working (/showthread.php?tid=173905)



Trying to get external player working - infuscomus - 2013-09-20

I've tried my best to follow the guide, but I can't seem to get it working.

I've created a playercorefactory.xml in C:\Users\media\AppData\Roaming\xbmc\userdata

with this inside it.

Code:
<playercorefactory>
<players>
   <player name="DVDFAB" type="ExternalPlayer" audio="true" video="true">
     <filename>C:\Program Files (x86)\DVDFab Media Player 2\Fabplayer.exe</filename>
     <args>"{1}" /fullscreen /close</args>
     <hidexbmc>false</hidexbmc>
     <hideconsole>false</hideconsole>
     <warpcursor>none</warpcursor>
   </player>
</players>
<rules action="prepend">
   <rule filetypes="iso" player="DVDFAB"/>
</rules>
</playercorefactory>

basically I'm trying to set it so that DVDFab media player will play all my ISO images, both DVD and bluray.

This currently isn't working.

Any help? would be greatly appreciated!