VLC Skin Editor - Online Help > Documentation > Boolean expressions

Boolean expressions

A boolean expression is a combination of certain boolean variables (variables whose value is either TRUE or FALSE). You can combine such variables via the operators AND, OR and NOT. Also you can nest several boolean expressions by using brackets.

For example the expression "(not vlc.isPlaying) or vlc.isMute" would resolve to TRUE if VLC plays nothing or if the playback is muted.

Boolean variables

Besides the constant boolean values true and false the following boolean variables can be used in VLC.