how to send arguments to XBMC Addons Installer from another Plugin?
#1
Atlantis Beta 1 for Windows XP sp3:
I'm trying to launch the XBMC-Addons Installer with an argument to install a certain plugin or script as a kind of auto-updater for my plugins.

I don't know if that was clear, but what I have is when a plugin e.g. TED Talks is launched, it checks svn for a newer version of TED Talks and if there is, it runs XBMC-Addons Installer & asks it to install the SVN version.

Unfortunately I can't get it to run at all! Nevermind sending arguments...

I CAN at least get the Addons Installer to run if I use XBMC.ActivateWindow(), but I don't seem to be able to send arguments to it like that.

my sample code is (from a plugin named 'Run Another'):
Code:
import xbmc
xbmc.executebuiltin('XBMC.RunPlugin(plugins://programs/XBMC-Addons Installer)')

the log that comes from that:
http://pastebin.ca/1206790


Any Ideas Huh
Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
Reply

Logout Mark Read Team Forum Stats Members Help
how to send arguments to XBMC Addons Installer from another Plugin?0