Kodi Community Forum
NBA International League Pass - Add-on - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: NBA International League Pass - Add-on (/showthread.php?tid=124716)



RE: NBA International League Pass - Add-on - GriffeyJuni0r - 2020-01-29

Any possibility we could get the Download/Record feature included back into the plugin?
https://github.com/karim789/xbmc.plugin.video.nba/commit/fe32ba84c410b4b5e2a56d8b9fe4d95c4367ee19

I'd love to be able to save live games if possible. Thanks!


Fire TV 4k Stick - mecir - 2020-02-02

Hi,

I can't get the latest version from last month show games from last weeks on my Fire TV with Kodi 18.5. It is complaining about "CreateLoader - unsupported protocol(plugin) in plugin"

https://paste.kodi.tv/emewoduvul.kodi

Is this again a referrer problem?

Thanks!


RE: Fire TV 4k Stick - kokan - 2020-02-02

(2020-02-02, 17:14)mecir Wrote: Hi,

I can't get the latest version from last month show games from last weeks on my Fire TV with Kodi 18.5. It is complaining about "CreateLoader - unsupported protocol(plugin) in plugin"

https://paste.kodi.tv/emewoduvul.kodi

Is this again a referrer problem?

Thanks!

This suggests you are using @maxgalbu's version from April 2018:
2020-02-02 16:01:40.277 T:3927 ERROR: ##### NBA League Pass: Traceback (most recent call last): File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.nba/src/utils.py", line 190, in generateCombinedThumbnail for single_thumbnail_fullname in single_thumbnail_fullnames] File "/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/script.module.pil/lib/PIL/Image.py", line 833, in convert self.load() File "/data/user/0/org.xbmc.kodi/cache/apk/assets/addons/script.module.pil/lib/PIL/ImageFile.py", line 195, in load seek(o) IOError: [Errno 22] Invalid argument

