Kodi Community Forum

Full Version: Visible to detect Season 0 or specials
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Take this image for example:

Image


Can I use some sort of visiblity to show "Specials" instead of "Season 0" like so:

<label>Specials</label>
<visible>if season equals zero</visible>
I'm not sure if this will help but I just use the following in BIG Alaska.

<label>$INFO
[ListItem.Label]</label>
<visible>Container.Content(seasons)</visible>

It then shows "Specials" or "Season 1", "Season 2", etc on my DVD Cases in the example below.

Image
I always forget ListItem.Label...That looks to be what I was after, thx..
mcborzu Wrote:I always forget ListItem.Label...That looks to be what I was after, thx..

I was always forgetting ones too, now I have this page open all the time when I'm skinning Wiki InfoLabels Laugh
These are good sources too -
Built-In Functions
Boolean Conditions