pigskin / kodi-gamepass

NFL Game Pass add-on for Kodi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Settings dialog cannot be opened from inside the app

jm-duke opened this issue · comments

[...]

However i couldn't open the settings from the icon inside the app.. had to do it from the outside.

Originally posted by @kabukimurder in #428 (comment)

Need to update my testberry and test this with a more recent version of Kodi 19

We need to have our own credentials to use the add on correct ?

We need to have our own credentials to use the add on correct ?

Yup

Hi @jm-duke . The problem that the settings cannot be opened inside the addon is in https://github.com/pigskin/kodi-gamepass/blob/master/resources/skins/Default/1080i/script-gamepass.xml at line 110:
For my installation I had to change
<onclick>Addon.OpenSettings(plugin.video.nfl.gamepass)</onclick>
to
<onclick>Addon.OpenSettings(script.video.nfl.gamepass)</onclick>

omg, good catch. I obviously forgot to update the skins when renaming stuff :D

Thanks!