Kodi Community Forum

Full Version: Playercorefactory settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I think I put my original post in the wrong forum, hopefully somebody can help me here.

I need help with setting up a rule. I need streams to open up in Firefox unless they are Hulu streams, I'd like those to open up in the Hulu plugin with DVD player I'm assuming but I'm not sure what direction to take. Right now, it just sends all .strm to Firefox which I need for a lot of content but I'd prefer for Hulu content to open up in XBMC. Here is my current playercorefactory setup:

<playercorefactory>
<players>
<player name="Firefox" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\Mozilla Firefox\firefox.exe</filename>
<hidexbmc>true</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule internetstream="true" player="Firefox"/>
<rule dvd="true" player="dvdplayer"/>
<rule video="true" player="dvdplayer"/>
</rules>
</playercorefactory>


What do I need to change? Thanks!