diff options
Diffstat (limited to 'addons/skin.touched/4x3Hirez/MusicVisualisation.xml')
-rw-r--r-- | addons/skin.touched/4x3Hirez/MusicVisualisation.xml | 132 |
1 files changed, 66 insertions, 66 deletions
diff --git a/addons/skin.touched/4x3Hirez/MusicVisualisation.xml b/addons/skin.touched/4x3Hirez/MusicVisualisation.xml index d834c5efbc..71f0342401 100644 --- a/addons/skin.touched/4x3Hirez/MusicVisualisation.xml +++ b/addons/skin.touched/4x3Hirez/MusicVisualisation.xml @@ -1,67 +1,67 @@ -<window id="2006">
- <defaultcontrol>-</defaultcontrol>
- <allowoverlay>no</allowoverlay>
- <controls>
- <control type="visualisation">
- <description>visualisation</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>ScreenWidth</width>
- <height>ScreenHeight</height>
- </control>
- <!-- codec & viz infos -->
- <control type="group" id="0">
- <posx>0</posx>
- <posy>50</posy>
- <visible>Player.ShowCodec + ![Window.IsVisible(script-XBMC_Lyrics-main.xml) | Window.IsVisible(VisualisationSettings) | Window.IsVisible(VisualisationPresetList)]</visible>
- <animation effect="fade" time="200">VisibleChange</animation>
- <control type="image">
- <description>media info background image</description>
- <posx>0</posx>
- <posy>0</posy>
- <width>1280</width>
- <height>105</height>
- <colordiffuse>AAFFFFFF</colordiffuse>
- <texture>black-back.png</texture>
- </control>
- <control type="label">
- <description>row 1 label</description>
- <posx>50</posx>
- <posy>10</posy>
- <label>-</label>
- <align>left</align>
- <label>$INFO[musicplayer.Codec,$LOCALIZE[21446]: ,]$INFO[musicplayer.Bitrate, · $LOCALIZE[623]: ,kbps]$INFO[musicplayer.bitspersample, · $LOCALIZE[612]: ,bit]$INFO[musicplayer.Samplerate, · $LOCALIZE[613]: ,kHz]$INFO[musicplayer.Channels, · $LOCALIZE[21444]: ]</label>
- <font>font12</font>
- </control>
- <control type="label">
- <description>row 2 label</description>
- <posx>50</posx>
- <posy>40</posy>
- <label>-</label>
- <align>left</align>
- <label>$INFO[Visualisation.Name] [I][COLOR=orange]($LOCALIZE[20166])[/COLOR][/I] · fps: $INFO[System.FPS]</label>
- <font>font12</font>
- <visible>Visualisation.Locked</visible>
- </control>
- <control type="label">
- <description>Unlocked row 2 label</description>
- <posx>50</posx>
- <posy>40</posy>
- <label>-</label>
- <align>left</align>
- <label>$INFO[Visualisation.Name] · fps: $INFO[System.FPS]</label>
- <font>font12</font>
- <visible>!Visualisation.Locked</visible>
- </control>
- <control type="label">
- <description>row 3 label</description>
- <posx>50</posx>
- <posy>70</posy>
- <label>-</label>
- <align>left</align>
- <label>$LOCALIZE[13388]: $INFO[Visualisation.Preset]</label>
- <font>font12</font>
- </control>
- </control>
- </controls>
+<window id="2006"> + <defaultcontrol>-</defaultcontrol> + <allowoverlay>no</allowoverlay> + <controls> + <control type="visualisation"> + <description>visualisation</description> + <posx>0</posx> + <posy>0</posy> + <width>ScreenWidth</width> + <height>ScreenHeight</height> + </control> + <!-- codec & viz infos --> + <control type="group" id="0"> + <posx>0</posx> + <posy>50</posy> + <visible>Player.ShowCodec + ![Window.IsVisible(script-XBMC_Lyrics-main.xml) | Window.IsVisible(VisualisationSettings) | Window.IsVisible(VisualisationPresetList)]</visible> + <animation effect="fade" time="200">VisibleChange</animation> + <control type="image"> + <description>media info background image</description> + <posx>0</posx> + <posy>0</posy> + <width>1280</width> + <height>105</height> + <colordiffuse>AAFFFFFF</colordiffuse> + <texture>black-back.png</texture> + </control> + <control type="label"> + <description>row 1 label</description> + <posx>50</posx> + <posy>10</posy> + <label>-</label> + <align>left</align> + <label>$INFO[musicplayer.Codec,$LOCALIZE[21446]: ,]$INFO[musicplayer.Bitrate, · $LOCALIZE[623]: ,kbps]$INFO[musicplayer.bitspersample, · $LOCALIZE[612]: ,bit]$INFO[musicplayer.Samplerate, · $LOCALIZE[613]: ,kHz]$INFO[musicplayer.Channels, · $LOCALIZE[21444]: ]</label> + <font>font12</font> + </control> + <control type="label"> + <description>row 2 label</description> + <posx>50</posx> + <posy>40</posy> + <label>-</label> + <align>left</align> + <label>$INFO[Visualisation.Name] [I][COLOR=orange]($LOCALIZE[20166])[/COLOR][/I] · fps: $INFO[System.FPS]</label> + <font>font12</font> + <visible>Visualisation.Locked</visible> + </control> + <control type="label"> + <description>Unlocked row 2 label</description> + <posx>50</posx> + <posy>40</posy> + <label>-</label> + <align>left</align> + <label>$INFO[Visualisation.Name] · fps: $INFO[System.FPS]</label> + <font>font12</font> + <visible>!Visualisation.Locked</visible> + </control> + <control type="label"> + <description>row 3 label</description> + <posx>50</posx> + <posy>70</posy> + <label>-</label> + <align>left</align> + <label>$LOCALIZE[13388]: $INFO[Visualisation.Preset]</label> + <font>font12</font> + </control> + </control> + </controls> </window>
\ No newline at end of file |