Problem with extrafanart and video plugin
#1
Hey, I'm not sure if this issue is specific to Nox or not but I can't seem to reproduce it in any other skins.

In my MMA Browser (video) plugin, i set the content type to tvshows with:

Code:
xbmcplugin.setContent(__addonidint__, 'tvshows')

and this works fine and allows me to set the right info for the items, use the tv show views etc. but it seems to have some bad side effects when extrafanart is enabled in Aeon Nox. Basically, as I add items to the directory Nox tries to load extrafanart for a plugin item by looking in the (non-existant) directory:

Code:
plugin://plugin.video.mmabrowser/extrafanart/

When the skin attempts to get the extrafanart it inadvertantly calls the plugin a second time:

Code:
14:03:19 T:3044574976   DEBUG: StartScript - calling plugin MMA Browser('plugin://plugin.video.mmabrowser/extrafanart/','1','')

This happens before the original directory listing has completed and thus causes XBMC to lock up completely. This doesn't occur with short/quick listings, only when a lot of items are being added to the list and it is taking a long time. This doesn't seem to happen with other skins whether or not extrafanart is enabled.

Debug log when run in Nox (with problems): http://paste.ubuntu.com/863459/
Debug log when run in T! (no problems): http://paste.ubuntu.com/863462/

I'd really appreciate any help in fixing this, I've tried to work around it in my addon with little success.

Thanks,
Paddy
Reply


Messages In This Thread
Problem with extrafanart and video plugin - by paddycarey - 2012-03-01, 16:18
[No subject] - by BigNoid - 2012-03-01, 16:35
[No subject] - by Martijn - 2012-03-01, 16:37
[No subject] - by paddycarey - 2012-03-01, 17:03
Logout Mark Read Team Forum Stats Members Help
Problem with extrafanart and video plugin0