home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <!--
- Notes:
-
- 1.) The MyMusic FullScreen Visualization Window is NOT a typical MP GUIWindow
- but rather a standard Windows control. As such, skin settings don't really
- apply. However, this skin file allows us to control how the Now Playing
- popup is rendered when in fullscreen visualization mode.
-
- 2.) posX and posY values for the "CoverArt Image", "Label 1", "Label 2",
- "Label 3", and "Label 4" are relative to the "Now Playing Screen Overlay
- Image" position.
-
- 3.) nowplayingoverlay alpha controls transparency of the entire control
- including the text (the alpha component of textcolor is ignored)
- -->
- <controls>
- <control>
- <description>Now Playing Screen Overlay Image</description>
- <type>nowplayingoverlay</type>
- <id>1</id>
- <posX>20</posX>
- <posY>20</posY>
- <width>400</width>
- <height>127</height>
- <texture>VisualizationTrackInfo.png</texture>
- <alpha>0xff</alpha>
- </control>
- <control>
- <description>CoverArt Image</description>
- <type>image</type>
- <id>2</id>
- <posX>25</posX>
- <posY>25</posY>
- <width>77</width>
- <height>77</height>
- <texture>-</texture>
- </control>
- <control>
- <description>Missing CoverArt Image</description>
- <type>image</type>
- <id>3</id>
- <texture>missing_coverart.png</texture>
- </control>
- <control>
- <description>Label 1</description>
- <type>label</type>
- <id>4</id>
- <posX>112</posX>
- <posY>25</posY>
- <label>#Play.Current.Title</label>
- <font>font10</font>
- <bold>yes</bold>
- <textcolor>ffffffff</textcolor>
- </control>
- <control>
- <description>Label 2</description>
- <type>label</type>
- <id>5</id>
- <posX>112</posX>
- <posY>45</posY>
- <label>#Play.Current.Album</label>
- <font>font10</font>
- <bold>yes</bold>
- <textcolor>ffffffff</textcolor>
- </control>
- <control>
- <description>Label 3</description>
- <type>label</type>
- <id>6</id>
- <posX>112</posX>
- <posY>65</posY>
- <label>#Play.Current.Year</label>
- <bold>yes</bold>
- <font>font10</font>
- <textcolor>ffffffff</textcolor>
- </control>
- <control>
- <description>Label 4</description>
- <type>label</type>
- <id>7</id>
- <posX>112</posX>
- <posY>85</posY>
- <label>#Play.Current.Artist</label>
- <bold>yes</bold>
- <font>font10</font>
- <textcolor>ffffffff</textcolor>
- </control>
- <control>
- <description>Pause Icon</description>
- <type>image</type>
- <id>8</id>
- <posX>50</posX>
- <posY>465</posY>
- <width>43</width>
- <height>73</height>
- <texture>logo_pause.png</texture>
- </control>
- <control>
- <description>Play Icon</description>
- <type>image</type>
- <id>9</id>
- <posX>50</posX>
- <posY>465</posY>
- <width>51</width>
- <height>69</height>
- <texture>logo_play.png</texture>
- </control>
- <control>
- <description>FF Icon</description>
- <type>image</type>
- <id>10</id>
- <posX>50</posX>
- <posY>465</posY>
- <width>74</width>
- <height>69</height>
- <texture>logo_fastforward.png</texture>
- </control>
- <control>
- <description>Rew Icon</description>
- <type>image</type>
- <id>11</id>
- <posX>50</posX>
- <posY>465</posY>
- <width>74</width>
- <height>69</height>
- <texture>logo_rewind.png</texture>
- </control>
- <control>
- <description>Stop Icon</description>
- <type>image</type>
- <id>12</id>
- <posX>50</posX>
- <posY>465</posY>
- <width>65</width>
- <height>65</height>
- <texture>logo_stop.png</texture>
- </control>
- </controls>