Help calling plugin from within another plugin
#1
Hi, I'm just trying to modify the SportsDevil plugin so it works on xbox. At the moment everything works the same as it does on PC apart from where the plugin calls on another plugin to play certain content. Below is an example, in this case it is calling on the Youtube addon to play content:

item_infos=src="http://www.youtube.com/embed/([^"]+)"
item_order=url
item_info_name=title
item_info_from=url
item_info_build=YouTube - %s
item_info_name=type
item_info_build=direct.video
item_url_build=plugin://plugin.video.youtube/?path=/root/explore/shows&action=play_video&videoid=%s

I have tried changing the line "plugin://plugin.video.youtube/" to something more appropriate to xbmc4xbox structure but not having any luck. On xbox the path for this plugin would be Q:/plugins/video/youtube. I am also having a similar problem calling the Veetle plugin. I'm totally new to all this python stuff so any help would be much appreciated, cheers.
Reply
#2
i'm really stretching my principles, but okay, to be a good guy.

last time i checked, xbox used urls of the type plugin://video/youtube?....
Reply
#3
Ah could have sworn I'd tried that but will give it a go - cheers.
Reply

Logout Mark Read Team Forum Stats Members Help
Help calling plugin from within another plugin0