pigskin / kodi-gamepass

NFL Game Pass add-on for Kodi
Other
123 stars 83 forks source link

Use new Kodi18 getSettingInt()/Bool()/etc instead of getSetting() #392

Closed aqw closed 2 years ago

aqw commented 6 years ago

https://alwinesch.github.io/group__python__xbmcaddon.html

Convenient, for stuff like:

bitrate_setting = int(addon.getSetting('preferred_bitrate'))

aqw commented 5 years ago

Much of resources/lib/kodiutils.py can be removed, as it''ll be redundant.

jm-duke commented 2 years ago

Doing some clean-up and this issue report is really old, so I'm closing it.