listItem infoLabels "country" bug?
#1
Can somebody confirm if the infoLabels "country" is broken in Gotham 13.1? I can set all the other infoLabels and they show up correctly, but country is always empty.

For reference, I'm testing this with Aeon MQ5 with the "Glass List" view. When I go into the stock "Movies" menu item Country shows up properly.


PHP Code:
li xbmcgui.ListItem(movie['label'], iconImage="DefaultTVShows.png"thumbnailImage=movie['art']['poster'])
li.setInfo(type="video"infoLabels={"title"movie['title'],"plot"movie['plot'],"country"movie['country']}) 
Reply
#2
always test with confluence!
did you set plugin content to movies?
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
(2014-06-13, 15:55)Martijn Wrote: always test with confluence!
did you set plugin content to movies?


Yes, I do set the content type:

PHP Code:
xbmcplugin.setContent(pluginhandle"movies"

I'm not able to find a spot in confluence that displays country - I've gone through all the views.
Reply

Logout Mark Read Team Forum Stats Members Help
listItem infoLabels "country" bug?0