Kodi Community Forum
Boolean condition for unwatched episodes - 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: Boolean condition for unwatched episodes (/showthread.php?tid=184917)



Boolean condition for unwatched episodes - Tricky - 2014-01-30

Is there a boolean condition i can use with the visibility to show only if there are unwatched episodes?


RE: Boolean condition for unwatched episodes - Hitcher - 2014-01-30

Code:
<visible>!IntegerGreaterThan(ListItem.PlayCount,0)</visible>



RE: Boolean condition for unwatched episodes - ronie - 2014-01-30

at tv show / season level, you could use:
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>


RE: Boolean condition for unwatched episodes - Tricky - 2014-01-30

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?