Thumbnails when queuing up plugin directories?
#1
So I've been writing this plugin for a few days now and I ran into a small issue: I've got a bunch of virtual directories representing albums which are populated by links to http-streamable song urls. I set the album art for the songs with:

Code:
liz=xbmcgui.ListItem(name, iconImage=iconimage, thumbnailImage=iconimage)

Where "iconimage" is a url to the album art associated with the song.

Now, if I go and play an individual song, I get the album art. If I, instead, queue up an entire album (directory), I don't get album art. Am I missing something?
Reply

Logout Mark Read Team Forum Stats Members Help
Thumbnails when queuing up plugin directories?0