> That said I tried installing both xbmc plugins on the googlecode page
> on my xbox running xbmc. Recent builds have swf authentication built
> in so there was no need to patch xbmc. The problem is the plugin
> doesn't start at all. When I try it merely spits out an "Error script
> failed" message. Any suggestions would be great
Can you tell me what version of XBMC you're using? Is it a new one
that uses the 'Addons' thing?
cheers
I haven't tried on the xbox, but I've read from the XBMC iPlayer page:
For the XBOX you need at least XBMC4XBOX (http://www.xbmc4xbox.org)
revision 30413
New versions of XBMC do away with the 'Plugins' as we used to know
them. They're moving to an 'Addons' system and plugins need to be
ported over.
This might make it a little clearer:
http://wiki.xbmc.org/index.php?title=Addons_for_XBMC
New versions of the iView plugin are now using the Addon system. This
means that there is a new branch of the code and it needs to be
installed in <XBMCDIR>/addons/ instead of <XBMCDIR>/plugins/video/.
cheers
Probably also should mention, the new location for this code is:
svn checkout https://xbmc-boxee-iview.googlecode.com/svn/trunk/xbmc/plugin.video.abc_iview
and it should be checked out to <XBMCDIR>/addons/, and you need to
restart XBMC for it to pick up the addon.
cheers
Are you sure? I was pretty sure that the new XBMC4XBOX builds had that.
Anyway, I'll try and get the old branch back into shape. I should be
able to take out the code that was necessary for the Addons stuff and
make it work with the plugins again.
cheers
Hi Jamie,
I'm travelling in Europe right now, so it's going to be a couple of weeks at least. Maybe you can ask on the XBMC forums about the status of the XBOX builds to see what they're up to.
cheers,
Andy
> --
> You received this message because you are subscribed to the Google
> Groups "xbmc-iview" group. To post to this group, send email to
> xbmc-...@googlegroups.com. To unsubscribe from this group, send email
> to xbmc-iview+...@googlegroups.com. For more options, visit this
> group at http://groups.google.com/group/xbmc-iview?hl=en.
>
Hey Jamie,
> Thanks Andy for your very prompt response, I was not expecting it.
> I hope you are enjoying your time in Europe
No probs
> I found the following info at:
> http://forum.xbmc.org/showpost.php?p=591596&postcount=25
Actually, the difference between the addon and old plugin shouldn't be much at all. I think I implemented one setting, which isn't really necessary anyway.
If you wanted to try it, maybe just comment out the import of the xbmcaddon modules and hack out the setting bit in play.py and it should be just about right to go.
> 22:05:04 M: 42921984 ERROR: Unable to load:
> special://home/plugins/video/xbmc-boxee-iview-read-only/resources/settings.xml,
> Line 0
> Failed to open file
I believe this is not fatal, but I'm not certain
> svn checkout
> http://xbmc-boxee-iview.googlecode.com/svn/trunk/xbmc/abc_iview_plugin/
> xbmc-boxee-iview-read-only
The new plugin should be checked out from
http://xbmc-boxee-iview.googlecode.com/svn/trunk/xbmc/plugin.video.abc_iview/
The old and new plugins are stored in different directories.
cheers