Visualisation Control

From Official Kodi Wiki
Revision as of 03:55, 24 July 2007 by >Jmarshall
Jump to navigation Jump to search

The visualisation control is used for displaying those funky patterns that jump to the music in XBMC. You can choose the position, and size of the visualisation displayed. Note that the control is only rendered if music is being played.

Example

<xml> <control type="visualisation" id ="3">

     <description>My first visualisation control</description>
     <posx>80</posx>
     <posy>60</posy>
     <width>250</width>
     <height>200</height>
     <visible>true</visible>

</control> </xml>

Available Tags

Only the default control tags are applicable to this control.