Win Streaming
#1
I am trying to play streaming videos through the internet and I have thw following config:

<playercorefactory>
<players>
<player name="TMT6" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\nicolas\AppData\Roaming\XBMC\userdata\PlayBluRay.bat</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>topright</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv|avi|wmv" player="dvdplayer"/>
<rule filetypes="iso|bdmv|mpls" player="TMT6"/>
</rules>
</playercorefactory>

and

<advancedsettings>
<video>
<defaultplayer>TMT6</defaultplayer>
</video>
</advancedsettings>

What should I add in my playercorefactory.xml so that dvdplayer can play all the files inluding streaming except these 3 i have in TMT6. I do not want to change my default player.
Reply

Logout Mark Read Team Forum Stats Members Help
Streaming0