This issue has been resolved in Nov 2018 (https://github.com/maxgalbu/xbmc.plugin.video.nba/issues/90) but no official versions have been released since then.

While we are waiting for @maxgalbu, always use the latest available in master branch on my fork: https://github.com/ivankokan/xbmc.plugin.video.nba/tree/master. Just download the ZIP (green button).

And please read some of the recent posts, this has been mentioned so many times.


RE: NBA International League Pass - Add-on - mecir - 2020-02-02

thanks for the quick reply. This is exactly the zip version I used....will doublecheck


RE: NBA International League Pass - Add-on - mecir - 2020-02-02

I had the correct version, problem was a locked account....strange error message for this.

Sorry for the confusion and thanks again!


RE: NBA International League Pass - Add-on - markeymark - 2020-02-14

hey guys, what account login do I need to use the add on?  Ive seen a nba usa and an international one

Thanks


RE: NBA International League Pass - Add-on - GriffeyJuni0r - 2020-02-17

Is there any way to send the stream to an External Player, such as VLC? I have my playercoresettings.xml set to allow playback through VLC, and the stream launches and tries to load a URL but doesn't play. Guessing it has something to do with passing the headers to the external player?

Here's my playercoresettings.xml
    <players>
        <player name=“vlc” type="ExternalPlayer" audio="false" video="true">
            <filename>/Applications/VLC.app/Contents/MacOS/VLC</filename>
            <args>--video-on-top --play-and-exit</args>
             <hidexbmc>true</hidexbmc>
        </player>
    </players>

Here's my Log File:
https://pastebin.com/raw/v6hngP0b


RE: NBA International League Pass - Add-on - kokan - 2020-02-17

(2020-02-17, 00:09)GriffeyJuni0r Wrote: Is there any way to send the stream to an External Player, such as VLC? I have my playercoresettings.xml set to allow playback through VLC, and the stream launches and tries to load a URL but doesn't play. Guessing it has something to do with passing the headers to the external player?

Here's my playercoresettings.xml
    <players>
        <player name=“vlc” type="ExternalPlayer" audio="false" video="true">
            <filename>/Applications/VLC.app/Contents/MacOS/VLC</filename>
            <args>--video-on-top --play-and-exit</args>
             <hidexbmc>true</hidexbmc>
        </player>
    </players>

Here's my Log File:
https://pastebin.com/raw/v6hngP0b

I cannot help you with sending the stream to some external player, it is beyond my power. On the other hand, is add-on working as expected on its own?


RE: NBA International League Pass - Add-on - kokan - 2020-02-17

(2020-02-14, 14:04)markeymark Wrote: hey guys, what account login do I need to use the add on?  Ive seen a nba usa and an international one

Thanks

Use your International NBA League Pass credentials: e-mail address and password you usually log in with through browser or NBA app.


RE: NBA International League Pass - Add-on - GriffeyJuni0r - 2020-02-17

(2020-02-17, 00:19)kokan Wrote:
(2020-02-17, 00:09)GriffeyJuni0r Wrote: Is there any way to send the stream to an External Player, such as VLC? I have my playercoresettings.xml set to allow playback through VLC, and the stream launches and tries to load a URL but doesn't play. Guessing it has something to do with passing the headers to the external player?

Here's my playercoresettings.xml
    <players>
        <player name=“vlc” type="ExternalPlayer" audio="false" video="true">
            <filename>/Applications/VLC.app/Contents/MacOS/VLC</filename>
            <args>--video-on-top --play-and-exit</args>
             <hidexbmc>true</hidexbmc>
        </player>
    </players>

Here's my Log File:
https://pastebin.com/raw/v6hngP0b

I cannot help you with sending the stream to some external player, it is beyond my power. On the other hand, is add-on working as expected on its own? 

No problem, the add-on is working great on it's own - I just prefer VLC for playback as it's much more verbose than Kodi's internal player. Cheers!


RE: NBA International League Pass - Add-on - kokan - 2020-02-17

(2020-02-17, 00:43)GriffeyJuni0r Wrote:
(2020-02-17, 00:19)kokan Wrote:
(2020-02-17, 00:09)GriffeyJuni0r Wrote: Is there any way to send the stream to an External Player, such as VLC? I have my playercoresettings.xml set to allow playback through VLC, and the stream launches and tries to load a URL but doesn't play. Guessing it has something to do with passing the headers to the external player?

Here's my playercoresettings.xml
    <players>
        <player name=“vlc” type="ExternalPlayer" audio="false" video="true">
            <filename>/Applications/VLC.app/Contents/MacOS/VLC</filename>
            <args>--video-on-top --play-and-exit</args>
             <hidexbmc>true</hidexbmc>
        </player>
    </players>

Here's my Log File:
https://pastebin.com/raw/v6hngP0b

I cannot help you with sending the stream to some external player, it is beyond my power. On the other hand, is add-on working as expected on its own?  

No problem, the add-on is working great on it's own - I just prefer VLC for playback as it's much more verbose than Kodi's internal player. Cheers! 

Not sure if this helps (you maybe tried that already): https://www.quora.com/Can-I-change-my-default-media-player-in-Kodi-Can-I-use-VLC-movie-player-as-my-default-player


RE: NBA International League Pass - Add-on - dirk41 - 2020-02-18

(2020-02-17, 00:45)kokan Wrote:
(2020-02-17, 00:43)GriffeyJuni0r Wrote:
(2020-02-17, 00:19)kokan Wrote: I cannot help you with sending the stream to some external player, it is beyond my power. On the other hand, is add-on working as expected on its own?  

No problem, the add-on is working great on it's own - I just prefer VLC for playback as it's much more verbose than Kodi's internal player. Cheers!  

Not sure if this helps (you maybe tried that already): https://www.quora.com/Can-I-change-my-default-media-player-in-Kodi-Can-I-use-VLC-movie-player-as-my-default-player 

The add-on seems to work fine Kokan. Thank you very much. Personally, I only watch my teams games and it's worked well for me, I just click 'favorite team' and game is there. Only problems I noticed is sometimes randomly seeing errors and being asked "are you logged in?", but usually works right away. Overall, it suits me better than than the official apps (I struggle to avoid spoilers there, i.e the game length) .

As for playing with VLC --- you can't do it because of DRM.

I think the only possible way would be through downloading games, as requested here:
https://forum.kodi.tv/showthread.php?tid=124716&pid=2920247#pid2920247

On mobile devices, you actually have the option of downloading the games. If you inspected the traffic on a mobile device, you could probably figure out if it was worthwhile or possible to have the addon "mimic" the mobile app (if you know what I mean) and you could have Kodi act "as the app" and download the games as well.

Anyway, given that this addon was dead for awhile, you've done a a great job reviving it. Cheers


RE: NBA International League Pass - Add-on - kokan - 2020-03-16

(2020-02-18, 11:12)dirk41 Wrote:
(2020-02-17, 00:45)kokan Wrote:
(2020-02-17, 00:43)GriffeyJuni0r Wrote: No problem, the add-on is working great on it's own - I just prefer VLC for playback as it's much more verbose than Kodi's internal player. Cheers!  

Not sure if this helps (you maybe tried that already): https://www.quora.com/Can-I-change-my-default-media-player-in-Kodi-Can-I-use-VLC-movie-player-as-my-default-player  

The add-on seems to work fine Kokan. Thank you very much. Personally, I only watch my teams games and it's worked well for me, I just click 'favorite team' and game is there. Only problems I noticed is sometimes randomly seeing errors and being asked "are you logged in?", but usually works right away. Overall, it suits me better than than the official apps (I struggle to avoid spoilers there, i.e the game length) .

As for playing with VLC --- you can't do it because of DRM.

I think the only possible way would be through downloading games, as requested here:
https://forum.kodi.tv/showthread.php?tid=124716&pid=2920247#pid2920247

On mobile devices, you actually have the option of downloading the games. If you inspected the traffic on a mobile device, you could probably figure out if it was worthwhile or possible to have the addon "mimic" the mobile app (if you know what I mean) and you could have Kodi act "as the app" and download the games as well.

Anyway, given that this addon was dead for awhile, you've done a a great job reviving it. Cheers 

Yes, I am aware of the Download feature in the official app. This has been on my TODO list for a long time.


RE: NBA International League Pass - Add-on - GriffeyJuni0r - 2020-03-18

(2020-03-16, 00:51)kokan Wrote:
(2020-02-18, 11:12)dirk41 Wrote:
(2020-02-17, 00:45)kokan Wrote: Not sure if this helps (you maybe tried that already): https://www.quora.com/Can-I-change-my-default-media-player-in-Kodi-Can-I-use-VLC-movie-player-as-my-default-player  

The add-on seems to work fine Kokan. Thank you very much. Personally, I only watch my teams games and it's worked well for me, I just click 'favorite team' and game is there. Only problems I noticed is sometimes randomly seeing errors and being asked "are you logged in?", but usually works right away. Overall, it suits me better than than the official apps (I struggle to avoid spoilers there, i.e the game length) .

As for playing with VLC --- you can't do it because of DRM.

I think the only possible way would be through downloading games, as requested here:
https://forum.kodi.tv/showthread.php?tid=124716&pid=2920247#pid2920247

On mobile devices, you actually have the option of downloading the games. If you inspected the traffic on a mobile device, you could probably figure out if it was worthwhile or possible to have the addon "mimic" the mobile app (if you know what I mean) and you could have Kodi act "as the app" and download the games as well.

Anyway, given that this addon was dead for awhile, you've done a a great job reviving it. Cheers  

Yes, I am aware of the Download feature in the official app. This has been on my TODO list for a long time. 
Thank you, that would be great to see the Download feature incorporated at some point. But obviously no rush with the suspended season


RE: NBA International League Pass - Add-on - kokan - 2020-03-20

Is anyone here interested to help with the development, especially with the Download feature?

I started to investigate on this matter through Android VM monitoring the traffic generated by the official NBA app, and found some URLs to download the games.