Solved How to access files in my resources folder
#1
I have a resources folder alongside my script.py file for my addon. How can I access files in the resources folder? As far as I know, I can only access the addon data ("special://profile/addon_data/").
Reply
#2
never mind

special://home
Reply
#3
PHP Code:
addonpath addon.getAddonInfo('path').decode('utf-8'

Gives you the path where the add-on is installed.

Special://home gives you the root of Kodi's user directories, userdata, addons, Database, etc etc
Learning Linux the hard way !!
Reply

Logout Mark Read Team Forum Stats Members Help
How to access files in my resources folder0