executebuiltin RunPlugin - check if found?
#1
I'm using xbmc.executebuiltin("RunPlugin()") and if this plugin isn't installed it will prompt you to install the plugin only if you have a repository installed that holds the plugin, if you do not have the plugin installed and also do not have a repository that has that plugin nothing happens and you just get "Unable to find plugin" in the log file.

My question is, is there anyway of knowing if this call succeed? basically I want to present a dialog ok box if the plugin wasn't found at all in any repositories instead of it just doing nothing and putting "Unable to find plugin" in the log file.

Thank you in advanced!
Reply
#2
Thread moved to add-on development
|Banned add-ons (wiki)|Forum rules (wiki)|VPN policy (wiki)|First time user (wiki)|FAQs (wiki) Troubleshooting (wiki)|Add-ons (wiki)|Free content (wiki)|Debug Log (wiki)|

Kodi Blog Posts
Reply
#3
Check if the add-on/repo is installed via JSON.
Reply

Logout Mark Read Team Forum Stats Members Help
executebuiltin RunPlugin - check if found?0