Visible to detect Season 0 or specials
#1
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>
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#2
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
Reply
#3
I always forget ListItem.Label...That looks to be what I was after, thx..
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#4
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
Reply

Logout Mark Read Team Forum Stats Members Help
Visible to detect Season 0 or specials0