Kodi Community Forum

Full Version: NBA International League Pass - Add-on
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2015-03-11, 04:29)fronkr56 Wrote: [ -> ]I am also seeing the issue with the daylight savings time. I've tried to change the timezone on my pc to see if that changes anything and it doesn't. Has anyone found a little trick to make the games show up on time again?

I concur, this is happening to me as well, I"m on Eastern Standard Time
Hi there,

I found a way, just a temporary solution. You will see all games for 7 days

Open games.py with notepad+
go to line 216, replace add_link = False by add_link = True.

That's all.
(2015-03-10, 00:57)maxgalbu Wrote: [ -> ]
(2015-03-09, 06:15)theman480 Wrote: [ -> ]
(2015-03-08, 12:17)maxgalbu Wrote: [ -> ]I'm obviously asking you if subtitles in the actual watch.nba.com website works, not if they work in the plugin - i'm pretty sure they don't work there, since I didn't add the feature Nod

What I'm saying if that i go to watch.nba.com and enable them by clicking on CC on the video player, I never see anything. Are you referring to these captions?

Oh sorry, yes looks like this is not working with some countries, i tried with a brazilian ip and the captions works.

When do you see them? Are the captions on the english commentary?

(2015-03-09, 11:36)mandig Wrote: [ -> ]Hi,

yesterday I noticed some problems with live games availability. The games that were live simply weren't listed. They became available about hour after the tip-off. When I opened the game stream there was second quarter under way already.
I assume that the problem was caused by DST switch in USA. They start the summer-time period on March 8th. In my timezone summer DST will occur on March 29th.
Is there any solution for that?

regards

I think that's tricky because i should be able to see if your local timezone has DST, i'm not sure if i can see USA's DST. I'll look into it

(2015-03-14, 00:55)usphil Wrote: [ -> ]Hi there,

I found a way, just a temporary solution. You will see all games for 7 days

Open games.py with notepad+
go to line 216, replace add_link = False by add_link = True.

That's all.

That's awesome! I would like to see a permanent fix but this will for sure hold me over. Thanks for your help mate!
(2015-03-14, 18:20)fronkr56 Wrote: [ -> ]
(2015-03-10, 00:57)maxgalbu Wrote: [ -> ]
(2015-03-09, 06:15)theman480 Wrote: [ -> ]Oh sorry, yes looks like this is not working with some countries, i tried with a brazilian ip and the captions works.

When do you see them? Are the captions on the english commentary?

(2015-03-09, 11:36)mandig Wrote: [ -> ]Hi,

yesterday I noticed some problems with live games availability. The games that were live simply weren't listed. They became available about hour after the tip-off. When I opened the game stream there was second quarter under way already.
I assume that the problem was caused by DST switch in USA. They start the summer-time period on March 8th. In my timezone summer DST will occur on March 29th.
Is there any solution for that?

regards

I think that's tricky because i should be able to see if your local timezone has DST, i'm not sure if i can see USA's DST. I'll look into it

(2015-03-14, 00:55)usphil Wrote: [ -> ]Hi there,

I found a way, just a temporary solution. You will see all games for 7 days

Open games.py with notepad+
go to line 216, replace add_link = False by add_link = True.

That's all.

That's awesome! I would like to see a permanent fix but this will for sure hold me over. Thanks for your help mate!

I concur, this fix works, I did this on my Rasperry Pi2 OpenElec build by ssh and editing with nano, big thanks!
I think I've fixed, please test the new version:

https://github.com/maxgalbu/xbmc.plugin....latest.zip

It should now convert correctly from the UTC to EST timezone for the time being!
Hi, thanks for your latest update.
It works like charm Smile

Anyway, I've noticed strange thing: the live game stream gets interrupted when another live game starts. For example I was watching a Dallas - Phoenix game today and when the Lakers- Sixers game kicked off the stream went down. I was brought to the "home/away feed" screen. After selecting feed, the stream continued.

It was middle of the night in my timezone, so I have to verify this issue again (I was almost asleep when it occured Smile), but it wasn't the first time when live game I was watching got interrupted and I had to open it again.

Regards.
Mayby it was the forced disconnect of your ISP?
Maybe. I'll check kodi log, maybe the addon wrote something interesting there. Thanks for a clue.

