Is there a visibility conditional if its a set?
#1
I need to know if its possible to show something ONLY if the item is a set. I want to add an icon showing that what you have highlighted is a set.
Image
To learn more, click here.
Reply
#2
IsEmpty(ListItem.FolderName)
Reply
#3
Hitcher Wrote:IsEmpty(ListItem.FolderName)

Just tested and worked, as always with you hitcher, you saved me again. Smile
Image
To learn more, click here.
Reply
#4
You might want to add !substring(ListItem.Label,*) to stop it showing on the 'parent folder' control.
Reply
#5
another option:
<visible>ListItem.IsFolder + !stringcompare(ListItem.Label,..)</visible>
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#6
What does ListItem.IsFolder return if your movies are in their own folders or are VIDEO_TS folders?
Reply
#7
same. they are only a file in the moviedb, using a videodb:// url. what that virtual url points to, is not important in this context.
Reply

Logout Mark Read Team Forum Stats Members Help
Is there a visibility conditional if its a set?0