Advertisement
WelshPaul

Test Music Viz

Aug 19th, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3. <defaultcontrol>-</defaultcontrol>
  4. <allowoverlay>no</allowoverlay>
  5. <controls>
  6. <control type="visualisation" id="2">
  7. <left>0</left>
  8. <top>0</top>
  9. <width>1280</width>
  10. <height>720</height>
  11. <visible>StringCompare(skin.string(vis_bg),fanartmix) | StringCompare(skin.string(vis_bg),slideshowmix) | StringCompare(skin.string(vis_bg),slideshowmosaicmix) | StringCompare(skin.string(vis_bg),vis)</visible>
  12. </control>
  13. <control type="label">
  14. <posx>0</posx>
  15. <posy>100</posy>
  16. <width>1280</width>
  17. <height>20</height>
  18. <align>center</align>
  19. <font>Font_30</font>
  20. <textcolor>yellow</textcolor>
  21. <label>$INFO[MusicPlayer.title]</label>
  22. <scroll>true</scroll>
  23. <scrollout>false</scrollout>
  24. </control>
  25. <control type="group">
  26. <left>0</left>
  27. <top>150</top>
  28. <visible>Player.HasAudio</visible>
  29. <control type="label">
  30. <posx>35</posx>
  31. <posy>-20</posy>
  32. <width>425</width>
  33. <height>30</height>
  34. <align>left</align>
  35. <font>Font_30</font>
  36. <textcolor>yellow</textcolor>
  37. <label>Unsynced Lyrics</label>
  38. <scroll>true</scroll>
  39. <scrollout>false</scrollout>
  40. </control>
  41. <control type="textbox">
  42. <posx>35</posx>
  43. <posy>20</posy>
  44. <width>425</width>
  45. <height>500</height>
  46. <font>Font_18A</font>
  47. <textcolor>FFFFFAF0</textcolor>
  48. <label>$INFO[MusicPlayer.Lyrics]</label>
  49. <autoscroll delay="20000" time="6000" repeat="20000">!Skin.HasSetting(noallowscroll)</autoscroll>
  50. </control>
  51. <control type="label">
  52. <posx>810</posx>
  53. <posy>-20</posy>
  54. <width>435</width>
  55. <height>30</height>
  56. <align>left</align>
  57. <font>Font_30</font>
  58. <textcolor>yellow</textcolor>
  59. <label>Comment</label>
  60. <scroll>true</scroll>
  61. <scrollout>false</scrollout>
  62. </control>
  63. <control type="textbox">
  64. <posx>810</posx>
  65. <posy>20</posy>
  66. <width>435</width>
  67. <height>500</height>
  68. <font>Font_18A</font>
  69. <textcolor>FFFFFAF0</textcolor>
  70. <label>$INFO[MusicPlayer.Comment]</label>
  71. <autoscroll delay="20000" time="6000" repeat="20000">!Skin.HasSetting(noallowscroll)</autoscroll>
  72. </control>
  73. </control>
  74. </controls>
  75. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement