• 1
  • 11
  • 12
  • 13(current)
  • 14
  • 15
  • 82
NBA International League Pass - Add-on
It's working, it doesn't show any notification.
just install the addon right after the httplib2 zip

I'm also trying to get the live working while fixing the addon!
Cross your fingers Smile
Download the NBA International league pass (latest version) from github, report issues here
Reply
Robla, ptsampoukas and maxgalbu, thank you very much for your work on this nice plugin. it is running smoothly on my raspberry pi.

just one thing: yesterday i tried to watch a full game from the archive, but the plugin told me that the file is not there yet. i opened the condensed version of it then, this time the video started to play fine. so is it possible that the nba offers the condensed version before the full game or is this maybe a problem with the plugin?
Reply
(2013-11-13, 19:31)Harald_Schmidt Wrote: Robla, ptsampoukas and maxgalbu, thank you very much for your work on this nice plugin. it is running smoothly on my raspberry pi.

just one thing: yesterday i tried to watch a full game from the archive, but the plugin told me that the file is not there yet. i opened the condensed version of it then, this time the video started to play fine. so is it possible that the nba offers the condensed version before the full game or is this maybe a problem with the plugin?

Yes, I noticed too that the video this morning weren't working, but I couldn't see what the problem was because i was coding on getting the live videos working, and didn't want to stash the changes. It's definitely a plugin problem since the game was working from watch.nba.com Smile I'll try again tomorrow and see it the problem reappers.

BTW, i finally got the live games working! It only works on xbmc nightly builds, but it works. The code is already in the repo, I'll create the zip tomorrow.
Download the NBA International league pass (latest version) from github, report issues here
Reply
Ok, fixed the issue Harald_Schmidt reported and got the live games working Smile

Here's the new version:
https://bitbucket.org/maxgalbu/plugin.vi...v0_6_1.zip

If you want live games read this:
Quote:Live games currently require a nightly build of XBMC Gotham released after 10/11/2013. XBMC Gotham alpha versions (even alpha9) still don't support cookies correctly, so live games don't work.
See here for a list of nightly builds for your system:
http://wiki.xbmc.org/index.php?title=dev...htly_build
Download the NBA International league pass (latest version) from github, report issues here
Reply
Live Games sounds wicked Smile
Will test it on Sunday and report back.
Thanks everyone who puts in time and effort !

Greetings,
MrNike
Reply
Just watching the current live game. Flawlessly. Great Job maxgalbu !
Reply
Thanks! I fixed some more stuff with live games and cache and released 0.6.3 Smile
https://bitbucket.org/maxgalbu/plugin.vi...v0_6_3.zip

I still need to fix the week changing too soon for me (and other people in europe), so that live and archive games keep working on sunday night
Download the NBA International league pass (latest version) from github, report issues here
Reply
Absolutely fantastic work guys.

Just for those like me who tried to install one of the latest nightlies and then try to install the plugin - it doesn't work ("dependencies not met") - apparently this has something to do with the python version and affects a lot of plugins for the latest nightlies.

I installed an older version of XBMC (I installed the latest stable 12.2, although I believe that any nightly prior to the 10th November will work, which is where they changed something with python), installed httplib2.zip, installed the updated nba leaguepass plugin. Then, with this already installed, updated XBMC to the latest nightly and it worked fine.

Another question though - is there any chance of getting NBA TV live (ie the 24/7 channel which is an additional package you can purchase for league pass) working as well? I would assume that the format of the video would be the same or similar to live games ??
Reply
Wink 
Wow, NBA League Pass working on the r pi, never thought I would see it, many thanks to the geniuses who made this work!
To any other noobs out there with a raspberry pi who struggled with this...

1. Use the Raspbmc standard install
http://www.raspbmc.com/download/

2. Download httplib2.zip file to a usb stick and install via System->addons menu

(2012-03-22, 14:34)robla Wrote:
(2012-03-22, 09:13)Huar Wrote: I'm getting "dependencies not met" error msg on eden RC2.

You need to install httplib2. Carb0 posted a link
http://www.2shared.com/file/-d9Nvecf/scr...plib2.html

3. Do the same for the add-on as tweaked by maxgalbu

(2013-11-18, 01:03)maxgalbu Wrote: Thanks! I fixed some more stuff with live games and cache and released 0.6.3 Smile
https://bitbucket.org/maxgalbu/plugin.vi...v0_6_3.zip

I still need to fix the week changing too soon for me (and other people in europe), so that live and archive games keep working on sunday night

4. Enter your NBA login details via System->Addons->Enabled->NBA league pass ->configure

5. Then update to a nightly build (thanks woroczak) from after 10 Nov 2013 using the Raspbmc update addon under "Programs"

6. Reboot and you should be golden

Thanks again everybody, so happy that it works!! Big Grin
Reply
hi all. thanks for this awesome addon!
there seems to be some time zone issue with live games.

