Kodi Community Forum
how to really add strm player as default? - 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: how to really add strm player as default? (/showthread.php?tid=240072)



how to really add strm player as default? - R.O.H.3000 - 2015-09-25

Hi, I have a weird issue with my playercorefactory.xml:

I have some streams I want my webbrowser to play. When I start it manually from Kodi it works. It even says default when I have a look at the "Play using" option.

BUT STILL the internal Kodi Player tries to Play the file. 3D by the way works a expected with an external Player (TMT6).

What is wrong?

Code:
<rules action="prepend">
        <rule filename=".*.3D.*|.*.3D.iso|3D.*" player="3D"/>
    <rule filetypes="strm" player="MS Edge"/>
</rules>



RE: how to really add strm player as default? - R.O.H.3000 - 2015-09-26

is the code wrong?

I think there is something missing.

Please help!