Boolean condition for unwatched episodes
#1
Is there a boolean condition i can use with the visibility to show only if there are unwatched episodes?
Reply
#2
Code:
<visible>!IntegerGreaterThan(ListItem.PlayCount,0)</visible>
Reply
#3
at tv show / season level, you could use:
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</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
#4
Kinda offtopic but you guys answered so quick Smile
is there an infolabel i can use on tv show that gives me the date af the last aired episode?
Reply

Logout Mark Read Team Forum Stats Members Help
Boolean condition for unwatched episodes0