Kodi Community Forum
Visible to detect Season 0 or specials - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Visible to detect Season 0 or specials (/showthread.php?tid=75503)



Visible to detect Season 0 or specials - mcborzu - 2010-06-12

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>


- Amra - 2010-06-12

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


- mcborzu - 2010-06-12

I always forget ListItem.Label...That looks to be what I was after, thx..


- Aenima99x - 2010-06-12

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