Kodi Community Forum

Full Version: Level up and All albums in Music section
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi! When entering in albums from an artist you can have an icon for Level up and other for All albums before the list of albums. Is there any way that could be used with conditional visibility so as to know if you are in one or another? I tried with !ListItem.Album but it returns true for both cases...
Thanks!
Code:
ListItem.IsParentFolder

Code:
String.StartsWith(ListItem.Label,* )
(2016-10-10, 17:29)Hitcher Wrote: [ -> ]
Code:
ListItem.IsParentFolder

Code:
String.StartsWith(ListItem.Label,* )

Thanks!