Condition visible Based on Track-Year
#1
Hi folks,

is it possible to show a specific Cd-Art ONLY if the Track is older than 1988?
i would like to display a fallback for tracks, which don't have a CD-Art AND are older than 1988.
I'm thinking of an old LP Image

By now i have ONE fallback for ALL tracks without CD-Art.
http://www.xbmcnerds.com - german xbmc community
Reply
#2
from the top of my head and untested, but something like this should do it:

Code:
<visible>!IntegerGreaterThan(ListItem.Year,1987)</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
#3
yep. works.
i've used
<visible>IntegerGreaterThan(MusicPlayer.Year,1990)</visible>

thanks.
http://www.xbmcnerds.com - german xbmc community
Reply

Logout Mark Read Team Forum Stats Members Help
Condition visible Based on Track-Year0