Visualisation Control: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Bot: Automated text replacement (-class="wikitable" +class="prettytable" & -Available Tags +Available tags & -<source +<syntaxhighlight & -</source> +</syntaxhighlight>))
m (Bot: automated adding of 'enclose="div"' to syntaxhighlight)
Line 2: Line 2:
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.
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 ===
=== Example ===
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml" enclose="div">
<control type="visualisation" id ="3">
<control type="visualisation" id ="3">
       <description>My first visualisation control</description>
       <description>My first visualisation control</description>

Revision as of 06:53, 14 March 2014

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

<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>

Available tags

Only the default control tags are applicable to this control.


See also

Development: