Skin condition for "Show plot for unwatched item"
#1
What's the boolean query for skinning to get the setting of the "Show plot for unwatched items" option in Settings -> Video -> Library?

I'm currently using this workaround

Code:
IsEmpty(ListItem.PlayCount)

Thanks
Reply
#2
Either this

PHP Code:
system.getbool(videolibrary.showunwatchedplots

or failing that

PHP Code:
StringCompare(ListItem.Plot,$LOCALIZE[20370]) 

where string 20370 is

Code:
* Hidden to prevent spoilers *
Reply
#3
Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Skin condition for "Show plot for unwatched item"0