read setting from guisettings.xml by skin
#1
Is it possible to set visibility conditions of a (textbox) control based on the

PHP Code:
<showunwatchedplots>true</showunwatchedplots

bool in guisettings.xml?

I tried

PHP Code:
<visibility>System.GetBool(showunwatchedplots.true)</visibility

But that didn't work.

I would like to use this to hide plot descriptions in listings provided by add-ons so that it conforms to the "show plot for unwatched items" setting in settings->video->library
Reply
#2
It's videolibrary.showunwatchedplots
Reply
#3
Ah, awesome

Cheers!
Reply

Logout Mark Read Team Forum Stats Members Help
read setting from guisettings.xml by skin0