You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2022. It is now read-only.
Hi! First of all, great work with this. I've been looking forward to seeing something like this for quite some time. :-)
So I thought I'd take a stab at rewriting one of my add-ons using this library, but there are some functions in the xbmcaddon module I need to use. You're supposed to store the add-on/PVR specific settings in the addon_data folder, so usually I do something like xbmc.translatePath(addon.getAddonInfo('profile')).
Would it be possible to retrieve the addon_data folder in a similar way using the bridge module? xbmcaddon.getSetting would've also be great to have implemented. :-)