Kodi Community Forum

Full Version: NBC Sports Live Extra
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Brilliant fix, now its working again. Thank you
Okay I got the fix to work for android but now I can no longer open an external player (I used to open in VLC so i could watch without nav-bar) it works fine in native player tho.Strange.
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.
I'm really sorry to bump, but does anybody know or at least have a theory as to why external players don't work with this fix?
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, 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...

how do you watch it in fire tv using mx? can you give me a quick guide m8
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=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

Thanks for quick reply, I downloaded mx through google play. #2 and after is all new to me. Have no idea how to do it. Any tutorial available for that?
Actually 2 and 3 I can do on PC. But how do I copy the file on fire tvHuh
I guess through adbfire?
(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
Thanks m8, did it. Now I have to figure out how to fix nbc addon
I don't mean to spam but really need help with this footy is on at 3 lol.

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.
Can Anybody help, I have a mx3 android box how do I update as I have no idea what I'm doing! Footy on @ 3 so any help would be really appreciated guys...
(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.

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.
You are trying to install the actual add-on right, as opposed to the fix on it's own?
(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.

download the zip install thru kodi
https://github.com/eracknaphobia/plugin....nliveextra
Anybody else getting a lot of buffering since the fix??
For people struggling with using the fix, just download this

http://www.speedyshare.com/RrqvH/plugin....-0.0.6.zip

System-->add-ons-->install from zip file-->choose the file

It's the whole program containing the update, so you don't have to worry about changing anything.