2015-03-21, 00:22
Brilliant fix, now its working again. Thank you
(2015-03-21, 04:07)gerikss Wrote: Interesting. It's not working for me in internal player on Fire TV which is also android. So I am opening it in MX Player and it works just fine...
Also, question to the author of addon. What's the reason you put this line of code?
if not item['title'].startswith('CSN')
It's cutting some streams... E.x tonights NBA games: 76yers vs Knicks, Kings vs Hornets and Warriors vs New Orleans...
(2015-03-21, 05:00)gerikss Wrote: 1. Install mx player on your device https://play.google.com/store/apps/detai...r.ad&hl=en
2. Create playercorefactory.xml file
3. Put this into the file:
<playercorefactory>
<players>
<player name="MXPlayerFree" type="ExternalPlayer" audio="false" video="true">
<filename>com.mxtech.videoplayer.ad</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>
<rules action="prepend">
<rule video="true" player="dvdplayer"/> <!-- Default for anything else not listed -->
<rule video="true" player="MXPlayerFree"/>
</rules>
</playercorefactory>
4. Copy this file to userdate folder http://kodi.wiki/view/userdata
5. By default kodi will try to play everything using internal player
6. To play in MX Player: right click on stream/file (or whatever button you have for context menu), select play using, select MXPlayer
(2015-03-21, 05:00)gerikss Wrote: 1. Install mx player on your device https://play.google.com/store/apps/detai...r.ad&hl=enThanks m8, did it. Now I have to figure out how to fix nbc addon
2. Create playercorefactory.xml file
3. Put this into the file:
<playercorefactory>
<players>
<player name="MXPlayerFree" type="ExternalPlayer" audio="false" video="true">
<filename>com.mxtech.videoplayer.ad</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>
<rules action="prepend">
<rule video="true" player="dvdplayer"/> <!-- Default for anything else not listed -->
<rule video="true" player="MXPlayerFree"/>
</rules>
</playercorefactory>
4. Copy this file to userdate folder http://kodi.wiki/view/userdata
5. By default kodi will try to play everything using internal player
6. To play in MX Player: right click on stream/file (or whatever button you have for context menu), select play using, select MXPlayer
(2015-03-21, 11:39)raptureni Wrote: I don't mean to spam but really need help with this footy is on at 3 lol.You are trying to install the actual add-on right, as opposed to the fix on it's own?
I downloaded the zip file and tried installing from zip on kodi on my HTC and also tried installing the same file on my android m8 tv box that runs xbmc, on both devices it comes up an error "add on does not have the correct structure" I must be doing somthing wrong here if everyone else is getting it.
(2015-03-21, 01:42)raptureni Wrote: I downloaded the zip file and tried installing from zip on kodi on my HTC and also tried installing the same file on my android m8 tv box that runs xbmc, on both devices it comes up an error "add on does not have the correct structure" I must be doing somthing wrong here if everyone else is getting it.