summaryrefslogtreecommitdiffstats
path: root/addons/skin.estouchy/xml/MusicVisualisation.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.estouchy/xml/MusicVisualisation.xml')
-rw-r--r--addons/skin.estouchy/xml/MusicVisualisation.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/addons/skin.estouchy/xml/MusicVisualisation.xml b/addons/skin.estouchy/xml/MusicVisualisation.xml
new file mode 100644
index 0000000..bb27b4d
--- /dev/null
+++ b/addons/skin.estouchy/xml/MusicVisualisation.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<window>
+ <defaultcontrol></defaultcontrol>
+ <onload>ActivateWindow(MusicOSD)</onload>
+ <onunload>ClearProperty(PopupMenuVisible,Home)</onunload>
+ <controls>
+ <control type="image">
+ <description>fanart</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ScreenWidth</include>
+ <height>960</height>
+ <texture background="true">$INFO[Player.Art(fanart)]</texture>
+ <aspectratio>scale</aspectratio>
+ <fadetime>FanartCrossfadeTime</fadetime>
+ </control>
+ <control type="visualisation" id="2">
+ <description>visualisation</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ScreenWidth</include>
+ <height>960</height>
+ </control>
+ </controls>
+</window>