How to access local image in add-on
#1
Hi guys,
I am encountering a problem when I am building a add-on to manage images in local computer. I can not find a function of accessing local drivers to read images(such as load images in d:\\pictures).
If some guys know it. please teach me
Reply
#2
script.module.pyimage if you want to decode on addon side, if not you just feed urls. You can use e.g. xbmcvfs to list folders, or if local images only you can use the native pythin apis.
Reply

Logout Mark Read Team Forum Stats Members Help
How to access local image in add-on0