aboutsummaryrefslogtreecommitdiff
path: root/addons/skin.pm3-hd/720p/DialogAlbumInfo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'addons/skin.pm3-hd/720p/DialogAlbumInfo.xml')
-rw-r--r--addons/skin.pm3-hd/720p/DialogAlbumInfo.xml649
1 files changed, 649 insertions, 0 deletions
diff --git a/addons/skin.pm3-hd/720p/DialogAlbumInfo.xml b/addons/skin.pm3-hd/720p/DialogAlbumInfo.xml
new file mode 100644
index 0000000000..4c415f96e9
--- /dev/null
+++ b/addons/skin.pm3-hd/720p/DialogAlbumInfo.xml
@@ -0,0 +1,649 @@
+<window id="2001">
+ <defaultcontrol always="true">5</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="button">
+ <description>Close Window button</description>
+ <posx>1211</posx>
+ <posy>35</posy>
+ <width>35</width>
+ <height>25</height>
+ <label>-</label>
+ <font>-</font>
+ <onclick>Dialog.Close(MusicInformation)</onclick>
+ <texturefocus>close-windowFO.png</texturefocus>
+ <texturenofocus>close-window.png</texturenofocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>9000</onup>
+ <ondown>9000</ondown>
+ <visible>system.getbool(input.enablemouse)</visible>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>84</posy>
+ <width>1200</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="group">
+ <visible>Container.Content(Albums)</visible>
+ <control type="image">
+ <description>Cover image</description>
+ <posx>60</posx>
+ <posy>100</posy>
+ <width>350</width>
+ <height>350</height>
+ <info>Listitem.Icon</info>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="label">
+ <description>Album Title value</description>
+ <posx>40</posx>
+ <posy>45</posy>
+ <width>1200</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>green</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <label>[UPPERCASE]$INFO[Listitem.ALBUM][/UPPERCASE]</label>
+ <font>font18</font>
+ </control>
+ <control type="list" id="49">
+ <posx>440</posx>
+ <posy>100</posy>
+ <width>790</width>
+ <height>350</height>
+ <onleft>9000</onleft>
+ <onright>50</onright>
+ <onup>49</onup>
+ <ondown>49</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30">
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>160</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>white</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>175</posx>
+ <posy>0</posy>
+ <width>610</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>white</selectedcolor>
+ <info>ListItem.Label2</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>790</width>
+ <height>30</height>
+ <visible>Control.HasFocus(49)</visible>
+ <texture border="5">button-focus.png</texture>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>160</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>white</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>175</posx>
+ <posy>0</posy>
+ <width>610</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>white</selectedcolor>
+ <info>ListItem.Label2</info>
+ </control>
+ </focusedlayout>
+ <content>
+ <item>
+ <label>$LOCALIZE[557]:</label>
+ <label2>$INFO[ListItem.Artist]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Artist)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[515]:</label>
+ <label2>$INFO[ListItem.Genre]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Genre)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[563]:</label>
+ <label2>$INFO[ListItem.Rating]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Rating)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[175]:</label>
+ <label2>$INFO[ListItem.Property(Album_Mood)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Album_Mood))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[176]:</label>
+ <label2>$INFO[ListItem.Property(Album_Style)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Album_Style))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21895]:</label>
+ <label2>$INFO[ListItem.Property(Album_Theme)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Album_Theme))</visible>
+ </item>
+ <item>
+ <label>146</label>
+ <label2>$INFO[ListItem.Property(Album_Type)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Album_Type))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21899]:</label>
+ <label2>$INFO[ListItem.Property(Album_Label)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Album_Label))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[562]:</label>
+ <label2>$INFO[ListItem.Year]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Year)</visible>
+ </item>
+ </content>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Container.Content(Artists)</visible>
+ <control type="group">
+ <visible>Control.HasFocus(12)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="label">
+ <posx>690</posx>
+ <posy>140</posy>
+ <width>550</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>top</aligny>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <label>31048</label>
+ <font>font13</font>
+ </control>
+ <control type="image">
+ <description>Current Fanart image</description>
+ <posx>60</posx>
+ <posy>100</posy>
+ <width>640</width>
+ <height>350</height>
+ <info>Listitem.Property(Fanart_Image)</info>
+ <aspectratio>keep</aspectratio>
+ <visible>!IsEmpty(Listitem.Property(Fanart_Image))</visible>
+ </control>
+ <control type="group">
+ <visible>IsEmpty(Listitem.Property(Fanart_Image))</visible>
+ <control type="image">
+ <description>No Fanart Back</description>
+ <posx>60</posx>
+ <posy>100</posy>
+ <width>640</width>
+ <height>350</height>
+ <texture border="5">NoCover_1.png</texture>
+ <aspectratio>stretch</aspectratio>
+ </control>
+ <control type="image">
+ <description>No Fanart Circle</description>
+ <posx>80</posx>
+ <posy>120</posy>
+ <width>600</width>
+ <height>310</height>
+ <texture>NoCover_2.png</texture>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="label">
+ <posx>60</posx>
+ <posy>100</posy>
+ <width>640</width>
+ <height>350</height>
+ <font>font25</font>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>31010</label>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <visible>!Control.HasFocus(12)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <description>Cover image</description>
+ <posx>60</posx>
+ <posy>100</posy>
+ <width>350</width>
+ <height>350</height>
+ <info>Listitem.Icon</info>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="label">
+ <description>Artists Title value</description>
+ <posx>40</posx>
+ <posy>45</posy>
+ <width>1200</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>green</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <label>[UPPERCASE]$INFO[Listitem.Artist][/UPPERCASE]</label>
+ <font>font18</font>
+ </control>
+ <control type="list" id="49">
+ <posx>440</posx>
+ <posy>100</posy>
+ <width>790</width>
+ <height>350</height>
+ <onleft>9000</onleft>
+ <onright>50</onright>
+ <onup>49</onup>
+ <ondown>49</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30">
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>160</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>white</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>175</posx>
+ <posy>0</posy>
+ <width>610</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>white</selectedcolor>
+ <info>ListItem.Label2</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>790</width>
+ <height>30</height>
+ <visible>Control.HasFocus(49)</visible>
+ <texture border="5">button-focus.png</texture>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>160</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>white</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>175</posx>
+ <posy>0</posy>
+ <width>610</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>white</selectedcolor>
+ <info>ListItem.Label2</info>
+ </control>
+ </focusedlayout>
+ <content>
+ <item>
+ <label>$LOCALIZE[21893]:</label>
+ <label2>$INFO[ListItem.Property(Artist_Born)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Artist_Born))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21894]:</label>
+ <label2>$INFO[ListItem.Property(Artist_Formed)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Artist_Formed))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[515]:</label>
+ <label2>$INFO[ListItem.Genre]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Genre)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[175]:</label>
+ <label2>$INFO[ListItem.Property(Artist_Mood)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Artist_Mood))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[176]:</label>
+ <label2>$INFO[ListItem.Property(Artist_Style)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Artist_Style))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21892]:</label>
+ <label2>$INFO[ListItem.Property(Artist_Instrument)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Artist_Instrument))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21897]:</label>
+ <label2>$INFO[ListItem.Property(Artist_Died)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Artist_Died))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21896]:</label>
+ <label2>$INFO[ListItem.Property(Artist_Disbanded)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Artist_Disbanded))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21898]:</label>
+ <label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Artist_YearsActive))</visible>
+ </item>
+ </content>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>460</posy>
+ <width>1200</width>
+ <height>4</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="textbox" id="4">
+ <description>textarea</description>
+ <posx>290</posx>
+ <posy>480</posy>
+ <width>930</width>
+ <height>160</height>
+ <font>font11</font>
+ <align>justify</align>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <onleft>5</onleft>
+ <onright>50</onright>
+ <onup>5</onup>
+ <ondown>50</ondown>
+ <visible>!Control.IsVisible(50)</visible>
+ <pagecontrol>61</pagecontrol>
+ <autoscroll time="3000" delay="4000" repeat="5000">!Control.HasFocus(61) + Skin.HasSetting(AutoScroll)</autoscroll>
+ </control>
+ <control type="panel" id="50">
+ <posx>290</posx>
+ <posy>480</posy>
+ <width>930</width>
+ <height>160</height>
+ <onleft>9000</onleft>
+ <onright>61</onright>
+ <onup>50</onup>
+ <ondown>50</ondown>
+ <viewtype label="">list</viewtype>
+ <pagecontrol>61</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <orientation>vertical</orientation>
+ <itemlayout condition="Container.Content(Albums)" height="35" width="465">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>463</width>
+ <height>33</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>440</width>
+ <height>33</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>white</selectedcolor>
+ <label>([COLOR=green][B]$INFO[ListItem.TrackNumber][/B][/COLOR]) - $INFO[ListItem.Label]</label>
+ </control>
+ <control type="label">
+ <posx>453</posx>
+ <posy>0</posy>
+ <width>2008</width>
+ <height>33</height>
+ <font>font12</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <selectedcolor>white</selectedcolor>
+ <label>$INFO[ListItem.Duration]</label>
+ </control>
+ </itemlayout>
+ <focusedlayout condition="Container.Content(Albums)" height="35" width="465">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>463</width>
+ <height>33</height>
+ <visible>!Control.HasFocus(50)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>463</width>
+ <height>33</height>
+ <visible>Control.HasFocus(50)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>440</width>
+ <height>33</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>white</selectedcolor>
+ <label>([COLOR=green][B]$INFO[ListItem.TrackNumber][/B][/COLOR]) - $INFO[ListItem.Label]</label>
+ </control>
+ <control type="label">
+ <posx>453</posx>
+ <posy>0</posy>
+ <width>2008</width>
+ <height>33</height>
+ <font>font12</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <selectedcolor>white</selectedcolor>
+ <label>$INFO[ListItem.Duration]</label>
+ </control>
+ </focusedlayout>
+ <itemlayout condition="Container.Content(Artists)" height="35" width="380">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>378</width>
+ <height>33</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>358</width>
+ <height>33</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>white</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout condition="Container.Content(Artists)" height="35" width="380">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>378</width>
+ <height>33</height>
+ <visible>!Control.HasFocus(50)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>378</width>
+ <height>33</height>
+ <visible>Control.HasFocus(50)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>358</width>
+ <height>33</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>white</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="image">
+ <description>Album image</description>
+ <posx>1060</posx>
+ <posy>480</posy>
+ <width>160</width>
+ <height>160</height>
+ <texture>$INFO[Container(50).Listitem.Icon]</texture>
+ <aspectratio>keep</aspectratio>
+ <visible>Control.IsVisible(50) + Container.Content(Artists)</visible>
+ </control>
+ <control type="spincontrol" id="61">
+ <description>Next page button</description>
+ <posx>130r</posx>
+ <posy>650</posy>
+ <subtype>page</subtype>
+ <font>font12b</font>
+ <onleft>50</onleft>
+ <onright>9000</onright>
+ <ondown>49</ondown>
+ <onup>50</onup>
+ <textcolor>white</textcolor>
+ <showonepage>true</showonepage>
+ <animation effect="slide" time="0" end="-180,0" condition="Control.IsVisible(50) + Container.Content(Artists)">Conditional</animation>
+ </control>
+ <control type="group" id="9001">
+ <control type="group" id="9000">
+ <posx>60</posx>
+ <posy>480</posy>
+ <control type="button" id="5">
+ <description>Cast/Review</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>206</label>
+ <onleft>61</onleft>
+ <onright>49</onright>
+ <onup>12</onup>
+ <ondown>6</ondown>
+ </control>
+ <control type="button" id="6">
+ <description>Refresh</description>
+ <posx>0</posx>
+ <posy>35</posy>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>184</label>
+ <onleft>61</onleft>
+ <onright>49</onright>
+ <onup>5</onup>
+ <ondown>10</ondown>
+ </control>
+ <control type="button" id="10">
+ <description>Get Thumb</description>
+ <posx>0</posx>
+ <posy>70</posy>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>13405</label>
+ <onleft>61</onleft>
+ <onright>49</onright>
+ <onup>6</onup>
+ <ondown>12</ondown>
+ </control>
+ <control type="button" id="12">
+ <description>Get Fanart</description>
+ <posx>0</posx>
+ <posy>105</posy>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>20413</label>
+ <onleft>61</onleft>
+ <onright>49</onright>
+ <onup>10</onup>
+ <ondown>5</ondown>
+ </control>
+ </control>
+ </control>
+ </controls>
+</window> \ No newline at end of file