robweber / xbmclibraryautoupdate

Kodi Addon to update your video/music libraries on a schedule
MIT License
30 stars 22 forks source link

Kodi Leia Changes #50

Closed robweber closed 5 years ago

robweber commented 5 years ago

Keeping track of python API changes for Kodi Leia that affect this addon:

Additional addon settings

The xbmcaddon class now has additional ways to get setting that don't just return strings all the time. Reference this PR.

Python 3

For the Leia repo the addon must be compatible with Python 3 - detailed migration instructions are here: https://kodi.wiki/view/General_information_about_migration_to_Python_3