Hi, just want to say voxcommando is AWESOME and the possibilities it presents are are great!
I am working on making some custom commands.. One of which I would like to be able to launch the 'youtube' xbmc plugin. Launching it would be nice, but my ultimate goal is being able to search as well from a single command. So far I havent even really had luck starting the youtube video plugin from a command, and am still learning the way XBMC handles different commands.
As far as launching a script/addon/plugin (do these each need to be handled differently BTW?) I had found a tip in another forum post recommending using:
XBMC.Execbuitin|RunScript(plugin.video.youtube)
With no real success.. I'm not even sure that is a valid plugin ID.. I have been trying other methods such as using "plugin://plugin.video.youtube" and a couple others, as well as using the full plugin path, but honestly there have been several different ways I have come across and none of them had been explained very well..
So would anybody have any tips or suggestions initiating the youtube plugin? Is there any sort of tools I can use that help identify window/button IDs (aside from the XBMC wiki)? I'm still a bit green to the process but would like to build/share some cool ideas I have been having!