i have xbmc showing live games but they are actually coming up in archived under todays date.
They appear ok but cannot be played at all. yesterdays games are fine.
in live games there is nothing at all, im guessing it has to do with time zones and possibly because Australia is a day ahead?

i took a look at the python code but could not see where this could be happening. any ideas?
Reply
(2013-11-23, 03:49)opelcalibra Wrote: hi all. thanks for this awesome addon!
there seems to be some time zone issue with live games.

i have xbmc showing live games but they are actually coming up in archived under todays date.
They appear ok but cannot be played at all. yesterdays games are fine.
in live games there is nothing at all, im guessing it has to do with time zones and possibly because Australia is a day ahead?

i took a look at the python code but could not see where this could be happening. any ideas?

Hi, thanks for the report. Could you go to
http://smb.cdnak.neulion.com/fs/nba/feed...3/11_18.js
and paste the response on pastebin.com, then post it here?

Here's mine as example:
http://pastebin.com/k0HiDeQQ

The problem here is the detection of live games is based on the "st" variable in the response. For example this is a game this weekend, which started on 03:41:17.000, and this date is correct for my timezone. I'd expect it to be correct in different timezone, but it appears not to be Smile

PHP Code:
{
  
"hs"102,
  
"d""2013-11-22T22:30:00.000",
  
"c""",
  
"vs"95,
  
"h""LAL",
  
"id""0021300186",
  
"v""GSW",
  
"t"2,
  
"s"2013,
  
"p"4,
  
"gs"3,
  
"st""2013-11-23T03:41:17.000",
  
"et""2013-11-23T06:02:32.000",
  
"video": {
    
"f": {
      
"andtab""true",
      
"ipd""true",
      
"bb""true",
      
"ipn""true",
      
"ced""true",
      
"and""true"
    
},
    
"c": {
      
"andtab""true",
      
"ipd""true",
      
"bb""true",
      
"ipn""true",
      
"ced""true",
      
"and""true"
    
}
  }

Download the NBA International league pass (latest version) from github, report issues here
Reply
everythings works great. I just wanted to make a new account. to thank you all for the work. Very happy that i can finealy watch nba games on my full screen tv with xbmc instead of my computer monitor. so again. THANKS!
Reply
Thanks in advance for the add-on.

I'm having the same problem with the timezone (Brazil), the live games are always empty.

The rest works really well.

http://pastebin.com/GJdm6yQn

Here is the pastebin.

Regards,

Macedo.
Reply
(2013-11-23, 20:50)maxgalbu Wrote:
(2013-11-23, 03:49)opelcalibra Wrote: hi all. thanks for this awesome addon!
there seems to be some time zone issue with live games.

i have xbmc showing live games but they are actually coming up in archived under todays date.
They appear ok but cannot be played at all. yesterdays games are fine.
in live games there is nothing at all, im guessing it has to do with time zones and possibly because Australia is a day ahead?

i took a look at the python code but could not see where this could be happening. any ideas?

Hi, thanks for the report. Could you go to
http://smb.cdnak.neulion.com/fs/nba/feed...3/11_18.js
and paste the response on pastebin.com, then post it here?

Here's mine as example:
http://pastebin.com/k0HiDeQQ

The problem here is the detection of live games is based on the "st" variable in the response. For example this is a game this weekend, which started on 03:41:17.000, and this date is correct for my timezone. I'd expect it to be correct in different timezone, but it appears not to be Smile

PHP Code:
{
  
"hs"102,
  
"d""2013-11-22T22:30:00.000",
  
"c""",
  
"vs"95,
  
"h""LAL",
  
"id""0021300186",
  
"v""GSW",
  
"t"2,
  
"s"2013,
  
"p"4,
  
"gs"3,
  
"st""2013-11-23T03:41:17.000",
  
"et""2013-11-23T06:02:32.000",
  
"video": {
    
"f": {
      
"andtab""true",
      
"ipd""true",
      
"bb""true",
      
"ipn""true",
      
"ced""true",
      
"and""true"
    
},
    
"c": {
      
"andtab""true",
      
"ipd""true",
      
"bb""true",
      
"ipn""true",
      
"ced""true",
      
"and""true"
    
}
  }


thanks for the reply.
heres my paste

http://pastebin.com/uBdDdSiz

current time of pasting was 11.23am sunday AU NSW time
Reply
Here's the new version with the live (hopefully) working. In the mean time i've added highlight, top plays and nba tv live

https://bitbucket.org/maxgalbu/plugin.vi...v0_6_4.zip

here's the full changelog:
Code:
added nba tv live
fixed live in different timezones
added highlights and top plays
removed httplib2 dependency
fix week ending too soon for people not in America on sunday night
Download the NBA International league pass (latest version) from github, report issues here
Reply
  • 1
  • 11
  • 12
  • 13(current)
  • 14
  • 15
  • 82

Logout Mark Read Team Forum Stats Members Help
NBA International League Pass - Add-on6