Quantcast
Channel: Kodi Community Forum - Skinning
Viewing all articles
Browse latest Browse all 1817

Show label only if is present

$
0
0
I use the <title> tag for translated titles, and I'd like for it to appear only if its present (so a movie with <title></title> should display nothing). This is the expected behavior if I just use $INFO[ListItem.Title]  but I've included it on a parenthesis, so if there is no <title></title> you'll see ( ) instead of a blank space.

                     <label>[LOWERCASE]( $INFO[ListItem.Title] )[/LOWERCASE]</label>
                      <visible>String.Contains(ListItem.Title,Default)</visible>

It seems to be something like this. I tried variations of it but it doesn't work.

Viewing all articles
Browse latest Browse all 1817

Trending Articles