Kodi Community Forum

Full Version: Music Listitem properties
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Are

ListItem.Property(AlbumLabel)
ListItem.Property(AlbumType)
ListItem.Property(AlbumReview)

supposed to work in List Containers and in regular windows?
I can get them working fine in the info dialogs but not in lists or in mymusicnav.xml

rev15701 on Win32
ListItem.Property(label)
ListItem.Property(type)
ListItem.Property(description)

should do the trick.

Cheers,
Jonathan
Thanks Jonathan, it works fine that way Smile
So, is there any particular reason why there's basically two different notations for this? Because the ones I listed work in the information dialogs, and the ones you listed don't. And elsewhere it's the other way around. Or is one of them going to be deprecated?
Possibly later on. For now they stay as they are.

Cheers,
Jonathan