EDIT: ok, so in the log file I can see something like this. When I manually turned the stream off:
Code:
02:15:45 T:1968742400  NOTICE: CDVDPlayer::CloseFile()
02:15:45 T:1968742400  NOTICE: DVDPlayer: waiting for threads to exit
02:15:45 T:1623192640  NOTICE: CDVDPlayer::OnExit()
02:15:45 T:1623192640  NOTICE: Closing stream player 1
02:15:45 T:1614804032  NOTICE: thread end: OMXPlayerAudio::OnExit()
02:15:45 T:1623192640  NOTICE: Closing stream player 2
02:15:45 T:1657050176  NOTICE: thread end: video_thread

When the stream went down:
Code:
02:01:34 T:1623192640  NOTICE: CDVDPlayer::OnExit()
02:01:34 T:1623192640  NOTICE: DVDPlayer: eof, waiting for queues to empty
02:01:34 T:1623192640  NOTICE: Closing stream player 1
02:01:34 T:1623192640  NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
02:01:34 T:1614804032  NOTICE: thread end: OMXPlayerAudio::OnExit()
02:01:34 T:1623192640  NOTICE: Closing stream player 2
02:01:34 T:1623192640  NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
02:01:34 T:1657050176   ERROR: OMXPlayerVideo: Got MSGQ_IS_ERROR(-1) Aborting
02:01:34 T:1657050176  NOTICE: thread end: video_thread
02:01:34 T:1968742400  NOTICE: CDVDPlayer::CloseFile()
02:01:34 T:1968742400  NOTICE: DVDPlayer: waiting for threads to exit
02:01:34 T:1968742400  NOTICE: DVDPlayer: finished waiting
02:01:34 T:1968742400  NOTICE: CDVDPlayer::CloseFile()
02:01:34 T:1968742400  NOTICE: DVDPlayer: waiting for threads to exit
02:01:34 T:1968742400  NOTICE: DVDPlayer: finished waiting

No info about broken connection or something. That sequence of log lines repeated at 02:01:34, 03:01:34 and 04:01:33 CET. Strange.

Unfortunately I can't find any info about connection related problems in log file of the router Sad

I'll try to check this issue again.
(2015-03-15, 03:23)maxgalbu Wrote: [ -> ]I think I've fixed, please test the new version:

https://github.com/maxgalbu/xbmc.plugin....latest.zip

It should now convert correctly from the UTC to EST timezone for the time being!

Could you expand section "Live games" to have "upcoming..."? Thanks!
(2015-03-23, 12:22)mandig Wrote: [ -> ]Hi, thanks for your latest update.
It works like charm Smile

Anyway, I've noticed strange thing: the live game stream gets interrupted when another live game starts. For example I was watching a Dallas - Phoenix game today and when the Lakers- Sixers game kicked off the stream went down. I was brought to the "home/away feed" screen. After selecting feed, the stream continued.

It was middle of the night in my timezone, so I have to verify this issue again (I was almost asleep when it occured Smile), but it wasn't the first time when live game I was watching got interrupted and I had to open it again.

Regards.

The addon simply gives XBMC a video to play, it doesn't do anything while the video is playing. The other live game starting is probably a coincidence Smile

(2015-03-23, 18:06)usphil Wrote: [ -> ]
(2015-03-15, 03:23)maxgalbu Wrote: [ -> ]I think I've fixed, please test the new version:

https://github.com/maxgalbu/xbmc.plugin....latest.zip

It should now convert correctly from the UTC to EST timezone for the time being!

Could you expand section "Live games" to have "upcoming..."? Thanks!

Yes, it could work. I could also show the start time in the local timezone. Thanks for the suggestion Smile
(2015-03-24, 00:23)maxgalbu Wrote: [ -> ]Yes, it could work. I could also show the start time in the local timezone. Thanks for the suggestion Smile
That would be really really nice!
hi everyone!

it's possible to "force" the addon to play the 60fps feed just by changing a number into the games.py

line 121 > from "720: 3000" to "720: 4500"

Wink
Wow! I've added it to the plugin, that's a nice feature Smile

PS: users with premium league pass, please test the nba tv live stream and let me know if it still work with the new quality setting
Any progress on local timezones?
I didn't start working on it yet, I just started a new job. You can contribute yourself with a pull request if you are interested in it Wink