Reply to thread

You can not do any IF,ELSE statements but you can make skin properties return a TRUE|FALSE value so you can control the visibility of a control e.g.


<visible>string.equals(#test,abc)</visible>


This will display the control if #test = abc


There is also a string.contains function, but they can only be used in MediaPortal 1.1.0.


All skin properties can be accessed skin wide. The skin or plugin can control if its visible or not.


Top Bottom