Linux xbmc-send - trying to call a plugin
#1
Photo 
okay, second time lucky...



Trying to use xbmc-send to select an installed plugin. According to the XBMC-send function list:

Quote:RunPlugin(plugin) - Runs the plugin. Full path must be specified. Does not work for folder plugins
RunAddon(id) - Runs the specified plugin/script
Anyone got any examples of this? None of the following seem to work (no error message either):

Code:
xbmc-send -a "RunPlugin(/home/xbmc/.xbmc/addons/plugin.video.iplayer)"
xbmc-send -a "RunPlugin('/home/xbmc/.xbmc/addons/plugin.video.iplayer')"
xbmc-send -a "RunPlugin('.xbmc/addons/plugin.video.iplayer')"
xbmc-send -a "RunPlugin('plugin.video.iplayer')"

Any ideas? Huh
Reply

Logout Mark Read Team Forum Stats Members Help
xbmc-send - trying to call a plugin0