in the myspace plugin, I have a line that sets the artist and title infolabels:
Code:
liz=xbmcgui.ListItem(song['title'])
liz.setInfo("music",{"artist":song["artist"],"title":song["title"]})
ok=xbmcplugin.addDirectoryItem(handle=int(sys.argv[1]),url=song['durl'],listitem=liz)
![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help