Kodi Community Forum

Full Version: [Solved] NFL Gamepass not in Kodi 16 repository
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I initially installed Kodi 15 on my nVidia Shield, and then installed the NFL Gamepass video add-on, and everything worked perfectly. However today, after I uninstalled Kodi 15 and then installed the Kodi 16 beta 2, I noticed that the NFL Gamepass is no longer in the main repository.

Is it possible to manually install the NFL Gamepass app? (If so, feel free to provide instructions)
Me I upgraded from 15.2 and Kodi says that Gamepass is incompatible.

Will Gamepass be upgraded to Kodi 16?
I'll check why it's incompatible. It shouldn't be
Ok i found the problem. The addon depends on GUI version 5.3.0 and for Kodi 16 we have set minimum version to 5.10.0
Only solution is to get the author to update his adding specifically for Kodi 16 or drop the GUI dependency
Thanks Martijn,

I've notified the authors of this issue on their github, and hopefully they will address this soon.

Jason
(2015-11-25, 15:43)jasnn Wrote: [ -> ]Thanks Martijn,

I've notified the authors of this issue on their github, and hopefully they will address this soon.

Jason

Just to let you know the addon is working.
I can also confirm that by editing line 14 from the addon.xml file from;

<import addon="xbmc.gui" version="5.3.0"/>

to

<import addon="xbmc.gui" version="5.10.0"/>

allows Kodi 16.0 beta 2 to accept manually installing the addon. The addon also seems to be working fine.

(thanks jawilljr)

Jason
The author has updated this add-on to 0.9.0, which includes Kodi 16 compatibility.