Fantastic addon this, thanks for the hard work CoinTos.
I updated to Kodi 20.0 this morning which stopped this addon working though. Upon checking the Kodi logs was getting the error: "AttributeError: module 'xbmc' has no attribute 'translatePath'"
Was able to fix this by amending the main.py script for this addon as below:
added: 'import xbmcvfs' underneath Ln8
amended Ln63 to be: ' path = xbmcvfs.translatePath('special://profile/addon_data/%s' % scriptid)'
Hope that helps someone. Cheers.