diff options
author | AlTheKiller <AlTheKiller@svn> | 2009-09-23 01:49:50 +0000 |
---|---|---|
committer | AlTheKiller <AlTheKiller@svn> | 2009-09-23 01:49:50 +0000 |
commit | 45285e8a9300cd754a760560640b75b09f98035e (patch) | |
tree | ad9f093885ad5c98e9dd4156674e7691c22ed0a2 /skin/PM3.HD/720p |
step 3/4: Move linuxport to trunk. How'd I get roped into this?
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23097 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'skin/PM3.HD/720p')
90 files changed, 23611 insertions, 0 deletions
diff --git a/skin/PM3.HD/720p/DialogAlbumInfo.xml b/skin/PM3.HD/720p/DialogAlbumInfo.xml new file mode 100644 index 0000000000..8d03fb3caa --- /dev/null +++ b/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(lookandfeel.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(AlbumMoods)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(AlbumMoods))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[176]:</label>
+ <label2>$INFO[ListItem.Property(AlbumStyles)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(AlbumStyles))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21895]:</label>
+ <label2>$INFO[ListItem.Property(AlbumThemes)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(AlbumThemes))</visible>
+ </item>
+ <item>
+ <label>146</label>
+ <label2>$INFO[ListItem.Property(AlbumType)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(AlbumType))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21899]:</label>
+ <label2>$INFO[ListItem.Property(AlbumLabel)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(AlbumLabel))</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(Born)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Born))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21894]:</label>
+ <label2>$INFO[ListItem.Property(Formed)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(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(Moods)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Moods))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[176]:</label>
+ <label2>$INFO[ListItem.Property(Styles)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Styles))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21892]:</label>
+ <label2>$INFO[ListItem.Property(Instruments)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Instruments))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21897]:</label>
+ <label2>$INFO[ListItem.Property(Died)]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Property(Died))</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21896]:</label>
+ <label2>$INFO[ListItem.Disbanded]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Disbanded)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[21898]:</label>
+ <label2>$INFO[ListItem.YearsActive]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.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 diff --git a/skin/PM3.HD/720p/DialogBusy.xml b/skin/PM3.HD/720p/DialogBusy.xml new file mode 100644 index 0000000000..43fff32958 --- /dev/null +++ b/skin/PM3.HD/720p/DialogBusy.xml @@ -0,0 +1,43 @@ +<window id="136">
+ <animation effect="fade" time="100">WindowOpen</animation>
+ <animation effect="fade" time="200">WindowClose</animation>
+ <coordinates>
+ <system>1</system>
+ <posx>510</posx>
+ <posy>630</posy>
+ </coordinates>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>260</width>
+ <height>75</height>
+ <colordiffuse>BBFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>5</bordersize>
+ </control>
+ <control type="multiimage">
+ <description>Busy animation</description>
+ <posx>20</posx>
+ <posy>10</posy>
+ <width>54</width>
+ <height>54</height>
+ <imagepath>busy</imagepath>
+ <timeperimage>100</timeperimage>
+ <fadetime>0</fadetime>
+ </control>
+ <control type="label">
+ <description>Busy label</description>
+ <posx>100</posx>
+ <posy>20</posy>
+ <width>270</width>
+ <height>35</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>[COLOR=green][B]$LOCALIZE[31001][/B][/COLOR][CR]$LOCALIZE[20186]!</label>
+ <font>font11</font>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogButtonMenu.xml b/skin/PM3.HD/720p/DialogButtonMenu.xml new file mode 100644 index 0000000000..e5374c7421 --- /dev/null +++ b/skin/PM3.HD/720p/DialogButtonMenu.xml @@ -0,0 +1,312 @@ +<window type="buttonMenu" id="111">
+ <defaultcontrol always="true">35</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>0</posx>
+ <posy>320</posy>
+ </coordinates>
+ <animation effect="zoom" start="400" center="680,290" time="400">WindowOpen</animation>
+ <animation effect="fade" time="200">WindowClose</animation>
+ <controls>
+ <control type="image">
+ <posx>0</posx>
+ <posy>-7</posy>
+ <width>1280</width>
+ <height>116</height>
+ <texture border="1,11,1,23">sub-background.png</texture>
+ </control>
+ <control type="grouplist">
+ <posx>0</posx>
+ <posy>5</posy>
+ <width>1280</width>
+ <itemgap>0</itemgap>
+ <align>center</align>
+ <orientation>Horizontal</orientation>
+ <control type="togglebutton" id="10">
+ <description>Master mode button</description>
+ <width>80</width>
+ <height>81</height>
+ <label>20046</label>
+ <altlabel>20045</altlabel>
+ <texturefocus>sub-master-focus.gif</texturefocus>
+ <texturenofocus>sub-master-nofocus.png</texturenofocus>
+ <usealttexture>!System.IsMaster</usealttexture>
+ <alttexturefocus>sub-nomaster-focus.gif</alttexturefocus>
+ <alttexturenofocus>sub-nomaster-nofocus.png</alttexturenofocus>
+ <onclick>xbmc.mastermode</onclick>
+ <pulseonselect>no</pulseonselect>
+ <font>-</font>
+ <visible>System.HasLocks</visible>
+ <visible>System.Loggedon</visible>
+ </control>
+ <control type="button" id="11">
+ <description>System Info button</description>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>sub-info-focus.gif</texturefocus>
+ <texturenofocus>sub-info-nofocus.png</texturenofocus>
+ <onclick>XBMC.ActivateWindow(7)</onclick>
+ <pulseonselect>no</pulseonselect>
+ <font>-</font>
+ <label>130</label>
+ <visible>System.Loggedon</visible>
+ </control>
+ <control type="button" id="12">
+ <description>Profile LogOff</description>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>sub-logoff-focus.gif</texturefocus>
+ <texturenofocus>sub-logoff-nofocus.png</texturenofocus>
+ <onclick>dialog.close(all,true)</onclick>
+ <onclick>system.logoff</onclick>
+ <pulseonselect>no</pulseonselect>
+ <font>-</font>
+ <label>$LOCALIZE[20126] $INFO[system.profilename]</label>
+ <visible>System.HasLoginScreen</visible>
+ <visible>System.Loggedon</visible>
+ </control>
+ <control type="button" id="13">
+ <description>Exit xbmc</description>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>sub-exit-focus.gif</texturefocus>
+ <texturenofocus>sub-exit-nofocus.png</texturenofocus>
+ <onclick>dialog.close(all,true)</onclick>
+ <onclick>XBMC.Quit()</onclick>
+ <pulseonselect>no</pulseonselect>
+ <font>-</font>
+ <label>$LOCALIZE[13012] XBMC</label>
+ </control>
+ <control type="group" id="14">
+ <width>80</width>
+ <defaultcontrol always="true">35</defaultcontrol>
+ <control type="button" id="30">
+ <description>30min ShutdownTimer button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown(),30)</onclick>
+ <pulseonselect>no</pulseonselect>
+ <onleft>13</onleft>
+ <onright>15</onright>
+ <onup>31</onup>
+ <ondown>35</ondown>
+ <font>-</font>
+ <label>20147</label>
+ </control>
+ <control type="button" id="31">
+ <description>60min ShutdownTimer button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown(),60)</onclick>
+ <pulseonselect>no</pulseonselect>
+ <onleft>13</onleft>
+ <onright>15</onright>
+ <onup>32</onup>
+ <ondown>30</ondown>
+ <font>-</font>
+ <label>20148</label>
+ </control>
+ <control type="button" id="32">
+ <description>120min ShutdownTimer button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown(),120)</onclick>
+ <pulseonselect>no</pulseonselect>
+ <onleft>13</onleft>
+ <onright>15</onright>
+ <onup>33</onup>
+ <ondown>31</ondown>
+ <font>-</font>
+ <label>20149</label>
+ </control>
+ <control type="button" id="33">
+ <description>Custom ShutdownTimer button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.AlarmClock(shutdowntimer,XBMC.Shutdown())</onclick>
+ <pulseonselect>no</pulseonselect>
+ <onleft>13</onleft>
+ <onright>15</onright>
+ <onup>34</onup>
+ <ondown>32</ondown>
+ <font>-</font>
+ <label>20150</label>
+ </control>
+ <control type="button" id="34">
+ <description>Cancel ShutdownTimer button</description>
+ <visible>System.HasAlarm(shutdowntimer)</visible>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.CancelAlarm(shutdowntimer)</onclick>
+ <pulseonselect>no</pulseonselect>
+ <onleft>13</onleft>
+ <onright>15</onright>
+ <onup>35</onup>
+ <ondown>33</ondown>
+ <font>-</font>
+ <label>20151</label>
+ </control>
+ <control type="button" id="35">
+ <description>Shutdown button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>sub-shutdown-nofocus.png</texturenofocus>
+ <onclick>XBMC.Shutdown()</onclick>
+ <pulseonselect>no</pulseonselect>
+ <onleft>13</onleft>
+ <onright>15</onright>
+ <onup>30</onup>
+ <ondown>34</ondown>
+ <font>-</font>
+ <label>13005</label>
+ </control>
+ <control type="image">
+ <description>Shutdown focus image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>80</width>
+ <height>81</height>
+ <texture>sub-shutdown-focus.gif</texture>
+ <visible>[Control.HasFocus(30) | Control.HasFocus(31) | Control.HasFocus(32) | Control.HasFocus(33) | Control.HasFocus(34) | Control.HasFocus(35)]</visible>
+ </control>
+ </control>
+ <control type="button" id="15">
+ <description>Suspend button</description>
+ <posx>400</posx>
+ <posy>5</posy>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>sub-suspend-focus.gif</texturefocus>
+ <texturenofocus>sub-suspend-nofocus.png</texturenofocus>
+ <onclick>XBMC.Suspend()</onclick>
+ <onclick>dialog.close(all,true)</onclick>
+ <pulseonselect>no</pulseonselect>
+ <font>-</font>
+ <label>13011</label>
+ <visible>!Skin.HasSetting(ShutdownUseHibernate)</visible>
+ <visible>System.CanSuspend</visible>
+ </control>
+ <control type="button" id="16">
+ <description>Hibernate button</description>
+ <posx>400</posx>
+ <posy>5</posy>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>sub-suspend-focus.gif</texturefocus>
+ <texturenofocus>sub-suspend-nofocus.png</texturenofocus>
+ <onclick>XBMC.Hibernate()</onclick>
+ <onclick>dialog.close(all,true)</onclick>
+ <pulseonselect>no</pulseonselect>
+ <font>-</font>
+ <label>13010</label>
+ <visible>Skin.HasSetting(ShutdownUseHibernate)</visible>
+ <visible>System.CanHibernate</visible>
+ </control>
+ <control type="button" id="17">
+ <description>Favourites button</description>
+ <posx>480</posx>
+ <posy>5</posy>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>sub-favs-focus.gif</texturefocus>
+ <texturenofocus>sub-favs-nofocus.png</texturenofocus>
+ <onclick>XBMC.ActivateWindow(Favourites)</onclick>
+ <pulseonselect>no</pulseonselect>
+ <font>-</font>
+ <label>1036</label>
+ <visible>System.Loggedon</visible>
+ </control>
+ <control type="button" id="18">
+ <description>Reboot button</description>
+ <posx>560</posx>
+ <posy>5</posy>
+ <width>80</width>
+ <height>81</height>
+ <texturefocus>sub-reboot-focus.gif</texturefocus>
+ <texturenofocus>sub-reboot-nofocus.png</texturenofocus>
+ <onclick>XBMC.Reset()</onclick>
+ <pulseonselect>no</pulseonselect>
+ <font>-</font>
+ <label>13013</label>
+ </control>
+ <control type="button" id="19">
+ <description>Eject Drive button</description>
+ <posx>640</posx>
+ <posy>5</posy>
+ <width>80</width>
+ <height>81</height>
+ <texturenofocus>sub-eject-nofocus.png</texturenofocus>
+ <texturefocus>sub-eject-focus.gif</texturefocus>
+ <onclick>XBMC.EjectTray()</onclick>
+ <pulseonselect>no</pulseonselect>
+ <font>-</font>
+ <label>$LOCALIZE[13391] $LOCALIZE[155]</label>
+ <visible>System.Loggedon</visible>
+ </control>
+ </control>
+ <control type="image" id="0">
+ <posx>0</posx>
+ <posy>-60</posy>
+ <width>1280</width>
+ <height>50</height>
+ <colordiffuse>CCFFFFFF</colordiffuse>
+ <texture>sub-background-label.png</texture>
+ <visible>system.hasloginscreen + System.Loggedon</visible>
+ </control>
+ <control type="label">
+ <description>Label control</description>
+ <posx>640</posx>
+ <posy>-64</posy>
+ <width>-</width>
+ <height>45</height>
+ <label>$LOCALIZE[20125] $INFO[system.profilename]</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>grey2</textcolor>
+ <font>font11</font>
+ <visible>system.hasloginscreen + System.Loggedon</visible>
+ </control>
+ <control type="image" id="0">
+ <posx>0</posx>
+ <posy>110</posy>
+ <width>1280</width>
+ <height>50</height>
+ <colordiffuse>CCFFFFFF</colordiffuse>
+ <texture>sub-background-label.png</texture>
+ </control>
+ <control type="label" id="3100">
+ <description>Label control</description>
+ <posx>640</posx>
+ <posy>110</posy>
+ <width>-</width>
+ <height>40</height>
+ <label>-</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogContentSettings.xml b/skin/PM3.HD/720p/DialogContentSettings.xml new file mode 100644 index 0000000000..6fb80b2775 --- /dev/null +++ b/skin/PM3.HD/720p/DialogContentSettings.xml @@ -0,0 +1,236 @@ +<window id="132">
+ <defaultcontrol>3</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>240</posx>
+ <posy>55</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>20333</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="spincontrolex" id="3">
+ <description>Content Picker</description>
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>720</width>
+ <height>35</height>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <label>20344</label>
+ <aligny>center</aligny>
+ <reverse>yes</reverse>
+ <onup>28</onup>
+ <ondown>4</ondown>
+ <onleft>3</onleft>
+ <onright>3</onright>
+ </control>
+ <control type="image">
+ <description>scraper image</description>
+ <posx>450</posx>
+ <posy>125</posy>
+ <width>310</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <info>ListItem.Icon</info>
+ </control>
+ <control type="list" id="4">
+ <posx>40</posx>
+ <posy>125</posy>
+ <width>400</width>
+ <height>200</height>
+ <onup>3</onup>
+ <onleft>5</onleft>
+ <onright>5</onright>
+ <ondown>5</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>5</posx>
+ <posy>4</posy>
+ <width>35</width>
+ <height>27</height>
+ <texture>$INFO[Listitem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>50</posx>
+ <posy>0</posy>
+ <width>340</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(4)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>35</height>
+ <visible>Control.HasFocus(4)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>5</posx>
+ <posy>4</posy>
+ <width>35</width>
+ <height>27</height>
+ <texture>$INFO[Listitem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>50</posx>
+ <posy>0</posy>
+ <width>340</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>333</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="grouplist" id="5">
+ <description>control area</description>
+ <posx>40</posx>
+ <posy>345</posy>
+ <width>720</width>
+ <height>160</height>
+ <itemgap>5</itemgap>
+ <onup>4</onup>
+ <ondown>28</ondown>
+ <onleft>5</onleft>
+ <onright>5</onright>
+ </control>
+ <control type="button" id="7">
+ <description>Default Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="8">
+ <description>Default RadioButton</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="group" id="9001">
+ <control type="button" id="28">
+ <description>OK Button</description>
+ <posx>300</posx>
+ <posy>525</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <label>186</label>
+ <onleft>6</onleft>
+ <onright>29</onright>
+ <onup>30</onup>
+ <ondown>3</ondown>
+ </control>
+ <control type="button" id="29">
+ <description>Cancel Button</description>
+ <posx>510</posx>
+ <posy>525</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <label>222</label>
+ <onleft>28</onleft>
+ <onright>6</onright>
+ <onup>30</onup>
+ <ondown>3</ondown>
+ </control>
+ <control type="button" id="6">
+ <description>Settings Button</description>
+ <posx>90</posx>
+ <posy>525</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <label>5</label>
+ <onleft>29</onleft>
+ <onright>28</onright>
+ <onup>30</onup>
+ <ondown>3</ondown>
+ </control>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/DialogContextMenu.xml b/skin/PM3.HD/720p/DialogContextMenu.xml new file mode 100644 index 0000000000..b2192ffa46 --- /dev/null +++ b/skin/PM3.HD/720p/DialogContextMenu.xml @@ -0,0 +1,45 @@ +<window id="106">
+ <defaultcontrol>1000</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>0</posx>
+ <posy>0</posy>
+ </coordinates>
+ <controls>
+ <control type="image" id="997">
+ <description>background top image</description>
+ <posx>0</posx>
+ <posy>-50</posy>
+ <width>400</width>
+ <height>50</height>
+ <texture border="40,40,40,0">ContextMenu_Top.png</texture>
+ </control>
+ <control type="image" id="999">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <texture border="40,0,40,0">ContextMenu_Middle.png</texture>
+ </control>
+ <control type="image" id="998">
+ <description>background bottom image</description>
+ <posx>0</posx>
+ <width>400</width>
+ <height>50</height>
+ <texture border="40,0,40,40">ContextMenu_Bottom.png</texture>
+ </control>
+ <control type="button" id="1000">
+ <description>button template</description>
+ <posx>43</posx>
+ <posy>40</posy>
+ <width>310</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>center</align>
+ <textcolor>white</textcolor>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogFavourites.xml b/skin/PM3.HD/720p/DialogFavourites.xml new file mode 100644 index 0000000000..1e8a5ca2e7 --- /dev/null +++ b/skin/PM3.HD/720p/DialogFavourites.xml @@ -0,0 +1,131 @@ +<window type="dialog" id="134">
+ <defaultcontrol always="true">450</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>450</posx>
+ <posy>105</posy>
+ </coordinates>
+ <animation effect="slide" start="830,0" end="0,0" time="500" tween="quadratic" easing="out">WindowOpen</animation>
+ <animation effect="slide" end="830,0" start="0,0" time="500" tween="quadratic" easing="in">WindowClose</animation>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>900</width>
+ <height>510</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>900</width>
+ <height>510</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="2">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>790</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>$LOCALIZE[1036]</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>80</posy>
+ <width>790</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="list" id="450">
+ <posx>45</posx>
+ <posy>100</posy>
+ <width>450</width>
+ <height>320</height>
+ <onup>450</onup>
+ <onleft>450</onleft>
+ <onright>450</onright>
+ <ondown>450</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>450</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>430</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>450</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(450)</visible>
+ <texture border="3">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>450</width>
+ <height>35</height>
+ <visible>Control.HasFocus(450)</visible>
+ <texture border="3">button-focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>430</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <description>Page label</description>
+ <posx>40</posx>
+ <posy>430</posy>
+ <width>450</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12b</font>
+ <label>($INFO[Container(450).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(450).CurrentPage]/$INFO[Container(450).NumPages])</label>
+ <visible>!Control.IsVisible(451)</visible>
+ </control>
+ <control type="image">
+ <posx>500</posx>
+ <posy>100</posy>
+ <width>310</width>
+ <height>315</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[Container(450).ListItem.Icon]</texture>
+ <bordertexture border="5">button-focus2.png</bordertexture>
+ <bordersize>5</bordersize>
+ <visible>!IsEmpty(ListItem.Icon)</visible>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/DialogFileStacking.xml b/skin/PM3.HD/720p/DialogFileStacking.xml new file mode 100644 index 0000000000..863131f2c2 --- /dev/null +++ b/skin/PM3.HD/720p/DialogFileStacking.xml @@ -0,0 +1,116 @@ +<window id="2008">
+ <defaultcontrol>450</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>315</posx>
+ <posy>247</posy>
+ </coordinates>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>650</width>
+ <height>225</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>650</width>
+ <height>225</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>570</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>$INFO[ListItem.Label]</label>
+ <textcolor>green</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>80</posy>
+ <width>570</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label">
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>570</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <label>31060</label>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="image">
+ <posx>50</posx>
+ <posy>120</posy>
+ <width>25</width>
+ <height>30</height>
+ <texture>scroll-left-focus.png</texture>
+ <visible>Container(450).HasPrevious</visible>
+ </control>
+ <control type="image">
+ <posx>575</posx>
+ <posy>120</posy>
+ <width>25</width>
+ <height>30</height>
+ <texture>scroll-right-focus.png</texture>
+ <visible>Container(450).HasNext</visible>
+ </control>
+ <control type="list" id="450">
+ <posx>85</posx>
+ <posy>120</posy>
+ <width>480</width>
+ <height>100</height>
+ <onleft>450</onleft>
+ <onright>450</onright>
+ <onup>450</onup>
+ <ondown>450</ondown>
+ <orientation>horizontal</orientation>
+ <focusposition>2</focusposition>
+ <viewtype label="535">list</viewtype>
+ <scrolltime>200</scrolltime>
+ <itemlayout width="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>38</width>
+ <height>30</height>
+ <aspectratio>stretch</aspectratio>
+ <texture>ProgressFront2.png</texture>
+ </control>
+ </itemlayout>
+ <focusedlayout width="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>38</width>
+ <height>30</height>
+ <aspectratio>stretch</aspectratio>
+ <texture>ProgressFront.png</texture>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <posx>40</posx>
+ <posy>155</posy>
+ <width>570</width>
+ <height>22</height>
+ <font>font12</font>
+ <align>center</align>
+ <info>Container(450).ListItem.Label</info>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogFullScreenInfo.xml b/skin/PM3.HD/720p/DialogFullScreenInfo.xml new file mode 100644 index 0000000000..596bfa8059 --- /dev/null +++ b/skin/PM3.HD/720p/DialogFullScreenInfo.xml @@ -0,0 +1,794 @@ +<window type="dialog" id="142">
+ <defaultcontrol always="true">1</defaultcontrol>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="group">
+ <posx>0</posx>
+ <posy>520</posy>
+ <visible>!VideoPlayer.Content(Movies) + !VideoPlayer.Content(Episodes) + !VideoPlayer.Content(MusicVideos) + !VideoPlayer.Content(LiveTV)</visible>
+ <control type="image">
+ <description>Icon info background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>210</width>
+ <height>170</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image">
+ <description>media info background image</description>
+ <posx>215</posx>
+ <posy>0</posy>
+ <width>1065</width>
+ <height>170</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>System Time Label</description>
+ <posx>1250</posx>
+ <posy>10</posy>
+ <width>200</width>
+ <height>25</height>
+ <textcolor>green</textcolor>
+ <label>$INFO[System.Time]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font13</font>
+ </control>
+ <control type="image">
+ <description>cover image</description>
+ <posx>30</posx>
+ <posy>5</posy>
+ <width>175</width>
+ <height>160</height>
+ <info>VideoPlayer.cover</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label">
+ <posx>230</posx>
+ <posy>10</posy>
+ <width>1020</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Studio]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <posx>230</posx>
+ <posy>38</posy>
+ <width>1020</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Title]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font18b</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <posx>230</posx>
+ <posy>70</posy>
+ <width>885</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Genre]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>time label</description>
+ <posx>230</posx>
+ <posy>100</posy>
+ <width>280</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Time]$INFO[Player.Duration, / ]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>Chapter Pos No</description>
+ <posx>1250</posx>
+ <posy>100</posy>
+ <width>500</width>
+ <height>25</height>
+ <textcolor>white</textcolor>
+ <label>$INFO[Player.Chapter,$LOCALIZE[21396]: ]$INFO[Player.ChapterCount, / ]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <visible>Player.ChapterCount</visible>
+ </control>
+ <control type="progress">
+ <description>Progressbar</description>
+ <posx>230</posx>
+ <posy>130</posy>
+ <width>1020</width>
+ <height>8</height>
+ <info>Player.Progress</info>
+ </control>
+ <control type="label" id="1">
+ <posx>1250</posx>
+ <posy>140</posy>
+ <width>1020</width>
+ <height>25</height>
+ <label>$INFO[Player.ChapterName,$LOCALIZE[31020] : ]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ <scroll>true</scroll>
+ </control>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>380</posy>
+ <visible>VideoPlayer.Content(Movies)</visible>
+ <control type="image">
+ <description>Icon info background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>235</width>
+ <height>310</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image">
+ <description>cover image</description>
+ <posx>30</posx>
+ <posy>5</posy>
+ <width>200</width>
+ <height>300</height>
+ <info>VideoPlayer.cover</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="group">
+ <posy>140</posy>
+ <control type="image">
+ <description>media info background image</description>
+ <posx>240</posx>
+ <posy>0</posy>
+ <width>1040</width>
+ <height>170</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image">
+ <description>Button background image</description>
+ <posx>205r</posx>
+ <posy>0</posy>
+ <width>85</width>
+ <height>32</height>
+ <texture border="15,0,15,15">osd-panel-top.png</texture>
+ </control>
+ <control type="button" id="1">
+ <description>SmallInfo button</description>
+ <posx>195r</posx>
+ <posy>0</posy>
+ <width>32</width>
+ <height>32</height>
+ <label>-</label>
+ <font>-</font>
+ <aligny>-</aligny>
+ <texturefocus>osd_button_info_1.png</texturefocus>
+ <texturenofocus>osd_button_info_1_nofocus.png</texturenofocus>
+ <onleft>2</onleft>
+ <onright>2</onright>
+ <onup>1</onup>
+ <ondown>1</ondown>
+ </control>
+ <control type="button" id="2">
+ <description>SmallInfo button</description>
+ <posx>163r</posx>
+ <posy>0</posy>
+ <width>32</width>
+ <height>32</height>
+ <label>-</label>
+ <font>-</font>
+ <aligny>-</aligny>
+ <texturefocus>osd_button_info_2.png</texturefocus>
+ <texturenofocus>osd_button_info_2_nofocus.png</texturenofocus>
+ <onleft>1</onleft>
+ <onright>60</onright>
+ <onup>2</onup>
+ <ondown>2</ondown>
+ </control>
+ <control type="label">
+ <posx>255</posx>
+ <posy>10</posy>
+ <width>995</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Studio]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <posx>255</posx>
+ <posy>38</posy>
+ <width>995</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Title]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font18b</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <posx>255</posx>
+ <posy>70</posy>
+ <width>995</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Genre]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>time label</description>
+ <posx>255</posx>
+ <posy>100</posy>
+ <width>280</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Time]$INFO[Player.Duration, / ]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label" id="1">
+ <description>System Time Label</description>
+ <posx>1250</posx>
+ <posy>10</posy>
+ <width>200</width>
+ <height>25</height>
+ <textcolor>green</textcolor>
+ <label>$INFO[System.Time]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font13</font>
+ </control>
+ <control type="label">
+ <description>Chapter Pos No</description>
+ <posx>1250</posx>
+ <posy>100</posy>
+ <width>500</width>
+ <height>25</height>
+ <textcolor>white</textcolor>
+ <label>$INFO[Player.Chapter,$LOCALIZE[21396]: ]$INFO[Player.ChapterCount, / ]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <visible>Player.ChapterCount</visible>
+ </control>
+ <control type="progress">
+ <description>Progressbar</description>
+ <posx>255</posx>
+ <posy>130</posy>
+ <width>995</width>
+ <height>8</height>
+ <info>Player.Progress</info>
+ </control>
+ <control type="label" id="1">
+ <posx>1250</posx>
+ <posy>140</posy>
+ <width>995</width>
+ <height>25</height>
+ <label>$INFO[Player.ChapterName,$LOCALIZE[31020] : ]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ <scroll>true</scroll>
+ </control>
+ </control>
+ <control type="group">
+ <posy>0</posy>
+ <visible>Control.HasFocus(2) | Control.HasFocus(60)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <description>media info background image</description>
+ <posx>240</posx>
+ <posy>0</posy>
+ <width>1040</width>
+ <height>135</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="textbox">
+ <description>Description Value for Movies</description>
+ <posx>255</posx>
+ <posy>15</posy>
+ <width>975</width>
+ <height>105</height>
+ <font>font11</font>
+ <align>left</align>
+ <textcolor>white</textcolor>
+ <pagecontrol>60</pagecontrol>
+ <label>$INFO[VideoPlayer.Plot]</label>
+ <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
+ </control>
+ <control type="scrollbar" id="60">
+ <posx>1230</posx>
+ <posy>15</posy>
+ <width>20</width>
+ <height>105</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>2</onleft>
+ <onright>1</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>380</posy>
+ <visible>VideoPlayer.Content(Episodes)</visible>
+ <control type="image">
+ <description>Icon info background image</description>
+ <posx>0</posx>
+ <posy>140</posy>
+ <width>335</width>
+ <height>170</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image">
+ <description>cover image</description>
+ <posx>30</posx>
+ <posy>145</posy>
+ <width>300</width>
+ <height>160</height>
+ <info>VideoPlayer.cover</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="group">
+ <posy>140</posy>
+ <control type="image">
+ <description>media info background image</description>
+ <posx>340</posx>
+ <posy>0</posy>
+ <width>940</width>
+ <height>170</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image">
+ <description>Button background image</description>
+ <posx>205r</posx>
+ <posy>0</posy>
+ <width>85</width>
+ <height>32</height>
+ <texture border="15,0,15,15">osd-panel-top.png</texture>
+ </control>
+ <control type="button" id="1">
+ <description>SmallInfo button</description>
+ <posx>195r</posx>
+ <posy>0</posy>
+ <width>32</width>
+ <height>32</height>
+ <label>-</label>
+ <font>-</font>
+ <aligny>-</aligny>
+ <texturefocus>osd_button_info_1.png</texturefocus>
+ <texturenofocus>osd_button_info_1_nofocus.png</texturenofocus>
+ <onleft>2</onleft>
+ <onright>2</onright>
+ <onup>1</onup>
+ <ondown>1</ondown>
+ </control>
+ <control type="button" id="2">
+ <description>SmallInfo button</description>
+ <posx>163r</posx>
+ <posy>0</posy>
+ <width>32</width>
+ <height>32</height>
+ <label>-</label>
+ <font>-</font>
+ <aligny>-</aligny>
+ <texturefocus>osd_button_info_2.png</texturefocus>
+ <texturenofocus>osd_button_info_2_nofocus.png</texturenofocus>
+ <onleft>1</onleft>
+ <onright>60</onright>
+ <onup>2</onup>
+ <ondown>2</ondown>
+ </control>
+ <control type="label">
+ <posx>355</posx>
+ <posy>10</posy>
+ <width>895</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.TVShowTitle]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <posx>355</posx>
+ <posy>38</posy>
+ <width>895</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Title]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font18b</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <posx>355</posx>
+ <posy>70</posy>
+ <width>895</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Season,$LOCALIZE[20373]: ]     $INFO[VideoPlayer.Episode,$LOCALIZE[20359]: ]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>time label</description>
+ <posx>355</posx>
+ <posy>100</posy>
+ <width>280</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Time]$INFO[Player.Duration, / ]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label" id="1">
+ <description>System Time Label</description>
+ <posx>1250</posx>
+ <posy>10</posy>
+ <width>200</width>
+ <height>25</height>
+ <textcolor>green</textcolor>
+ <label>$INFO[System.Time]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font13</font>
+ </control>
+ <control type="label">
+ <description>Chapter Pos No</description>
+ <posx>1250</posx>
+ <posy>100</posy>
+ <width>500</width>
+ <height>25</height>
+ <textcolor>white</textcolor>
+ <label>$INFO[Player.Chapter,$LOCALIZE[21396]: ]$INFO[Player.ChapterCount, / ]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <visible>Player.ChapterCount</visible>
+ </control>
+ <control type="progress">
+ <description>Progressbar</description>
+ <posx>355</posx>
+ <posy>130</posy>
+ <width>895</width>
+ <height>8</height>
+ <info>Player.Progress</info>
+ </control>
+ <control type="label" id="1">
+ <posx>1250</posx>
+ <posy>140</posy>
+ <width>895</width>
+ <height>25</height>
+ <label>$INFO[Player.ChapterName,$LOCALIZE[31020] : ]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ <scroll>true</scroll>
+ </control>
+ </control>
+ <control type="group">
+ <posy>0</posy>
+ <visible>Control.HasFocus(2) | Control.HasFocus(60)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <description>media info background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>135</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="textbox">
+ <description>Description Value for Movies</description>
+ <posx>30</posx>
+ <posy>15</posy>
+ <width>1200</width>
+ <height>105</height>
+ <font>font11</font>
+ <align>left</align>
+ <textcolor>white</textcolor>
+ <pagecontrol>60</pagecontrol>
+ <label>$INFO[VideoPlayer.Plot]</label>
+ <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
+ </control>
+ <control type="scrollbar" id="60">
+ <posx>1230</posx>
+ <posy>15</posy>
+ <width>20</width>
+ <height>105</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>2</onleft>
+ <onright>1</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>520</posy>
+ <visible>VideoPlayer.Content(MusicVideos)</visible>
+ <control type="image">
+ <description>Icon info background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>210</width>
+ <height>170</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image">
+ <description>media info background image</description>
+ <posx>215</posx>
+ <posy>0</posy>
+ <width>1065</width>
+ <height>170</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>System Time Label</description>
+ <posx>1250</posx>
+ <posy>10</posy>
+ <width>200</width>
+ <height>25</height>
+ <textcolor>green</textcolor>
+ <label>$INFO[System.Time]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font13</font>
+ </control>
+ <control type="image">
+ <description>cover image</description>
+ <posx>30</posx>
+ <posy>5</posy>
+ <width>175</width>
+ <height>160</height>
+ <info>VideoPlayer.cover</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label">
+ <posx>230</posx>
+ <posy>10</posy>
+ <width>1020</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Artist]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <posx>230</posx>
+ <posy>38</posy>
+ <width>1020</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Title]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font18b</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <posx>230</posx>
+ <posy>70</posy>
+ <width>885</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Studio]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>time label</description>
+ <posx>230</posx>
+ <posy>100</posy>
+ <width>280</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Time]$INFO[Player.Duration, / ]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="progress">
+ <description>Progressbar</description>
+ <posx>230</posx>
+ <posy>130</posy>
+ <width>1020</width>
+ <height>8</height>
+ <info>Player.Progress</info>
+ </control>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>520</posy>
+ <visible>VideoPlayer.Content(LiveTV)</visible>
+ <control type="image">
+ <description>Icon info background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>210</width>
+ <height>170</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image">
+ <description>media info background image</description>
+ <posx>215</posx>
+ <posy>0</posy>
+ <width>1065</width>
+ <height>170</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image">
+ <description>Button background image</description>
+ <posx>205r</posx>
+ <posy>0</posy>
+ <width>85</width>
+ <height>32</height>
+ <texture border="15,0,15,15">osd-panel-top.png</texture>
+ </control>
+ <control type="button" id="1">
+ <description>SmallInfo button</description>
+ <posx>195r</posx>
+ <posy>0</posy>
+ <width>32</width>
+ <height>32</height>
+ <label>-</label>
+ <font>-</font>
+ <aligny>-</aligny>
+ <texturefocus>osd_button_info_1.png</texturefocus>
+ <texturenofocus>osd_button_info_1_nofocus.png</texturenofocus>
+ <onleft>2</onleft>
+ <onright>2</onright>
+ <onup>1</onup>
+ <ondown>1</ondown>
+ </control>
+ <control type="button" id="2">
+ <description>SmallInfo button</description>
+ <posx>163r</posx>
+ <posy>0</posy>
+ <width>32</width>
+ <height>32</height>
+ <label>-</label>
+ <font>-</font>
+ <aligny>-</aligny>
+ <texturefocus>osd_button_info_2.png</texturefocus>
+ <texturenofocus>osd_button_info_2_nofocus.png</texturenofocus>
+ <onleft>1</onleft>
+ <onright>60</onright>
+ <onup>2</onup>
+ <ondown>2</ondown>
+ </control>
+ <control type="label" id="1">
+ <description>System Time Label</description>
+ <posx>1250</posx>
+ <posy>10</posy>
+ <width>200</width>
+ <height>25</height>
+ <textcolor>green</textcolor>
+ <label>$INFO[System.Time]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font13</font>
+ </control>
+ <control type="image">
+ <description>cover image</description>
+ <posx>30</posx>
+ <posy>5</posy>
+ <width>175</width>
+ <height>160</height>
+ <info>VideoPlayer.cover</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label">
+ <posx>230</posx>
+ <posy>38</posy>
+ <width>1020</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Title]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font18b</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <posx>230</posx>
+ <posy>70</posy>
+ <width>885</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Genre]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>time label</description>
+ <posx>230</posx>
+ <posy>100</posy>
+ <width>280</width>
+ <height>25</height>
+ <label>$INFO[VideoPlayer.Time]$INFO[Player.Duration, / ]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="progress">
+ <description>Progressbar</description>
+ <posx>230</posx>
+ <posy>130</posy>
+ <width>1020</width>
+ <height>8</height>
+ <info>Player.Progress</info>
+ </control>
+ <control type="group">
+ <posy>0</posy>
+ <visible>Control.HasFocus(2) | Control.HasFocus(60)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <description>media info background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>135</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="textbox">
+ <description>Description Value for Movies</description>
+ <posx>30</posx>
+ <posy>15</posy>
+ <width>1200</width>
+ <height>105</height>
+ <font>font11</font>
+ <align>left</align>
+ <textcolor>white</textcolor>
+ <pagecontrol>60</pagecontrol>
+ <label>$INFO[VideoPlayer.Plot]</label>
+ <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
+ </control>
+ <control type="scrollbar" id="60">
+ <posx>1230</posx>
+ <posy>15</posy>
+ <width>20</width>
+ <height>105</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>2</onleft>
+ <onright>1</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogGamepad.xml b/skin/PM3.HD/720p/DialogGamepad.xml new file mode 100644 index 0000000000..d385b20eec --- /dev/null +++ b/skin/PM3.HD/720p/DialogGamepad.xml @@ -0,0 +1,79 @@ +<window id="110">
+ <defaultcontrol>0</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>290</posx>
+ <posy>210</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>300</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>300</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>13406</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>620</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label" id="2">
+ <description>dialog line 1</description>
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="3">
+ <description>dialog line 2</description>
+ <posx>40</posx>
+ <posy>115</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="4">
+ <description>dialog line 3</description>
+ <posx>40</posx>
+ <posy>145</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogKaiToast.xml b/skin/PM3.HD/720p/DialogKaiToast.xml new file mode 100644 index 0000000000..f76f388ea6 --- /dev/null +++ b/skin/PM3.HD/720p/DialogKaiToast.xml @@ -0,0 +1,52 @@ +<window id="107">
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>850</posx>
+ <posy>630</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>60</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image" id="400">
+ <description>avatar</description>
+ <posx>10</posx>
+ <posy>10</posy>
+ <width>40</width>
+ <height>40</height>
+ <aspectratio>keep</aspectratio>
+ <texture>DefaultFile.png</texture>
+ </control>
+ <control type="label" id="401">
+ <description>Line 1 Label</description>
+ <posx>60</posx>
+ <posy>10</posy>
+ <width>330</width>
+ <height>18</height>
+ <font>font12</font>
+ <textcolor>green</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="label" id="402">
+ <description>Line 2 Label</description>
+ <posx>60</posx>
+ <posy>32</posy>
+ <width>330</width>
+ <height>20</height>
+ <font>font10</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogKaraokeSongSelector.xml b/skin/PM3.HD/720p/DialogKaraokeSongSelector.xml new file mode 100644 index 0000000000..40ee26d942 --- /dev/null +++ b/skin/PM3.HD/720p/DialogKaraokeSongSelector.xml @@ -0,0 +1,44 @@ +<window type="dialog" id="143">
+ <animation effect="fade" time="200">WindowClose</animation>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>10</posx>
+ <posy>10</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>68</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>2</bordersize>
+ </control>
+ <control type="label" id="401">
+ <description>Song Number Label</description>
+ <posx>10</posx>
+ <posy>2</posy>
+ <width>380</width>
+ <height>28</height>
+ <font>font13</font>
+ <textcolor>green</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="label" id="402">
+ <description>Song Name Label</description>
+ <posx>10</posx>
+ <posy>30</posy>
+ <width>380</width>
+ <height>30</height>
+ <font>font13</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogKaraokeSongSelectorLarge.xml b/skin/PM3.HD/720p/DialogKaraokeSongSelectorLarge.xml new file mode 100644 index 0000000000..573baa2ffd --- /dev/null +++ b/skin/PM3.HD/720p/DialogKaraokeSongSelectorLarge.xml @@ -0,0 +1,55 @@ +<window type="dialog" id="143">
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>415</posx>
+ <posy>280</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>450</width>
+ <height>160</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>2</bordersize>
+ </control>
+ <control type="label" id="1">
+ <description>heading label</description>
+ <posx>10</posx>
+ <posy>20</posy>
+ <width>410</width>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>22039</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="label" id="401">
+ <description>Song Number Label</description>
+ <posx>20</posx>
+ <posy>65</posy>
+ <width>410</width>
+ <height>40</height>
+ <font>font25</font>
+ <textcolor>green</textcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="label" id="402">
+ <description>Song Name Label</description>
+ <posx>20</posx>
+ <posy>100</posy>
+ <width>410</width>
+ <height>40</height>
+ <font>font22</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ </control>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/DialogKeyboard.xml b/skin/PM3.HD/720p/DialogKeyboard.xml new file mode 100644 index 0000000000..ca2a545a46 --- /dev/null +++ b/skin/PM3.HD/720p/DialogKeyboard.xml @@ -0,0 +1,794 @@ +<window id="103">
+ <defaultcontrol always="true">65</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>2</system>
+ <posx>0</posx>
+ <posy>165</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <include>VisibleFadeEffect</include>
+ <visible>!Window.IsVisible(numericinput)</visible>
+ <control type="image">
+ <posx>0</posx>
+ <posy>-10</posy>
+ <width>1280</width>
+ <height>104</height>
+ <texture border="1,11,1,23">sub-background.png</texture>
+ </control>
+ <control type="label" id="311">
+ <description>dialog Heading</description>
+ <posx>60</posx>
+ <posy>2</posy>
+ <width>1160</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>green</textcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="label" id="310">
+ <description>Edit Text</description>
+ <posx>20</posx>
+ <posy>35</posy>
+ <width>1240</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="group">
+ <posx>290</posx>
+ <posy>105</posy>
+ <control type="image">
+ <posx>-45</posx>
+ <posy>-45</posy>
+ <width>790</width>
+ <height>340</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <posx>-45</posx>
+ <posy>-45</posy>
+ <width>790</width>
+ <height>340</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="button" id="300">
+ <description>DONE button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>198</width>
+ <height>48</height>
+ <label>20177</label>
+ <onleft>57</onleft>
+ <onright>48</onright>
+ <onup>307</onup>
+ <ondown>302</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="48">
+ <description>'0' button</description>
+ <posx>200</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>300</onleft>
+ <onright>49</onright>
+ <onup>32</onup>
+ <ondown>65</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="49">
+ <description>'1' button</description>
+ <posx>250</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>48</onleft>
+ <onright>50</onright>
+ <onup>32</onup>
+ <ondown>66</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="50">
+ <description>'2' button</description>
+ <posx>300</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>49</onleft>
+ <onright>51</onright>
+ <onup>32</onup>
+ <ondown>67</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="51">
+ <description>'3' button</description>
+ <posx>350</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>50</onleft>
+ <onright>52</onright>
+ <onup>32</onup>
+ <ondown>68</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="52">
+ <description>'4' button</description>
+ <posx>400</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>51</onleft>
+ <onright>53</onright>
+ <onup>32</onup>
+ <ondown>69</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="53">
+ <description>'5' button</description>
+ <posx>450</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>52</onleft>
+ <onright>54</onright>
+ <onup>32</onup>
+ <ondown>70</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="54">
+ <description>'6' button</description>
+ <posx>500</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>53</onleft>
+ <onright>55</onright>
+ <onup>305</onup>
+ <ondown>71</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="55">
+ <description>'7' button</description>
+ <posx>550</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>54</onleft>
+ <onright>56</onright>
+ <onup>305</onup>
+ <ondown>72</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="56">
+ <description>'8' button</description>
+ <posx>600</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>55</onleft>
+ <onright>57</onright>
+ <onup>306</onup>
+ <ondown>73</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="57">
+ <description>'9' button</description>
+ <posx>650</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>56</onleft>
+ <onright>300</onright>
+ <onup>306</onup>
+ <ondown>74</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="togglebutton" id="302">
+ <description>SHIFT button</description>
+ <posx>0</posx>
+ <posy>50</posy>
+ <width>198</width>
+ <height>48</height>
+ <label>20178</label>
+ <onleft>74</onleft>
+ <onright>65</onright>
+ <onup>300</onup>
+ <ondown>303</ondown>
+ <texturenofocus border="3,14,27,3">button-nofocus-toggle-off.png</texturenofocus>
+ <texturefocus border="3,14,27,3">button-focus-toggle-off.png</texturefocus>
+ <alttexturenofocus border="3,14,27,3">button-nofocus-toggle-on.png</alttexturenofocus>
+ <alttexturefocus border="3,14,27,3">button-focus-toggle-on.png</alttexturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="65">
+ <description>'A' button</description>
+ <posx>200</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>302</onleft>
+ <onright>66</onright>
+ <onup>48</onup>
+ <ondown>75</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="66">
+ <description>'B' button</description>
+ <posx>250</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>65</onleft>
+ <onright>67</onright>
+ <onup>49</onup>
+ <ondown>76</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="67">
+ <description>'C' button</description>
+ <posx>300</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>66</onleft>
+ <onright>68</onright>
+ <onup>50</onup>
+ <ondown>77</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="68">
+ <description>'D' button</description>
+ <posx>350</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>67</onleft>
+ <onright>69</onright>
+ <onup>51</onup>
+ <ondown>78</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="69">
+ <description>'E' button</description>
+ <posx>400</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>68</onleft>
+ <onright>70</onright>
+ <onup>52</onup>
+ <ondown>79</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="70">
+ <description>'F' button</description>
+ <posx>450</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>69</onleft>
+ <onright>71</onright>
+ <onup>53</onup>
+ <ondown>80</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="71">
+ <description>'G' button</description>
+ <posx>500</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>70</onleft>
+ <onright>72</onright>
+ <onup>54</onup>
+ <ondown>81</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="72">
+ <description>'H' button</description>
+ <posx>550</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>71</onleft>
+ <onright>73</onright>
+ <onup>55</onup>
+ <ondown>82</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="73">
+ <description>'I' button</description>
+ <posx>600</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>72</onleft>
+ <onright>74</onright>
+ <onup>56</onup>
+ <ondown>83</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="74">
+ <description>'J' button</description>
+ <posx>650</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>73</onleft>
+ <onright>302</onright>
+ <onup>57</onup>
+ <ondown>84</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="togglebutton" id="303">
+ <description>CAPS LOCK button</description>
+ <posx>0</posx>
+ <posy>100</posy>
+ <width>198</width>
+ <height>48</height>
+ <label>20179</label>
+ <onleft>84</onleft>
+ <onright>75</onright>
+ <onup>302</onup>
+ <ondown>304</ondown>
+ <texturenofocus border="3,14,27,3">button-nofocus-toggle-off.png</texturenofocus>
+ <texturefocus border="3,14,27,3">button-focus-toggle-off.png</texturefocus>
+ <alttexturenofocus border="3,14,27,3">button-nofocus-toggle-on.png</alttexturenofocus>
+ <alttexturefocus border="3,14,27,3">button-focus-toggle-on.png</alttexturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="75">
+ <description>'K' button</description>
+ <posx>200</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>303</onleft>
+ <onright>76</onright>
+ <onup>65</onup>
+ <ondown>85</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="76">
+ <description>'L' button</description>
+ <posx>250</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>75</onleft>
+ <onright>77</onright>
+ <onup>66</onup>
+ <ondown>86</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="77">
+ <description>'M' button</description>
+ <posx>300</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>76</onleft>
+ <onright>78</onright>
+ <onup>67</onup>
+ <ondown>87</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="78">
+ <description>'N' button</description>
+ <posx>350</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>77</onleft>
+ <onright>79</onright>
+ <onup>68</onup>
+ <ondown>88</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="79">
+ <description>'O' button</description>
+ <posx>400</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>78</onleft>
+ <onright>80</onright>
+ <onup>69</onup>
+ <ondown>89</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="80">
+ <description>'P' button</description>
+ <posx>450</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>79</onleft>
+ <onright>81</onright>
+ <onup>70</onup>
+ <ondown>90</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="81">
+ <description>'Q' button</description>
+ <posx>500</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>80</onleft>
+ <onright>82</onright>
+ <onup>71</onup>
+ <ondown>8</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="82">
+ <description>'R' button</description>
+ <posx>550</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>81</onleft>
+ <onright>83</onright>
+ <onup>72</onup>
+ <ondown>8</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="83">
+ <description>'S' button</description>
+ <posx>600</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>82</onleft>
+ <onright>84</onright>
+ <onup>73</onup>
+ <ondown>8</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="84">
+ <description>'T' button</description>
+ <posx>650</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>83</onleft>
+ <onright>303</onright>
+ <onup>74</onup>
+ <ondown>8</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="togglebutton" id="304">
+ <description>Symbols button</description>
+ <posx>0</posx>
+ <posy>150</posy>
+ <width>198</width>
+ <height>48</height>
+ <label>20180</label>
+ <onleft>8</onleft>
+ <onright>85</onright>
+ <onup>303</onup>
+ <ondown>307</ondown>
+ <texturenofocus border="3,14,27,3">button-nofocus-toggle-off.png</texturenofocus>
+ <texturefocus border="3,14,27,3">button-focus-toggle-off.png</texturefocus>
+ <alttexturenofocus border="3,14,27,3">button-nofocus-toggle-on.png</alttexturenofocus>
+ <alttexturefocus border="3,14,27,3">button-focus-toggle-on.png</alttexturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="85">
+ <description>'U' button</description>
+ <posx>200</posx>
+ <posy>150</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>304</onleft>
+ <onright>86</onright>
+ <onup>75</onup>
+ <ondown>32</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="86">
+ <description>'V' button</description>
+ <posx>250</posx>
+ <posy>150</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>85</onleft>
+ <onright>87</onright>
+ <onup>76</onup>
+ <ondown>32</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="87">
+ <description>'W' button</description>
+ <posx>300</posx>
+ <posy>150</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>86</onleft>
+ <onright>88</onright>
+ <onup>77</onup>
+ <ondown>32</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="88">
+ <description>'X' button</description>
+ <posx>350</posx>
+ <posy>150</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>87</onleft>
+ <onright>89</onright>
+ <onup>78</onup>
+ <ondown>32</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="89">
+ <description>'Y' button</description>
+ <posx>400</posx>
+ <posy>150</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>88</onleft>
+ <onright>90</onright>
+ <onup>79</onup>
+ <ondown>32</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="90">
+ <description>'Z' button</description>
+ <posx>450</posx>
+ <posy>150</posy>
+ <width>48</width>
+ <height>48</height>
+ <onleft>89</onleft>
+ <onright>8</onright>
+ <onup>80</onup>
+ <ondown>32</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="8">
+ <description>BACKSPACE button</description>
+ <posx>500</posx>
+ <posy>150</posy>
+ <width>198</width>
+ <height>48</height>
+ <label>20181</label>
+ <onleft>90</onleft>
+ <onright>304</onright>
+ <onup>81</onup>
+ <ondown>305</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="307">
+ <description>IP Input button</description>
+ <posx>0</posx>
+ <posy>200</posy>
+ <width>198</width>
+ <height>48</height>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <label>1006</label>
+ <font>font12</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <onleft>306</onleft>
+ <onright>32</onright>
+ <onup>304</onup>
+ <ondown>300</ondown>
+ </control>
+ <control type="button" id="32">
+ <description>SPACE button</description>
+ <posx>200</posx>
+ <posy>200</posy>
+ <width>298</width>
+ <height>48</height>
+ <label>20182</label>
+ <onleft>307</onleft>
+ <onright>305</onright>
+ <onup>85</onup>
+ <ondown>48</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ </control>
+ <control type="button" id="305">
+ <description>previous button</description>
+ <posx>500</posx>
+ <posy>200</posy>
+ <width>98</width>
+ <height>48</height>
+ <label><<</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <onleft>32</onleft>
+ <onright>306</onright>
+ <onup>8</onup>
+ <ondown>54</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ </control>
+ <control type="button" id="306">
+ <description>next button</description>
+ <posx>600</posx>
+ <posy>200</posy>
+ <width>98</width>
+ <height>48</height>
+ <label>>></label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <onleft>305</onleft>
+ <onright>307</onright>
+ <onup>8</onup>
+ <ondown>56</ondown>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus-keyboard.png</texturefocus>
+ </control>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogMediaSource.xml b/skin/PM3.HD/720p/DialogMediaSource.xml new file mode 100644 index 0000000000..07f3f900db --- /dev/null +++ b/skin/PM3.HD/720p/DialogMediaSource.xml @@ -0,0 +1,260 @@ +<window id="129">
+ <defaultcontrol>10</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>240</posx>
+ <posy>100</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>520</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>520</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="2">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>13406</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label">
+ <description>path label</description>
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <label>1021</label>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="list" id="10">
+ <posx>45</posx>
+ <posy>120</posy>
+ <width>550</width>
+ <height>200</height>
+ <onup>9001</onup>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <ondown>12</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>550</width>
+ <height>35</height>
+ <texture border="3">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>530</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>550</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(10)</visible>
+ <texture border="3">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>550</width>
+ <height>35</height>
+ <visible>Control.HasFocus(10)</visible>
+ <texture border="3">button-focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>530</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="group" id="9000">
+ <control type="button" id="11">
+ <description>Browse Button</description>
+ <posx>605</posx>
+ <posy>120</posy>
+ <width>150</width>
+ <height>35</height>
+ <label>1024</label>
+ <font>font12</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onup>18</onup>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ <ondown>13</ondown>
+ </control>
+ <control type="button" id="13">
+ <description>Add Path Button</description>
+ <posx>605</posx>
+ <posy>160</posy>
+ <width>150</width>
+ <height>35</height>
+ <label>15019</label>
+ <font>font12</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onup>11</onup>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ <ondown>14</ondown>
+ </control>
+ <control type="button" id="14">
+ <description>Remove Path Button</description>
+ <posx>605</posx>
+ <posy>200</posy>
+ <width>150</width>
+ <height>35</height>
+ <label>1210</label>
+ <font>font12</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onup>13</onup>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ <ondown>12</ondown>
+ </control>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>328</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label">
+ <description>Name label</description>
+ <posx>40</posx>
+ <posy>335</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <label>1022</label>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="button" id="12">
+ <description>Name Button</description>
+ <posx>40</posx>
+ <posy>370</posy>
+ <width>720</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onup>10</onup>
+ <onleft>12</onleft>
+ <onright>19</onright>
+ <ondown>9001</ondown>
+ </control>
+ <control type="group" id="9001">
+ <control type="button" id="18">
+ <description>Ok Button</description>
+ <posx>300</posx>
+ <posy>435</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <label>186</label>
+ <onup>12</onup>
+ <onleft>20</onleft>
+ <onright>19</onright>
+ <ondown>10</ondown>
+ <animation effect="slide" start="0,0" end="-102,0" time="0" condition="!Control.IsVisible(20)">Conditional</animation>
+ </control>
+ <control type="button" id="19">
+ <description>Cancel Button</description>
+ <posx>510</posx>
+ <posy>435</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <label>222</label>
+ <onup>12</onup>
+ <onleft>18</onleft>
+ <onright>20</onright>
+ <ondown>10</ondown>
+ <animation effect="slide" start="0,0" end="-102,0" time="0" condition="!Control.IsVisible(20)">Conditional</animation>
+ </control>
+ <control type="button" id="20">
+ <description>Set Content Button</description>
+ <posx>90</posx>
+ <posy>435</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <label>20333</label>
+ <onup>12</onup>
+ <onleft>19</onleft>
+ <onright>18</onright>
+ <ondown>10</ondown>
+ </control>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/DialogMusicScan.xml b/skin/PM3.HD/720p/DialogMusicScan.xml new file mode 100644 index 0000000000..42e2f9e7b6 --- /dev/null +++ b/skin/PM3.HD/720p/DialogMusicScan.xml @@ -0,0 +1,53 @@ +<window id="112">
+ <defaultcontrol>402</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>850</posx>
+ <posy>10</posy>
+ <origin x="30" y="10">Window.IsVisible(seekbar)</origin>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <animation effect="slide" end="0,-150" time="200" condition="Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)">conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>60</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="label" id="401">
+ <description>Caption Label</description>
+ <posx>10</posx>
+ <posy>4</posy>
+ <width>380</width>
+ <height>18</height>
+ <font>font10</font>
+ <textcolor>green</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="label" id="402">
+ <description>Current Directory Label</description>
+ <posx>10</posx>
+ <posy>20</posy>
+ <width>380</width>
+ <height>20</height>
+ <font>font10</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="progress" id="403">
+ <description>progress control</description>
+ <posx>10</posx>
+ <posy>44</posy>
+ <width>380</width>
+ <height>6</height>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogMuteBug.xml b/skin/PM3.HD/720p/DialogMuteBug.xml new file mode 100644 index 0000000000..98c77df929 --- /dev/null +++ b/skin/PM3.HD/720p/DialogMuteBug.xml @@ -0,0 +1,38 @@ +<window id="113">
+ <defaultcontrol>-</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>530</posx>
+ <posy>15</posy>
+ </coordinates>
+ <controls>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>220</width>
+ <height>45</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>5</posy>
+ <width>35</width>
+ <height>35</height>
+ <texture>VolumeIcon-Mute.png</texture>
+ </control>
+ <control type="label" id="0">
+ <description>Label</description>
+ <posx>60</posx>
+ <posy>0</posy>
+ <width>150</width>
+ <height>45</height>
+ <label>31000</label>
+ <font>font11</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogNetworkSetup.xml b/skin/PM3.HD/720p/DialogNetworkSetup.xml new file mode 100644 index 0000000000..afb19dc19e --- /dev/null +++ b/skin/PM3.HD/720p/DialogNetworkSetup.xml @@ -0,0 +1,201 @@ +<window id="128">
+ <defaultcontrol>10</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>240</posx>
+ <posy>145</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>430</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>430</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="2">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>1007</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="spincontrolex" id="10">
+ <description>Protocol SpinControl</description>
+ <posx>40</posx>
+ <posy>85</posy>
+ <height>35</height>
+ <width>720</width>
+ <texturefocus border="5">button-focus.png</texturefocus>\n
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <textcolor>white</textcolor>
+ <disabledcolor>grey3</disabledcolor>
+ <textoffsetx>12</textoffsetx>
+ <aligny>center</aligny>
+ <reverse>yes</reverse>
+ <font>font12</font>
+ <label>1008</label>
+ <onup>18</onup>
+ <ondown>11</ondown>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ </control>
+ <control type="button" id="11">
+ <description>Server Address Button</description>
+ <posx>40</posx>
+ <posy>125</posy>
+ <width>565</width>
+ <height>35</height>
+ <textoffsetx>12</textoffsetx>
+ <aligny>center</aligny>
+ <texturefocus border="5">button-focus.png</texturefocus>\n
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <label>-</label>
+ <onup>10</onup>
+ <onleft>12</onleft>
+ <onright>12</onright>
+ <ondown>16</ondown>
+ </control>
+ <control type="button" id="12">
+ <description>Server Browse Button</description>
+ <posx>610</posx>
+ <posy>125</posy>
+ <width>150</width>
+ <height>35</height>
+ <textoffsetx>12</textoffsetx>
+ <font>font12</font>
+ <label>1024</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <texturefocus border="5">button-focus.png</texturefocus>\n
+ <onup>10</onup>
+ <onleft>11</onleft>
+ <onright>11</onright>
+ <ondown>16</ondown>
+ </control>
+ <control type="button" id="16">
+ <description>Remote path Button</description>
+ <posx>40</posx>
+ <posy>165</posy>
+ <width>720</width>
+ <height>35</height>
+ <textoffsetx>12</textoffsetx>
+ <aligny>center</aligny>
+ <texturefocus border="5">button-focus.png</texturefocus>\n
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <label>-</label>
+ <onup>11</onup>
+ <onleft>16</onleft>
+ <onright>16</onright>
+ <ondown>13</ondown>
+ </control>
+ <control type="button" id="13">
+ <description>Port Button</description>
+ <posx>40</posx>
+ <posy>205</posy>
+ <width>720</width>
+ <height>35</height>
+ <textoffsetx>12</textoffsetx>
+ <aligny>center</aligny>
+ <texturefocus border="5">button-focus.png</texturefocus>\n
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <label>1013</label>
+ <onup>16</onup>
+ <onleft>13</onleft>
+ <onright>13</onright>
+ <ondown>14</ondown>
+ </control>
+ <control type="button" id="14">
+ <description>Username Button</description>
+ <posx>40</posx>
+ <posy>245</posy>
+ <width>720</width>
+ <height>35</height>
+ <textoffsetx>12</textoffsetx>
+ <aligny>center</aligny>
+ <texturefocus border="5">button-focus.png</texturefocus>\n
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <label>1014</label>
+ <onup>13</onup>
+ <onleft>14</onleft>
+ <onright>14</onright>
+ <ondown>15</ondown>
+ </control>
+ <control type="button" id="15">
+ <description>Password Button</description>
+ <posx>40</posx>
+ <posy>285</posy>
+ <width>720</width>
+ <height>35</height>
+ <textoffsetx>12</textoffsetx>
+ <aligny>center</aligny>
+ <texturefocus border="5">button-focus.png</texturefocus>\n
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <label>15052</label>
+ <onup>14</onup>
+ <onleft>15</onleft>
+ <onright>15</onright>
+ <ondown>18</ondown>
+ </control>
+ <control type="button" id="18">
+ <description>Ok Button</description>
+ <posx>195</posx>
+ <posy>350</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>\n
+ <label>186</label>
+ <onup>15</onup>
+ <onleft>19</onleft>
+ <onright>19</onright>
+ <ondown>10</ondown>
+ </control>
+ <control type="button" id="19">
+ <description>Cancel Button</description>
+ <posx>405</posx>
+ <posy>350</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>\n
+ <label>222</label>
+ <onup>15</onup>
+ <onleft>18</onleft>
+ <onright>18</onright>
+ <ondown>10</ondown>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogNumeric.xml b/skin/PM3.HD/720p/DialogNumeric.xml new file mode 100644 index 0000000000..07944c1787 --- /dev/null +++ b/skin/PM3.HD/720p/DialogNumeric.xml @@ -0,0 +1,299 @@ +<window id="109">
+ <defaultcontrol always="true">21</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>2</system>
+ <posx>0</posx>
+ <posy>200</posy>
+ </coordinates>
+ <controls>
+ <control type="image">
+ <posx>0</posx>
+ <posy>-10</posy>
+ <width>1280</width>
+ <height>104</height>
+ <texture border="1,11,1,23">sub-background.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>dialog Heading</description>
+ <posx>60</posx>
+ <posy>2</posy>
+ <width>1160</width>
+ <height>30</height>
+ <font>font13</font>
+ <textcolor>green</textcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="label" id="4">
+ <description>Edit Text</description>
+ <posx>20</posx>
+ <posy>35</posy>
+ <width>1240</width>
+ <height>30</height>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ <disabledcolor>grey</disabledcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="group">
+ <posx>540</posx>
+ <posy>105</posy>
+ <control type="image">
+ <posx>-45</posx>
+ <posy>-45</posy>
+ <width>290</width>
+ <height>290</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <posx>-45</posx>
+ <posy>-45</posy>
+ <width>290</width>
+ <height>290</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="button" id="11">
+ <description>1 button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <label>12311</label>
+ <onleft>23</onleft>
+ <onright>12</onright>
+ <onup>20</onup>
+ <ondown>14</ondown>
+ </control>
+ <control type="button" id="12">
+ <description>2 button</description>
+ <posx>50</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <label>12312</label>
+ <onleft>11</onleft>
+ <onright>13</onright>
+ <onup>10</onup>
+ <ondown>15</ondown>
+ </control>
+ <control type="button" id="13">
+ <description>3 button</description>
+ <posx>100</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>48</height>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <label>12313</label>
+ <onleft>12</onleft>
+ <onright>23</onright>
+ <onup>22</onup>
+ <ondown>16</ondown>
+ </control>
+ <control type="button" id="23">
+ <description>Backspace button</description>
+ <posx>150</posx>
+ <posy>0</posy>
+ <width>48</width>
+ <height>98</height>
+ <font>font10</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <label>20181</label>
+ <angle>270</angle>
+ <onleft>13</onleft>
+ <onright>11</onright>
+ <onup>21</onup>
+ <ondown>21</ondown>
+ </control>
+ <control type="button" id="14">
+ <description>4 button</description>
+ <posx>0</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <label>12314</label>
+ <onleft>23</onleft>
+ <onright>15</onright>
+ <onup>11</onup>
+ <ondown>17</ondown>
+ </control>
+ <control type="button" id="15">
+ <description>5 button</description>
+ <posx>50</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <label>12315</label>
+ <onleft>14</onleft>
+ <onright>16</onright>
+ <onup>12</onup>
+ <ondown>18</ondown>
+ </control>
+ <control type="button" id="16">
+ <description>6 button</description>
+ <posx>100</posx>
+ <posy>50</posy>
+ <width>48</width>
+ <height>48</height>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <label>12316</label>
+ <onleft>15</onleft>
+ <onright>23</onright>
+ <onup>13</onup>
+ <ondown>19</ondown>
+ </control>
+ <control type="button" id="17">
+ <description>7 button</description>
+ <posx>0</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <label>12317</label>
+ <onleft>21</onleft>
+ <onright>18</onright>
+ <onup>14</onup>
+ <ondown>20</ondown>
+ </control>
+ <control type="button" id="18">
+ <description>8 button</description>
+ <posx>50</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <label>12318</label>
+ <onleft>17</onleft>
+ <onright>19</onright>
+ <onup>15</onup>
+ <ondown>10</ondown>
+ </control>
+ <control type="button" id="19">
+ <description>9 button</description>
+ <posx>100</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>48</height>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <label>12319</label>
+ <onleft>18</onleft>
+ <onright>21</onright>
+ <onup>16</onup>
+ <ondown>22</ondown>
+ </control>
+ <control type="button" id="21">
+ <description>Done button</description>
+ <posx>150</posx>
+ <posy>100</posy>
+ <width>48</width>
+ <height>98</height>
+ <font>font10</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <label>20177</label>
+ <angle>270</angle>
+ <onleft>19</onleft>
+ <onright>17</onright>
+ <onup>23</onup>
+ <ondown>23</ondown>
+ </control>
+ <control type="button" id="20">
+ <description>prev button</description>
+ <posx>0</posx>
+ <posy>150</posy>
+ <width>48</width>
+ <height>48</height>
+ <font>font13</font>
+ <label><<</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <onleft>21</onleft>
+ <onright>10</onright>
+ <onup>17</onup>
+ <ondown>11</ondown>
+ </control>
+ <control type="button" id="10">
+ <description>0 button</description>
+ <posx>50</posx>
+ <posy>150</posy>
+ <width>48</width>
+ <height>48</height>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <label>12310</label>
+ <onleft>20</onleft>
+ <onright>22</onright>
+ <onup>18</onup>
+ <ondown>12</ondown>
+ </control>
+ <control type="button" id="22">
+ <description>next button</description>
+ <posx>100</posx>
+ <posy>150</posy>
+ <width>48</width>
+ <height>48</height>
+ <font>font13</font>
+ <label>>></label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus border="4">button-nofocus.png</texturenofocus>
+ <texturefocus border="4">button-focus-keyboard.png</texturefocus>
+ <onleft>10</onleft>
+ <onright>21</onright>
+ <onup>19</onup>
+ <ondown>13</ondown>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogOK.xml b/skin/PM3.HD/720p/DialogOK.xml new file mode 100644 index 0000000000..f1f93b1eb0 --- /dev/null +++ b/skin/PM3.HD/720p/DialogOK.xml @@ -0,0 +1,97 @@ +<window id="2002">
+ <defaultcontrol>10</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>290</posx>
+ <posy>210</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>300</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>300</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>13406</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>620</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label" id="2">
+ <description>dialog line 1</description>
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="3">
+ <description>dialog line 2</description>
+ <posx>40</posx>
+ <posy>115</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="4">
+ <description>dialog line 3</description>
+ <posx>40</posx>
+ <posy>145</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="button" id="10">
+ <description>OK button</description>
+ <posx>250</posx>
+ <posy>215</posy>
+ <width>200</width>
+ <height>35</height>
+ <label>186</label>
+ <font>font13</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ <onup>10</onup>
+ <ondown>10</ondown>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogPictureInfo.xml b/skin/PM3.HD/720p/DialogPictureInfo.xml new file mode 100644 index 0000000000..6f59207099 --- /dev/null +++ b/skin/PM3.HD/720p/DialogPictureInfo.xml @@ -0,0 +1,145 @@ +<window id="139">
+ <defaultcontrol>5</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>240</posx>
+ <posy>55</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <texture border="40">DialogBack.png</texture>
+ <animation effect="fade" start="90" end="90" time="0" condition="Window.IsVisible(slideshow)">Conditional</animation>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>$LOCALIZE[13406]</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="list" id="5">
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>720</width>
+ <height>440</height>
+ <onleft>5</onleft>
+ <onright>5</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>720</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>200</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>210</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label2</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>720</width>
+ <height>35</height>
+ <colordiffuse>FFFFFFFF</colordiffuse>
+ <visible>!Control.HasFocus(5)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>720</width>
+ <height>35</height>
+ <colordiffuse>FFFFFFFF</colordiffuse>
+ <visible>Control.HasFocus(5)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>250</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>210</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label2</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <description>number of files/pages in list text label</description>
+ <posx>750</posx>
+ <posy>535</posy>
+ <width>700</width>
+ <font>font12b</font>
+ <align>right</align>
+ <scroll>true</scroll>
+ <textcolor>white</textcolor>
+ <label>($INFO[Container(5).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(5).CurrentPage]/$INFO[Container(5).NumPages])</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogPluginSettings.xml b/skin/PM3.HD/720p/DialogPluginSettings.xml new file mode 100644 index 0000000000..1e8bcc469e --- /dev/null +++ b/skin/PM3.HD/720p/DialogPluginSettings.xml @@ -0,0 +1,136 @@ +<window id="10140">
+ <defaultcontrol>2</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>240</posx>
+ <posy>55</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="20">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>-</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="grouplist" id="2">
+ <description>control area</description>
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>720</width>
+ <height>420</height>
+ <itemgap>5</itemgap>
+ <onup>2</onup>
+ <ondown>2</ondown>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ </control>
+ <control type="button" id="3">
+ <description>Default Button</description>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="4">
+ <description>Default RadioButton</description>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="spincontrolex" id="5">
+ <description>Default spincontrolex</description>
+ <height>35</height>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <reverse>yes</reverse>
+ </control>
+ <control type="image" id="6">
+ <description>Default Seperator</description>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="group" id="9001">
+ <control type="button" id="10">
+ <description>OK Button</description>
+ <posx>300</posx>
+ <posy>525</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ <texturefocus>button-focus2.png</texturefocus>
+ <label>186</label>
+ <onleft>12</onleft>
+ <onright>11</onright>
+ <onup>2</onup>
+ <ondown>2</ondown>
+ </control>
+ <control type="button" id="11">
+ <description>Cancel Button</description>
+ <posx>510</posx>
+ <posy>525</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ <texturefocus>button-focus2.png</texturefocus>
+ <label>222</label>
+ <onleft>10</onleft>
+ <onright>12</onright>
+ <onup>2</onup>
+ <ondown>2</ondown>
+ </control>
+ <control type="button" id="12">
+ <description>Defaults Button</description>
+ <posx>90</posx>
+ <posy>525</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ <texturefocus>button-focus2.png</texturefocus>
+ <label>409</label>
+ <onleft>11</onleft>
+ <onright>10</onright>
+ <onup>2</onup>
+ <ondown>2</ondown>
+ </control>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/DialogProgress.xml b/skin/PM3.HD/720p/DialogProgress.xml new file mode 100644 index 0000000000..40b736b677 --- /dev/null +++ b/skin/PM3.HD/720p/DialogProgress.xml @@ -0,0 +1,116 @@ +<window id="101">
+ <defaultcontrol>10</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>290</posx>
+ <posy>210</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>300</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>300</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>heading label</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>0</width>
+ <height>0</height>
+ <font>-</font>
+ <visible>false</visible>
+ </control>
+ <control type="label">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>$INFO[Control.GetLabel(1)] $INFO[System.Progressbar,- ,%]</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>620</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label" id="2">
+ <description>dialog line 1</description>
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="3">
+ <description>dialog line 2</description>
+ <posx>40</posx>
+ <posy>115</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ <haspath>yes</haspath>
+ </control>
+ <control type="label" id="4">
+ <description>dialog line 3</description>
+ <posx>40</posx>
+ <posy>145</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ <haspath>yes</haspath>
+ </control>
+ <control type="progress">
+ <description>Progressbar</description>
+ <posx>40</posx>
+ <posy>184</posy>
+ <width>620</width>
+ <height>10</height>
+ <info>System.Progressbar</info>
+ </control>
+ <control type="button" id="10">
+ <description>Cancel button</description>
+ <posx>250</posx>
+ <posy>215</posy>
+ <width>200</width>
+ <height>35</height>
+ <label>222</label>
+ <font>font13</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ <onup>10</onup>
+ <ondown>10</ondown>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogScriptInfo.xml b/skin/PM3.HD/720p/DialogScriptInfo.xml new file mode 100644 index 0000000000..c15a0759c8 --- /dev/null +++ b/skin/PM3.HD/720p/DialogScriptInfo.xml @@ -0,0 +1,69 @@ +<window id="2004">
+ <defaultcontrol>61</defaultcontrol>
+ <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="label">
+ <description>Item Title value</description>
+ <posx>40</posx>
+ <posy>45</posy>
+ <width>1200</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>dialogheader</textcolor>
+ <label>$LOCALIZE[262]</label>
+ <font>font18</font>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>84</posy>
+ <width>1200</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="textbox" id="5">
+ <description>textarea</description>
+ <posx>50</posx>
+ <posy>100</posy>
+ <width>1160</width>
+ <height>540</height>
+ <label>-</label>
+ <font>font11</font>
+ <align>justify</align>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <pagecontrol>61</pagecontrol>
+ </control>
+ <control type="scrollbar" id="61">
+ <posx>1215</posx>
+ <posy>100</posy>
+ <width>20</width>
+ <height>540</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>61</onleft>
+ <onright>61</onright>
+ <ondown>61</ondown>
+ <onup>61</onup>
+ <showonepage>true</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/DialogSeekBar.xml b/skin/PM3.HD/720p/DialogSeekBar.xml new file mode 100644 index 0000000000..bc271ef1e1 --- /dev/null +++ b/skin/PM3.HD/720p/DialogSeekBar.xml @@ -0,0 +1,297 @@ +<window id="115">
+ <defaultcontrol>1</defaultcontrol>
+ <visible>Player.Seeking | Player.DisplayAfterSeek | Player.Paused | Player.Forwarding | Player.Rewinding</visible>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>850</posx>
+ <posy>15</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <!-- Chapter Count images -->
+ <posx>-820</posx>
+ <visible>player.chaptercount</visible>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>220</width>
+ <height>50</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="label" id="1">
+ <description>Chapter Pos No</description>
+ <posx>10</posx>
+ <posy>10</posy>
+ <width>200</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$INFO[player.chapter,$LOCALIZE[21396] ]$INFO[player.chaptercount, / ]</label>
+ <visible>player.chaptercount</visible>
+ <align>center</align>
+ <font>font11</font>
+ </control>
+ </control>
+ <control type="group">
+ <!-- playstate images -->
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>50</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="label">
+ <description>Playing Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>31042</label>
+ <visible>Player.Playing + !Player.Seeking</visible>
+ </control>
+ <control type="label">
+ <description>Paused Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>31043</label>
+ <visible>[Player.Paused + !Player.Caching] + !Player.Seeking</visible>
+ </control>
+ <control type="label">
+ <description>Cache Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
+ <visible>[Player.Paused + Player.Caching] + !Player.Seeking</visible>
+ </control>
+ <control type="label">
+ <description>Seeking Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>[UPPERCASE]$LOCALIZE[773][/UPPERCASE]</label>
+ <visible>Player.Seeking</visible>
+ </control>
+
+ <control type="label">
+ <description>RW x2 Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[31045] x2</label>
+ <visible>Player.Rewinding2x + !Player.Seeking</visible>
+ </control>
+ <control type="label">
+ <description>RW x4 Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[31045] x4</label>
+ <visible>Player.Rewinding4x + !Player.Seeking</visible>
+ </control>
+ <control type="label">
+ <description>RW x8 Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[31045] x8</label>
+ <visible>Player.Rewinding8x + !Player.Seeking</visible>
+ </control>
+ <control type="label">
+ <description>RW x16 Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[31045] x16</label>
+ <visible>Player.Rewinding16x</visible>
+ </control>
+ <control type="label">
+ <description>RW x32 Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[31045] x32</label>
+ <visible>Player.Rewinding32x + !Player.Seeking</visible>
+ </control>
+
+ <control type="label">
+ <description>FF x2 Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[31044] x2</label>
+ <visible>Player.Forwarding2x + !Player.Seeking</visible>
+ </control>
+ <control type="label">
+ <description>FF x4 Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[31044] x4</label>
+ <visible>Player.Forwarding4x + !Player.Seeking</visible>
+ </control>
+ <control type="label">
+ <description>FF x8 Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[31044] x8</label>
+ <visible>Player.Forwarding8x</visible>
+ </control>
+ <control type="label">
+ <description>FF x16 Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[31044] x16</label>
+ <visible>Player.Forwarding16x + !Player.Seeking</visible>
+ </control>
+ <control type="label">
+ <description>FF x32 Label</description>
+ <posx>200</posx>
+ <posy>8</posy>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[31044] x32</label>
+ <visible>Player.Forwarding32x + !Player.Seeking</visible>
+ </control>
+
+ <!-- progressbar dialog -->
+ <control type="label" id="22">
+ <description>Elapsed Time Label</description>
+ <posx>10</posx>
+ <posy>7</posy>
+ <width>110</width>
+ <height>20</height>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>Player.Time</info>
+ <visible>!Player.Seeking</visible>
+ </control>
+ <control type="label" id="22">
+ <description>Seek Time Label</description>
+ <posx>10</posx>
+ <posy>7</posy>
+ <width>110</width>
+ <height>20</height>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>Player.SeekTime</info>
+ <visible>Player.Seeking</visible>
+ </control>
+ <control type="label" id="0">
+ <description>Duration Label</description>
+ <posx>380</posx>
+ <posy>7</posy>
+ <width>130</width>
+ <height>20</height>
+ <label>$INFO[Player.Duration]</label>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="progress" id="23">
+ <description>Progressbar</description>
+ <posx>10</posx>
+ <posy>31</posy>
+ <width>380</width>
+ <height>8</height>
+ <info>Player.Progress</info>
+ <visible>true</visible>
+ </control>
+ <control type="progress">
+ <description>Player Caching Progress Bar</description>
+ <posx>10</posx>
+ <posy>40</posy>
+ <width>380</width>
+ <height>3</height>
+ <midtexture border="4,0,4,0">ProgressBuffer.png</midtexture>
+ <info>Player.CacheLevel</info>
+ <visible>Player.Caching</visible>
+ </control>
+ <control type="slider" id="401">
+ <description>Seek Slider</description>
+ <posx>10</posx>
+ <posy>31</posy>
+ <width>380</width>
+ <height>12</height>
+ <texturesliderbar>seekslider.png</texturesliderbar>
+ <textureslidernib>slider_nibFO.png</textureslidernib>
+ <textureslidernibfocus>slider_nibFO.png</textureslidernibfocus>
+ <onup>1</onup>
+ <ondown>1</ondown>
+ <onleft>1</onleft>
+ <onright>1</onright>
+ <visible>Player.Seeking</visible>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogSelect.xml b/skin/PM3.HD/720p/DialogSelect.xml new file mode 100644 index 0000000000..6f8309ad21 --- /dev/null +++ b/skin/PM3.HD/720p/DialogSelect.xml @@ -0,0 +1,155 @@ +<window type="dialog" id="2000">
+ <defaultcontrol always="true">3</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>335</posx>
+ <posy>35</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>610</width>
+ <height>650</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>610</width>
+ <height>650</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>510</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>13406</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>510</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="list" id="3">
+ <posx>45</posx>
+ <posy>90</posy>
+ <width>500</width>
+ <height>480</height>
+ <onup>3</onup>
+ <ondown>3</ondown>
+ <onleft>5</onleft>
+ <onright>61</onright>
+ <pagecontrol>61</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>35</height>
+ <texture border="3">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>480</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(3)</visible>
+ <texture border="3">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>35</height>
+ <visible>Control.HasFocus(3)</visible>
+ <texture border="3">button-focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>480</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="61">
+ <posx>550</posx>
+ <posy>90</posy>
+ <width>20</width>
+ <height>475</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>3</onleft>
+ <onright>3</onright>
+ <ondown>61</ondown>
+ <onup>61</onup>
+ <showonepage>true</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ <control type="label">
+ <description>number of files/pages in list text label</description>
+ <posx>570</posx>
+ <posy>570</posy>
+ <width>300</width>
+ <height>35</height>
+ <font>font12b</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <scroll>true</scroll>
+ <textcolor>white</textcolor>
+ <label>($INFO[Container(3).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(3).CurrentPage]/$INFO[Container(3).NumPages])</label>
+ </control>
+ <control type="button" id="5">
+ <description>OK button</description>
+ <posx>40</posx>
+ <posy>570</posy>
+ <width>200</width>
+ <height>35</height>
+ <label>186</label>
+ <font>font13</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>61</onleft>
+ <onright>3</onright>
+ <onup>3</onup>
+ <ondown>3</ondown>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogSlider.xml b/skin/PM3.HD/720p/DialogSlider.xml new file mode 100644 index 0000000000..4b12861d55 --- /dev/null +++ b/skin/PM3.HD/720p/DialogSlider.xml @@ -0,0 +1,60 @@ +<window id="145"> + <defaultcontrol>11</defaultcontrol> + <include>dialogeffect</include> + <coordinates> + <system>1</system> + <posx>430</posx> + <posy>600</posy> + </coordinates> + <controls> + <control type="image"> + <posx>0</posx> + <posy>0</posy> + <width>390</width> + <height>58</height> + <colordiffuse>FFFFFFFF</colordiffuse> + <texture>black-back.png</texture> + <bordertexture border="3">NoCover_1.png</bordertexture> + <bordersize>4</bordersize> + </control> + <control type="label" id="10"> + <description>Dialog header</description> + <posx>20</posx> + <posy>8</posy> + <width>180</width> + <height>20</height> + <align>left</align> + <aligny>center</aligny> + <font>font11</font> + <textcolor>white</textcolor> + </control> + <control type="label" id="12"> + <description>Slider Value</description> + <posx>370</posx> + <posy>8</posy> + <width>180</width> + <height>20</height> + <align>right</align> + <aligny>center</aligny> + <font>font11</font> + <textcolor>white</textcolor> + </control> + <control type="slider" id="11"> + <description>Slider</description> + <posx>20</posx> + <posy>34</posy> + <width>350</width> + <height>15</height> + <aligny>center</aligny> + <texturefocus>-</texturefocus> + <texturenofocus>-</texturenofocus> + <texturesliderbar>osd_slider_bg_2.png</texturesliderbar> + <textureslidernib>osd_slider_nibNF.png</textureslidernib> + <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus> + <onup>11</onup> + <ondown>11</ondown> + <onleft>11</onleft> + <onright>11</onright> + </control> + </controls> +</window> diff --git a/skin/PM3.HD/720p/DialogSongInfo.xml b/skin/PM3.HD/720p/DialogSongInfo.xml new file mode 100644 index 0000000000..56f3d7fe0f --- /dev/null +++ b/skin/PM3.HD/720p/DialogSongInfo.xml @@ -0,0 +1,349 @@ +<window id="135">
+ <defaultcontrol always="true">10</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>190</posx>
+ <posy>100</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>900</width>
+ <height>520</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>900</width>
+ <height>520</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>820</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>$LOCALIZE[658]</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>79</posy>
+ <width>820</width>
+ <height>4</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label">
+ <description>Song Title value</description>
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>820</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <info>ListItem.Title</info>
+ <textcolor>green</textcolor>
+ </control>
+ <control type="grouplist">
+ <posx>50</posx>
+ <posy>140</posy>
+ <width>200</width>
+ <height>280</height>
+ <usecontrolcoords>true</usecontrolcoords>
+ <control type="group">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>200</width>
+ <height>200</height>
+ <aspectratio aligny="bottom">keep</aspectratio>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>200</posy>
+ <width>200</width>
+ <height>200</height>
+ <aspectratio aligny="top">keep</aspectratio>
+ <texture flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <description>Rating value</description>
+ <posx>50</posx>
+ <posy>360</posy>
+ <width>160</width>
+ <height>32</height>
+ <info>ListItem.StarRating</info>
+ </control>
+ <control type="button" id="14">
+ <description>Decrease Rating</description>
+ <posx>220</posx>
+ <posy>370</posy>
+ <width>33</width>
+ <height>22</height>
+ <onclick>DecreaseRating</onclick>
+ <texturenofocus>scroll-down-2.png</texturenofocus>
+ <texturefocus>scroll-down-focus-2.png</texturefocus>
+ <onleft>15</onleft>
+ <onright>15</onright>
+ <ondown>10</ondown>
+ <onup>10</onup>
+ </control>
+ <control type="button" id="15">
+ <description>Increase Rating</description>
+ <posx>253</posx>
+ <posy>370</posy>
+ <width>33</width>
+ <height>22</height>
+ <onclick>IncreaseRating</onclick>
+ <texturenofocus>scroll-up-2.png</texturenofocus>
+ <texturefocus>scroll-up-focus-2.png</texturefocus>
+ <onleft>14</onleft>
+ <onright>14</onright>
+ <ondown>10</ondown>
+ <onup>10</onup>
+ </control>
+ <control type="label">
+ <description>Artist Title</description>
+ <posx>270</posx>
+ <posy>140</posy>
+ <width>110</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[557]:</label>
+ </control>
+ <control type="fadelabel">
+ <description>Artist Value</description>
+ <posx>390</posx>
+ <posy>140</posy>
+ <width>480</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <label fallback="161">$INFO[ListItem.Artist]</label>
+ </control>
+ <control type="label">
+ <description>Album Title</description>
+ <posx>270</posx>
+ <posy>170</posy>
+ <width>110</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[558]:</label>
+ </control>
+ <control type="fadelabel">
+ <description>Album Value</description>
+ <posx>390</posx>
+ <posy>170</posy>
+ <width>480</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <label fallback="161">$INFO[ListItem.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
+ </control>
+ <control type="label">
+ <description>Genre Title</description>
+ <posx>270</posx>
+ <posy>200</posy>
+ <width>110</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[515]:</label>
+ </control>
+ <control type="fadelabel">
+ <description>Genre Value</description>
+ <posx>390</posx>
+ <posy>200</posy>
+ <width>480</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <label fallback="161">$INFO[ListItem.Genre]</label>
+ </control>
+ <control type="label">
+ <description>Year Title</description>
+ <posx>270</posx>
+ <posy>230</posy>
+ <width>110</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[562]:</label>
+ </control>
+ <control type="fadelabel">
+ <description>Year Value</description>
+ <posx>390</posx>
+ <posy>230</posy>
+ <width>480</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <label fallback="161">$INFO[ListItem.Year]</label>
+ </control>
+ <control type="label">
+ <description>Track Number Title</description>
+ <posx>270</posx>
+ <posy>260</posy>
+ <width>110</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[554]:</label>
+ </control>
+ <control type="fadelabel">
+ <description>Track Number Value</description>
+ <posx>390</posx>
+ <posy>260</posy>
+ <width>480</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <label fallback="161">$INFO[ListItem.TrackNumber]</label>
+ </control>
+ <control type="label">
+ <description>Rating Title</description>
+ <posx>270</posx>
+ <posy>290</posy>
+ <width>110</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[563]:</label>
+ </control>
+ <control type="fadelabel">
+ <description>Rating Value</description>
+ <posx>390</posx>
+ <posy>290</posy>
+ <width>480</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <label fallback="161">$INFO[ListItem.Rating]</label>
+ </control>
+ <control type="label">
+ <description>Comment Title</description>
+ <posx>270</posx>
+ <posy>320</posy>
+ <width>110</width>
+ <height>25</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <label>$LOCALIZE[569]:</label>
+ </control>
+ <control type="textbox">
+ <description>Comment value</description>
+ <posx>390</posx>
+ <posy>320</posy>
+ <width>480</width>
+ <height>100</height>
+ <font>font12</font>
+ <pagecontrol>999999999</pagecontrol>
+ <label fallback="161">$INFO[ListItem.Comment]</label>
+ </control>
+ <control type="button" id ="13">
+ <description>Get Thumb button</description>
+ <posx>40</posx>
+ <posy>440</posy>
+ <width>200</width>
+ <height>32</height>
+ <label>13405</label>
+ <font>font12</font>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onleft>11</onleft>
+ <onright>12</onright>
+ <onup>14</onup>
+ <ondown>14</ondown>
+ </control>
+ <control type="button" id="12">
+ <description>Album Info button</description>
+ <posx>245</posx>
+ <posy>440</posy>
+ <width>200</width>
+ <height>32</height>
+ <label>10523</label>
+ <font>font12</font>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onleft>13</onleft>
+ <onright>10</onright>
+ <onup>14</onup>
+ <ondown>14</ondown>
+ </control>
+ <control type="button" id ="10">
+ <description>Ok button</description>
+ <posx>455</posx>
+ <posy>440</posy>
+ <width>200</width>
+ <height>32</height>
+ <label>186</label>
+ <font>font13</font>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onleft>12</onleft>
+ <onright>11</onright>
+ <onup>14</onup>
+ <ondown>14</ondown>
+ </control>
+ <control type="button" id="11">
+ <description>Cancel button</description>
+ <posx>660</posx>
+ <posy>440</posy>
+ <width>200</width>
+ <height>32</height>
+ <label>222</label>
+ <font>font13</font>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onleft>10</onleft>
+ <onright>13</onright>
+ <onup>14</onup>
+ <ondown>14</ondown>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogVideoInfo.xml b/skin/PM3.HD/720p/DialogVideoInfo.xml new file mode 100644 index 0000000000..9eedd461ef --- /dev/null +++ b/skin/PM3.HD/720p/DialogVideoInfo.xml @@ -0,0 +1,961 @@ +<window id="2003">
+ <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="label">
+ <description>Item Title value</description>
+ <posx>40</posx>
+ <posy>45</posy>
+ <width>1200</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>green</textcolor>
+ <label>[UPPERCASE]$INFO[Listitem.Title][/UPPERCASE]</label>
+ <font>font18</font>
+ </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(MovieInformation)</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(lookandfeel.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(tvshows) + !container.content(episodes) + !container.content(musicvideos)</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>31040</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>240</width>
+ <height>350</height>
+ <texture>$INFO[Listitem.Icon]</texture>
+ <aspectratio>keep</aspectratio>
+ <bordertexture border="5">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ </control>
+ <control type="list" id="49">
+ <posx>330</posx>
+ <posy>100</posy>
+ <width>890</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>705</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>890</width>
+ <height>30</height>
+ <visible>Control.HasFocus(49)</visible>
+ <texture border="3">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>705</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[20339]:</label>
+ <label2>$INFO[ListItem.Director]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Director)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[20417]:</label>
+ <label2>$INFO[ListItem.Writer]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Writer)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[572]:</label>
+ <label2>$INFO[ListItem.Studio]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Studio)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[515]:</label>
+ <label2>$INFO[ListItem.Genre]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Genre)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[562]:</label>
+ <label2>$INFO[ListItem.Year]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Year)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[2050]:</label>
+ <label2>$INFO[ListItem.Duration]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Duration)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[563]:</label>
+ <label2>$INFO[ListItem.RatingAndVotes]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[202]:</label>
+ <label2>$INFO[ListItem.TagLine]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.TagLine)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[203]:</label>
+ <label2>$INFO[ListItem.PlotOutline]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.PlotOutline)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[20074]:</label>
+ <label2>$INFO[ListItem.mpaa]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.mpaa)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[15311]</label>
+ <label2>$INFO[ListItem.FilenameAndPath]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
+ </item>
+ </content>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Container.Content(TVShows)</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>31041</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>40</posx>
+ <posy>100</posy>
+ <width>1200</width>
+ <height>150</height>
+ <texture>$INFO[Listitem.Icon]</texture>
+ <aspectratio aligny="bottom">keep</aspectratio>
+ </control>
+ <control type="image">
+ <description>Cover image</description>
+ <posx>40</posx>
+ <posy>250</posy>
+ <width>1200</width>
+ <height>150</height>
+ <texture flipy ="true" diffuse="diffuse_mirror2.png">$INFO[Listitem.Icon]</texture>
+ <aspectratio aligny="top">keep</aspectratio>
+ </control>
+ <control type="list" id="49">
+ <posx>60</posx>
+ <posy>290</posy>
+ <width>1160</width>
+ <height>150</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>975</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>1160</width>
+ <height>30</height>
+ <visible>Control.HasFocus(49)</visible>
+ <texture border="3">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>975</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[20360]:</label>
+ <label2>$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Episode)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[20416]:</label>
+ <label2>$INFO[ListItem.Premiered]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Premiered)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[515]:</label>
+ <label2>$INFO[ListItem.Genre]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Genre)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[562]:</label>
+ <label2>$INFO[ListItem.Year]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Year)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[563]:</label>
+ <label2>$INFO[ListItem.Rating]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Rating)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[15311]</label>
+ <label2>$INFO[ListItem.FilenameAndPath]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
+ </item>
+ </content>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Container.Content(Episodes)</visible>
+ <control type="image">
+ <description>Cover image</description>
+ <posx>60</posx>
+ <posy>100</posy>
+ <width>420</width>
+ <height>350</height>
+ <texture>$INFO[Listitem.Icon]</texture>
+ <aspectratio aligny="top">keep</aspectratio>
+ <bordertexture border="5">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ </control>
+ <control type="list" id="49">
+ <posx>510</posx>
+ <posy>100</posy>
+ <width>710</width>
+ <height>300</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>530</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>710</width>
+ <height>30</height>
+ <visible>Control.HasFocus(49)</visible>
+ <texture border="3">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>530</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[20364]:</label>
+ <label2>$INFO[ListItem.TVShowTitle]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.TVShowTitle)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[20373]:</label>
+ <label2>$INFO[ListItem.Season]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Season)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[20359]:</label>
+ <label2>$INFO[ListItem.Episode]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Episode)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[20416]:</label>
+ <label2>$INFO[ListItem.Premiered]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Premiered)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[515]:</label>
+ <label2>$INFO[ListItem.Genre]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Genre)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[20339]:</label>
+ <label2>$INFO[ListItem.Director]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Director)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[20417]:</label>
+ <label2>$INFO[ListItem.Writer]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Writer)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[562]:</label>
+ <label2>$INFO[ListItem.Year]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Year)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[2050]:</label>
+ <label2>$INFO[ListItem.Duration]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Duration)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[563]:</label>
+ <label2>$INFO[ListItem.Rating]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Rating)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[15311]</label>
+ <label2>$INFO[ListItem.FilenameAndPath]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
+ </item>
+ </content>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Container.Content(MusicVideos)</visible>
+ <control type="image">
+ <description>Cover image</description>
+ <posx>60</posx>
+ <posy>100</posy>
+ <width>420</width>
+ <height>350</height>
+ <texture>$INFO[Listitem.Icon]</texture>
+ <aspectratio aligny="top">keep</aspectratio>
+ <bordertexture border="5">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ </control>
+ <control type="list" id="49">
+ <posx>510</posx>
+ <posy>100</posy>
+ <width>710</width>
+ <height>300</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>530</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>710</width>
+ <height>30</height>
+ <visible>Control.HasFocus(49)</visible>
+ <texture border="3">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>530</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[558]:</label>
+ <label2>$INFO[ListItem.Album]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Album)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[515]:</label>
+ <label2>$INFO[ListItem.Genre]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Genre)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[572]:</label>
+ <label2>$INFO[ListItem.Studio]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Studio)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[20417]:</label>
+ <label2>$INFO[ListItem.Writer]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Writer)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[562]:</label>
+ <label2>$INFO[ListItem.Year]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Year)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[2050]:</label>
+ <label2>$INFO[ListItem.Duration]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.Duration)</visible>
+ </item>
+ <item>
+ <label>$LOCALIZE[15311]</label>
+ <label2>$INFO[ListItem.FilenameAndPath]</label2>
+ <onclick>-</onclick>
+ <visible>!IsEmpty(ListItem.FilenameAndPath)</visible>
+ </item>
+ </content>
+ </control>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>460</posy>
+ <width>1200</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="textbox" id="400">
+ <description>textarea</description>
+ <posx>290</posx>
+ <posy>480</posy>
+ <width>930</width>
+ <height>160</height>
+ <label>$INFO[ListItem.Plot,[COLOR=grey2]$LOCALIZE[207]:    [/COLOR]]</label>
+ <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>760</width>
+ <height>160</height>
+ <onleft>49</onleft>
+ <onright>61</onright>
+ <onup>50</onup>
+ <ondown>50</ondown>
+ <viewtype label="">list</viewtype>
+ <pagecontrol>61</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <orientation>vertical</orientation>
+ <itemlayout 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 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>Actor 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)</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="-170,0" condition="Control.IsVisible(50)">Conditional</animation>
+ </control>
+ <control type="grouplist">
+ <description>Media Codec Flagging Images</description>
+ <posx>290</posx>
+ <posy>640</posy>
+ <width>640</width>
+ <itemgap>0</itemgap>
+ <orientation>horizontal</orientation>
+ <include>CodecFlaggingConditions</include>
+ </control>
+ <control type="group" id="9001">
+ <control type="group" id="9000">
+ <posx>60</posx>
+ <posy>470</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>11</onup>
+ <ondown>8</ondown>
+ </control>
+ <control type="togglebutton" id="8">
+ <description>Play/browse to Show</description>
+ <posx>0</posx>
+ <posy>33</posy>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>208</label>
+ <alttexturefocus border="2">button-focus.png</alttexturefocus>
+ <alttexturenofocus border="2">button-nofocus.png</alttexturenofocus>
+ <altlabel>1024</altlabel>
+ <usealttexture>Container.Content(TVShows)</usealttexture>
+ <onleft>61</onleft>
+ <onright>49</onright>
+ <onup>5</onup>
+ <ondown>6</ondown>
+ </control>
+ <control type="button" id="6">
+ <description>Refresh</description>
+ <posx>0</posx>
+ <posy>66</posy>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>184</label>
+ <onleft>61</onleft>
+ <onright>49</onright>
+ <onup>8</onup>
+ <ondown>12</ondown>
+ </control>
+ <control type="button" id="12">
+ <description>Get Fanart</description>
+ <posx>0</posx>
+ <posy>99</posy>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>20413</label>
+ <onleft>61</onleft>
+ <onright>49</onright>
+ <onup>6</onup>
+ <ondown>10</ondown>
+ </control>
+ <control type="button" id="10">
+ <description>Get Thumb</description>
+ <posx>0</posx>
+ <posy>132</posy>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>13405</label>
+ <onleft>61</onleft>
+ <onright>49</onright>
+ <onup>12</onup>
+ <ondown>11</ondown>
+ </control>
+ <control type="button" id="11">
+ <description>Play Trailer</description>
+ <posx>0</posx>
+ <posy>165</posy>
+ <include>ButtonInfoDialogsCommonValues</include>
+ <label>20410</label>
+ <onleft>61</onleft>
+ <onright>49</onright>
+ <onup>10</onup>
+ <ondown>5</ondown>
+ <enable>!IsEmpty(ListItem.Trailer)</enable>
+ </control>
+ </control>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/DialogVideoScan.xml b/skin/PM3.HD/720p/DialogVideoScan.xml new file mode 100644 index 0000000000..ed80221ef0 --- /dev/null +++ b/skin/PM3.HD/720p/DialogVideoScan.xml @@ -0,0 +1,72 @@ +<window id="133">
+ <defaultcontrol>402</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>850</posx>
+ <posy>10</posy>
+ <origin x="30" y="10">Window.IsVisible(seekbar)</origin>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <animation effect="slide" end="0,-150" time="200" condition="Window.IsVisible(FullscreenVideo) | Window.IsVisible(Visualisation)">conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>60</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="label" id="401">
+ <description>Caption Label</description>
+ <posx>10</posx>
+ <posy>4</posy>
+ <width>380</width>
+ <height>18</height>
+ <font>font10</font>
+ <textcolor>green</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="label" id="402">
+ <description>Current Directory Label</description>
+ <posx>10</posx>
+ <posy>20</posy>
+ <width>380</width>
+ <height>20</height>
+ <font>font10</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <visible>Skin.HasSetting(No_Media_Titles_In_Scanner)</visible>
+ </control>
+ <control type="label" id="405">
+ <description>Current Title Label</description>
+ <posx>10</posx>
+ <posy>20</posy>
+ <width>380</width>
+ <height>20</height>
+ <font>font10</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <visible>!Skin.HasSetting(No_Media_Titles_In_Scanner)</visible>
+ </control>
+ <control type="progress" id="403">
+ <description>progress control</description>
+ <posx>10</posx>
+ <posy>42</posy>
+ <width>380</width>
+ <height>6</height>
+ </control>
+ <control type="progress" id="404">
+ <description>progress control</description>
+ <posx>10</posx>
+ <posy>49</posy>
+ <width>380</width>
+ <height>6</height>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogVolumeBar.xml b/skin/PM3.HD/720p/DialogVolumeBar.xml new file mode 100644 index 0000000000..aff5a38d0d --- /dev/null +++ b/skin/PM3.HD/720p/DialogVolumeBar.xml @@ -0,0 +1,71 @@ +<window id="104">
+ <defaultcontrol>1</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>850</posx>
+ <posy>15</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <animation effect="slide" start="0,0" end="0,55" time="0" condition="Window.IsVisible(seekbar)">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>45</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="group">
+ <visible>!player.passthrough</visible>
+ <control type="image">
+ <posx>10</posx>
+ <posy>5</posy>
+ <width>35</width>
+ <height>35</height>
+ <texture>VolumeIcon.png</texture>
+ </control>
+ <control type="label">
+ <description>Volume Label</description>
+ <posx>50</posx>
+ <posy>22</posy>
+ <label>$INFO[Player.Volume]</label>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="progress" id="1">
+ <description>Progressbar</description>
+ <posx>135</posx>
+ <posy>16</posy>
+ <width>250</width>
+ <height>12</height>
+ <info>Player.Volume</info>
+ <visible>true</visible>
+ </control>
+ </control>
+ <control type="group">
+ <visible>player.passthrough</visible>
+ <control type="image">
+ <posx>10</posx>
+ <posy>5</posy>
+ <width>35</width>
+ <height>35</height>
+ <texture>VolumeIcon-Mute.png</texture>
+ </control>
+ <control type="label">
+ <description>Passthrough Label</description>
+ <posx>50</posx>
+ <posy>22</posy>
+ <label>$LOCALIZE[29802]</label>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/DialogYesNo.xml b/skin/PM3.HD/720p/DialogYesNo.xml new file mode 100644 index 0000000000..492ea5cfbd --- /dev/null +++ b/skin/PM3.HD/720p/DialogYesNo.xml @@ -0,0 +1,115 @@ +<window id="100">
+ <defaultcontrol always="true">10</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>290</posx>
+ <posy>210</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>300</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>300</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="1">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>13406</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>620</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label" id="2">
+ <description>dialog line 1</description>
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="3">
+ <description>dialog line 2</description>
+ <posx>40</posx>
+ <posy>115</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="4">
+ <description>dialog line 3</description>
+ <posx>40</posx>
+ <posy>145</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="button" id="11">
+ <description>Yes button</description>
+ <posx>145</posx>
+ <posy>215</posy>
+ <width>200</width>
+ <height>35</height>
+ <label>107</label>
+ <font>font13</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ <onup>11</onup>
+ <ondown>11</ondown>
+ </control>
+ <control type="button" id="10">
+ <description>No button</description>
+ <posx>355</posx>
+ <posy>215</posy>
+ <width>200</width>
+ <height>35</height>
+ <label>106</label>
+ <font>font13</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onleft>11</onleft>
+ <onright>11</onright>
+ <onup>10</onup>
+ <ondown>10</ondown>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/FileBrowser.xml b/skin/PM3.HD/720p/FileBrowser.xml new file mode 100644 index 0000000000..fa30ccc28d --- /dev/null +++ b/skin/PM3.HD/720p/FileBrowser.xml @@ -0,0 +1,318 @@ +<window id="126">
+ <defaultcontrol always="true">450</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <coordinates>
+ <system>1</system>
+ <posx>320</posx>
+ <posy>10</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="group">
+ <animation effect="slide" start="0,0" end="-290,0" time="300" condition="Control.IsVisible(451)">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>64</width>
+ <height>700</height>
+ <texture border="40,40,0,40">DialogLeft.png</texture>
+ </control>
+ <control type="image">
+ <posx>64</posx>
+ <posy>0</posy>
+ <width>512</width>
+ <height>700</height>
+ <texture border="0,40,0,40">DialogMiddle.png</texture>
+ <animation effect="zoom" start="64,0,512,700" end="64,0,1097,700" time="300" condition="Control.IsVisible(451)">Conditional</animation>
+ </control>
+ <control type="image">
+ <posx>576</posx>
+ <posy>0</posy>
+ <width>64</width>
+ <height>700</height>
+ <texture border="0,40,40,40">DialogRight.png</texture>
+ <animation effect="slide" start="0,0" end="585,0" time="300" condition="Control.IsVisible(451)">Conditional</animation>
+ </control>
+ <control type="label" id="411">
+ <description>Heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>560</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>1023</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>560</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label" id="412">
+ <description>path label control</description>
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>560</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <haspath>true</haspath>
+ </control>
+ <control type="list" id="450">
+ <posx>40</posx>
+ <posy>120</posy>
+ <width>560</width>
+ <height>440</height>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>450</onup>
+ <ondown>450</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>560</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>2</posy>
+ <width>31</width>
+ <height>31</height>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>45</posx>
+ <posy>0</posy>
+ <width>505</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>560</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(450)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>560</width>
+ <height>35</height>
+ <visible>Control.HasFocus(450)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>2</posy>
+ <width>31</width>
+ <height>31</height>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>45</posx>
+ <posy>0</posy>
+ <width>505</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="panel" id="451">
+ <posx>40</posx>
+ <posy>120</posy>
+ <width>560</width>
+ <height>440</height>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>451</onup>
+ <ondown>451</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40" width="560">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>560</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>2</posy>
+ <width>31</width>
+ <height>31</height>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>45</posx>
+ <posy>0</posy>
+ <width>505</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40" width="560">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>560</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(451)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>560</width>
+ <height>35</height>
+ <visible>Control.HasFocus(451)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>2</posy>
+ <width>31</width>
+ <height>31</height>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>45</posx>
+ <posy>0</posy>
+ <width>505</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <description>Page label</description>
+ <posx>40</posx>
+ <posy>570</posy>
+ <width>560</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12b</font>
+ <label>($INFO[Container(450).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(450).CurrentPage]/$INFO[Container(450).NumPages])</label>
+ <visible>!Control.IsVisible(451)</visible>
+ </control>
+ <control type="label">
+ <description>Page label</description>
+ <posx>40</posx>
+ <posy>570</posy>
+ <width>560</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12b</font>
+ <label>($INFO[Container(451).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(451).CurrentPage]/$INFO[Container(451).NumPages])</label>
+ <visible>Control.IsVisible(451)</visible>
+ </control>
+ <control type="group" id="9000">
+ <control type="button" id="413">
+ <description>OK button</description>
+ <posx>40</posx>
+ <posy>615</posy>
+ <width>184</width>
+ <height>40</height>
+ <align>center</align>
+ <label>186</label>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onleft>416</onleft>
+ <onright>414</onright>
+ <onup>450</onup>
+ <ondown>450</ondown>
+ </control>
+ <control type="button" id="414">
+ <description>Cancel button</description>
+ <posx>226</posx>
+ <posy>615</posy>
+ <width>184</width>
+ <height>40</height>
+ <align>center</align>
+ <label>222</label>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onleft>413</onleft>
+ <onright>415</onright>
+ <onup>450</onup>
+ <ondown>450</ondown>
+ </control>
+ <control type="button" id="415">
+ <description>Create folder button</description>
+ <posx>412</posx>
+ <posy>615</posy>
+ <width>184</width>
+ <height>40</height>
+ <align>center</align>
+ <label>119</label>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onleft>414</onleft>
+ <onright>416</onright>
+ <onup>450</onup>
+ <ondown>450</ondown>
+ </control>
+ </control>
+ <control type="radiobutton" id="416">
+ <description>Flip Image button</description>
+ <posx>980</posx>
+ <posy>615</posy>
+ <width>200</width>
+ <height>40</height>
+ <align>left</align>
+ <label>749</label>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onleft>415</onleft>
+ <onright>413</onright>
+ <onup>450</onup>
+ <ondown>450</ondown>
+ <visible>Control.IsVisible(451)</visible>
+ <animation effect="fade" delay="300" time="200">Visible</animation>
+ </control>
+ <control type="image">
+ <description>Current Icon image</description>
+ <posx>620</posx>
+ <posy>50</posy>
+ <width>560</width>
+ <height>560</height>
+ <aspectratio>keep</aspectratio>
+ <info>ListItem.Icon</info>
+ <aspectratio>keep</aspectratio>
+ <visible>Control.IsVisible(451)</visible>
+ <animation effect="fade" delay="300" time="200">Visible</animation>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/FileManager.xml b/skin/PM3.HD/720p/FileManager.xml new file mode 100644 index 0000000000..ce5ddf92c3 --- /dev/null +++ b/skin/PM3.HD/720p/FileManager.xml @@ -0,0 +1,337 @@ +<window id="3">
+ <defaultcontrol>20</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Animation</include>
+ <control type="image">
+ <description>background image</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>1200</width>
+ <height>640</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>1200</width>
+ <height>640</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="101">
+ <description>current directory text label left</description>
+ <posx>100</posx>
+ <posy>80</posy>
+ <width>470</width>
+ <height>30</height>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="label" id="102">
+ <description>current directory text label right</description>
+ <posx>690</posx>
+ <posy>80</posy>
+ <width>470</width>
+ <height>30</height>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ <scroll>true</scroll>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="image">
+ <posx>90</posx>
+ <posy>115</posy>
+ <width>1100</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="image">
+ <description>filemanager List Sel Left</description>
+ <posx>115</posx>
+ <posy>125</posy>
+ <width>510</width>
+ <height>468</height>
+ <texture border="3">filemanager-select.png</texture>
+ <visible>Control.HasFocus(20)</visible>
+ </control>
+ <control type="list" id="20">
+ <posx>125</posx>
+ <posy>135</posy>
+ <width>490</width>
+ <height>448</height>
+ <onleft>30</onleft>
+ <onright>21</onright>
+ <onup>20</onup>
+ <ondown>20</ondown>
+ <pagecontrol>30</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="32">
+ <control type="image">
+ <posx>5</posx>
+ <posy>6</posy>
+ <width>20</width>
+ <height>20</height>
+ <info>ListItem.Icon</info>
+ </control>
+ <control type="label">
+ <posx>30</posx>
+ <posy>0</posy>
+ <width>445</width>
+ <height>30</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <textcolor>grey</textcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>480</posx>
+ <posy>0</posy>
+ <width>200</width>
+ <height>30</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <textcolor>grey</textcolor>
+ <align>right</align>
+ <info>ListItem.Label2</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="32">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>490</width>
+ <height>30</height>
+ <visible>!Control.HasFocus(20)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>490</width>
+ <height>30</height>
+ <visible>Control.HasFocus(20)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>5</posx>
+ <posy>6</posy>
+ <width>20</width>
+ <height>20</height>
+ <info>ListItem.Icon</info>
+ </control>
+ <control type="label">
+ <posx>30</posx>
+ <posy>0</posy>
+ <width>445</width>
+ <height>30</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <textcolor>white</textcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>480</posx>
+ <posy>0</posy>
+ <width>200</width>
+ <height>30</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <textcolor>white</textcolor>
+ <align>right</align>
+ <info>ListItem.Label2</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="image">
+ <posx>90</posx>
+ <posy>600</posy>
+ <width>1100</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="scrollbar" id="30">
+ <posx>85</posx>
+ <posy>135</posy>
+ <width>20</width>
+ <height>448</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>31</onleft>
+ <onright>20</onright>
+ <ondown>20</ondown>
+ <onup>20</onup>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ <control type="label">
+ <description>number of files/pages in left list text label</description>
+ <posx>95</posx>
+ <posy>605</posy>
+ <width>562</width>
+ <font>font12b</font>
+ <align>left</align>
+ <scroll>true</scroll>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <label>($INFO[Container(20).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(20).CurrentPage]/$INFO[Container(20).NumPages])</label>
+ </control>
+ <control type="image">
+ <description>filemanager List Sel Right</description>
+ <posx>660</posx>
+ <posy>125</posy>
+ <width>510</width>
+ <height>468</height>
+ <texture border="3">filemanager-select.png</texture>
+ <visible>Control.HasFocus(21)</visible>
+ </control>
+ <control type="list" id="21">
+ <posx>670</posx>
+ <posy>135</posy>
+ <width>490</width>
+ <height>448</height>
+ <onleft>20</onleft>
+ <onright>31</onright>
+ <onup>21</onup>
+ <ondown>21</ondown>
+ <pagecontrol>31</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="32">
+ <control type="image">
+ <posx>5</posx>
+ <posy>6</posy>
+ <width>20</width>
+ <height>20</height>
+ <info>ListItem.Icon</info>
+ </control>
+ <control type="label">
+ <posx>30</posx>
+ <posy>0</posy>
+ <width>445</width>
+ <height>30</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <textcolor>grey</textcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>480</posx>
+ <posy>0</posy>
+ <width>200</width>
+ <height>30</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <textcolor>grey</textcolor>
+ <align>right</align>
+ <info>ListItem.Label2</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="32">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>490</width>
+ <height>30</height>
+ <visible>!Control.HasFocus(21)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>490</width>
+ <height>30</height>
+ <visible>Control.HasFocus(21)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>5</posx>
+ <posy>6</posy>
+ <width>20</width>
+ <height>20</height>
+ <info>ListItem.Icon</info>
+ </control>
+ <control type="label">
+ <posx>30</posx>
+ <posy>0</posy>
+ <width>445</width>
+ <height>30</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <textcolor>white</textcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>480</posx>
+ <posy>0</posy>
+ <width>200</width>
+ <height>30</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <textcolor>white</textcolor>
+ <align>right</align>
+ <info>ListItem.Label2</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="31">
+ <posx>105r</posx>
+ <posy>135</posy>
+ <width>20</width>
+ <height>448</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>21</onleft>
+ <onright>30</onright>
+ <ondown>21</ondown>
+ <onup>21</onup>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ <control type="label">
+ <description>number of files/pages in left list text label</description>
+ <posx>95r</posx>
+ <posy>605</posy>
+ <width>562</width>
+ <font>font12b</font>
+ <align>right</align>
+ <scroll>true</scroll>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <label>($INFO[Container(21).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(21).CurrentPage]/$INFO[Container(21).NumPages])</label>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/Font.xml b/skin/PM3.HD/720p/Font.xml new file mode 100644 index 0000000000..aa4cceff73 --- /dev/null +++ b/skin/PM3.HD/720p/Font.xml @@ -0,0 +1,122 @@ +<fonts>
+ <fontset id="Default" unicode="true">
+ <font>
+ <name>font10</name>
+ <filename>LiberationSans-Regular.ttf</filename>
+ <size>15</size>
+ </font>
+ <font>
+ <name>font11</name>
+ <filename>LiberationSans-Regular.ttf</filename>
+ <size>19</size>
+ </font>
+ <font>
+ <name>font12</name>
+ <filename>LiberationSans-Regular.ttf</filename>
+ <size>20</size>
+ </font>
+ <font>
+ <name>font12b</name>
+ <filename>LiberationSans-Regular.ttf</filename>
+ <size>20</size>
+ <aspect>.9</aspect>
+ </font>
+ <font>
+ <name>font13</name>
+ <filename>LiberationSans-Regular.ttf</filename>
+ <size>23</size>
+ </font>
+ <font>
+ <name>font18</name>
+ <filename>humanist_521_condensed_bt.ttf</filename>
+ <size>32</size>
+ </font>
+ <font>
+ <name>font18b</name>
+ <filename>humanist_521_bt.ttf</filename>
+ <size>32</size>
+ </font>
+ <font>
+ <name>font20</name>
+ <filename>LiberationSans-Regular.ttf</filename>
+ <size>25</size>
+ </font>
+ <font>
+ <name>font22</name>
+ <filename>LiberationSans-Regular.ttf</filename>
+ <size>28</size>
+ </font>
+ <font>
+ <name>font25</name>
+ <filename>LiberationSans-Regular.ttf</filename>
+ <size>35</size>
+ </font>
+ <font>
+ <name>font35b</name>
+ <filename>LiberationSans-Regular.ttf</filename>
+ <size>80</size>
+ <aspect>.8</aspect>
+ </font>
+ </fontset>
+ <fontset id="Arial" unicode="true">
+ <font>
+ <name>font10</name>
+ <filename>arial.ttf</filename>
+ <size>15</size>
+ </font>
+ <font>
+ <name>font11</name>
+ <filename>arial.ttf</filename>
+ <size>19</size>
+ </font>
+ <font>
+ <name>font12</name>
+ <filename>arial.ttf</filename>
+ <size>20</size>
+ </font>
+ <font>
+ <name>font12b</name>
+ <filename>arial.ttf</filename>
+ <size>20</size>
+ <aspect>.9</aspect>
+ </font>
+ <font>
+ <name>font13</name>
+ <filename>arial.ttf</filename>
+ <size>23</size>
+ </font>
+ <font>
+ <name>font18</name>
+ <filename>arial.ttf</filename>
+ <size>28</size>
+ <aspect>.8</aspect>
+ </font>
+ <font>
+ <name>font18b</name>
+ <filename>arial.ttf</filename>
+ <size>28</size>
+ <aspect>.8</aspect>
+ </font>
+ <font>
+ <name>font20</name>
+ <filename>arial.ttf</filename>
+ <size>25</size>
+ </font>
+ <font>
+ <name>font22</name>
+ <filename>arial.ttf</filename>
+ <size>28</size>
+ </font>
+ <font>
+ <name>font25</name>
+ <filename>arial.ttf</filename>
+ <size>35</size>
+ </font>
+ <font>
+ <name>font35b</name>
+ <filename>arial.ttf</filename>
+ <size>80</size>
+ <aspect>.8</aspect>
+ </font>
+ </fontset>
+</fonts>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/Home.xml b/skin/PM3.HD/720p/Home.xml new file mode 100644 index 0000000000..ebb035773a --- /dev/null +++ b/skin/PM3.HD/720p/Home.xml @@ -0,0 +1,662 @@ +<window id="0">
+ <defaultcontrol>9000</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <control type="videowindow">
+ <posx>356</posx>
+ <posy>100</posy>
+ <width>924</width>
+ <height>520</height>
+ <visible>Player.HasVideo</visible>
+ </control>
+ <control type="visualisation">
+ <posx>356</posx>
+ <posy>100</posy>
+ <width>924</width>
+ <height>520</height>
+ <visible>Player.HasAudio</visible>
+ </control>
+ <control type="multiimage">
+ <posx>356</posx>
+ <posy>100</posy>
+ <width>924</width>
+ <height>520</height>
+ <imagepath background="true">$INFO[Container(9000).ListItem.Icon]</imagepath>
+ <timeperimage>7000</timeperimage>
+ <randomize>true</randomize>
+ <fadetime>1000</fadetime>
+ <visible>!Player.HasMedia</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ <texture>Background-Home.png</texture>
+ <visible>Skin.HasSetting(Remove_Scan_Lines) + ![Player.HasVideo + Skin.HasSetting(Remove_Scan_Lines_Video)]</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ <texture>Background-Home-2.png</texture>
+ <visible>!Skin.HasSetting(Remove_Scan_Lines) | [Player.HasVideo + Skin.HasSetting(Remove_Scan_Lines_Video)]</visible>
+ </control>
+ <!-- weather Info -->
+ <control type="group">
+ <posx>600r</posx>
+ <posy>450</posy>
+ <visible>Container(9000).HasFocus(5) + Weather.IsFetched + !Skin.HasSetting(homepageWeatherinfo)</visible>
+ <include>homestatsinfo</include>
+ <control type="image">
+ <description>gradient</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>600</width>
+ <height>130</height>
+ <texture>gradient.png</texture>
+ </control>
+ <control type="image">
+ <description>back image</description>
+ <posx>160r</posx>
+ <posy>0</posy>
+ <width>130</width>
+ <height>130</height>
+ <texture>homeinfo-blank.png</texture>
+ </control>
+ <control type="image">
+ <description>Weather image</description>
+ <posx>150r</posx>
+ <posy>10</posy>
+ <width>110</width>
+ <height>110</height>
+ <texture>$INFO[Weather.Conditions]</texture>
+ </control>
+ <control type="label">
+ <description>Weather label</description>
+ <posx>170r</posx>
+ <posy>5</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>[B]$LOCALIZE[20088][/B]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>location label</description>
+ <posx>170r</posx>
+ <posy>37</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$INFO[Weather.Location]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>Conditions Label</description>
+ <posx>170r</posx>
+ <posy>70</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$INFO[Weather.Conditions]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>Temp Label</description>
+ <posx>170r</posx>
+ <posy>95</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$LOCALIZE[143] $INFO[Weather.Temperature]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ </control>
+ <!-- System Info -->
+ <control type="group">
+ <posx>600r</posx>
+ <posy>450</posy>
+ <visible>Container(9000).HasFocus(7) + !Skin.HasSetting(homepageSysteminfo)</visible>
+ <include>homestatsinfo</include>
+ <control type="image">
+ <description>gradient</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>600</width>
+ <height>130</height>
+ <texture>gradient.png</texture>
+ </control>
+ <control type="image">
+ <description>settings image</description>
+ <posx>160r</posx>
+ <posy>0</posy>
+ <width>130</width>
+ <height>130</height>
+ <texture>homeinfo-system.png</texture>
+ </control>
+ <control type="label">
+ <description>Settings label</description>
+ <posx>170r</posx>
+ <posy>5</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>[B]$LOCALIZE[10511][/B]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>IP Address label</description>
+ <posx>170r</posx>
+ <posy>37</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$LOCALIZE[150]: $INFO[Network.IPAddress]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>GPU Make Label</description>
+ <posx>170r</posx>
+ <posy>70</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$INFO[System.videoencoderinfo]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>CPU Speed Label</description>
+ <posx>170r</posx>
+ <posy>95</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$LOCALIZE[13284] $INFO[System.cpufrequency]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ </control>
+ <!-- Music Info -->
+ <control type="group">
+ <posx>600r</posx>
+ <posy>450</posy>
+ <include>homeaudioinfo</include>
+ <control type="image">
+ <description>gradient</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>600</width>
+ <height>130</height>
+ <texture>gradient.png</texture>
+ </control>
+ <control type="image">
+ <description>Cover image</description>
+ <posx>160r</posx>
+ <posy>0</posy>
+ <width>130</width>
+ <height>130</height>
+ <texture>$INFO[MusicPlayer.Cover]</texture>
+ </control>
+ <control type="label">
+ <description>Artist label</description>
+ <posx>180r</posx>
+ <posy>5</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$INFO[MusicPlayer.Artist]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>Title label</description>
+ <posx>180r</posx>
+ <posy>37</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$INFO[MusicPlayer.Title]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>Album Label</description>
+ <posx>180r</posx>
+ <posy>70</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$INFO[MusicPlayer.Album]$INFO[musicplayer.discnumber, - $LOCALIZE[427]:]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>Time Label</description>
+ <posx>180r</posx>
+ <posy>95</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$INFO[MusicPlayer.Time]$INFO[MusicPlayer.Duration, / ]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ </control>
+ <!-- Video Info -->
+ <control type="group">
+ <posx>600r</posx>
+ <posy>450</posy>
+ <include>homevideoinfo</include>
+ <control type="image">
+ <description>gradient</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>600</width>
+ <height>130</height>
+ <texture>gradient.png</texture>
+ </control>
+ <control type="image">
+ <description>Cover image</description>
+ <posx>160r</posx>
+ <posy>0</posy>
+ <width>150</width>
+ <height>130</height>
+ <aspectratio align="left">keep</aspectratio>
+ <texture>$INFO[VideoPlayer.cover]</texture>
+ </control>
+ <control type="label">
+ <description>Director label</description>
+ <posx>180r</posx>
+ <posy>5</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$INFO[VideoPlayer.Director]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ <visible>!videoplayer.content(episodes) + !videoplayer.content(musicvideos)</visible>
+ </control>
+ <control type="label">
+ <description>TV Show Title label</description>
+ <posx>180r</posx>
+ <posy>5</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$INFO[VideoPlayer.tvshowtitle]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ <visible>videoplayer.content(episodes)</visible>
+ </control>
+ <control type="label">
+ <description>Music Video Artist label</description>
+ <posx>180r</posx>
+ <posy>5</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$INFO[VideoPlayer.Artist]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ <visible>videoplayer.content(musicvideos)</visible>
+ </control>
+ <control type="label">
+ <description>Title label</description>
+ <posx>180r</posx>
+ <posy>37</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$INFO[VideoPlayer.Title]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <description>Genre label</description>
+ <posx>180r</posx>
+ <posy>70</posy>
+ <height>30</height>
+ <width>500</width>
+ <info>VideoPlayer.Genre</info>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ <visible>!videoplayer.content(episodes) + !videoplayer.content(musicvideos)</visible>
+ </control>
+ <control type="label">
+ <posx>180r</posx>
+ <posy>70</posy>
+ <height>30</height>
+ <width>500</width>
+ <info>VideoPlayer.Album</info>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ <visible>videoplayer.content(musicvideos)</visible>
+ </control>
+ <control type="label">
+ <description>Season and Episode label</description>
+ <posx>180r</posx>
+ <posy>70</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$LOCALIZE[20373] $INFO[VideoPlayer.Season] - $LOCALIZE[20359] $INFO[VideoPlayer.episode]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ <visible>videoplayer.content(episodes)</visible>
+ </control>
+ <control type="label">
+ <description>Time Label</description>
+ <posx>180r</posx>
+ <posy>95</posy>
+ <height>30</height>
+ <width>500</width>
+ <label>$INFO[VideoPlayer.Time]$INFO[VideoPlayer.Duration, / ]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ </control>
+ <control type="image">
+ <posx>70</posx>
+ <posy>170</posy>
+ <width>450</width>
+ <height>400</height>
+ <texture>Home-Menu-Back.png</texture>
+ <include>Window_OpenClose_Home_Panel_Animation</include>
+ <visible>!Skin.HasSetting(ProgramsInHome)</visible>
+ </control>
+ <control type="image">
+ <posx>70</posx>
+ <posy>142</posy>
+ <width>450</width>
+ <height>455</height>
+ <texture>Home-Menu-Back-2.png</texture>
+ <include>Window_OpenClose_Home_Panel_Animation</include>
+ <visible>Skin.HasSetting(ProgramsInHome)</visible>
+ </control>
+ <control type="list" id="9000">
+ <posx>130</posx>
+ <posy>187</posy>
+ <width>345</width>
+ <height>720</height>
+ <onleft>20</onleft>
+ <onright>22</onright>
+ <onup>9000</onup>
+ <ondown>9000</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>0</scrolltime>
+ <include>Window_OpenClose_Home_Panel_Animation</include>
+ <animation effect="slide" end="0,-28" time="0" condition="Skin.HasSetting(ProgramsInHome)">Conditional</animation>
+ <itemlayout height="57" width="345">
+ <control type="image">
+ <posx>0</posx>
+ <posy>16</posy>
+ <width>26</width>
+ <height>26</height>
+ <texture>home-button.png</texture>
+ </control>
+ <control type="label">
+ <posx>60</posx>
+ <posy>0</posy>
+ <width>285</width>
+ <height>57</height>
+ <font>font20</font>
+ <textcolor>white</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>[B]$INFO[ListItem.Label][/B]</label>
+ </control>
+ </itemlayout>
+ <focusedlayout height="57" width="345">
+ <control type="image">
+ <posx>0</posx>
+ <posy>16</posy>
+ <width>26</width>
+ <height>26</height>
+ <texture>home-button.png</texture>
+ </control>
+ <control type="image">
+ <posx>3</posx>
+ <posy>19</posy>
+ <width>16</width>
+ <height>17</height>
+ <texture>home-button-focus.gif</texture>
+ <visible>Control.HasFocus(9000)</visible>
+ </control>
+ <control type="label">
+ <posx>60</posx>
+ <posy>0</posy>
+ <width>285</width>
+ <height>57</height>
+ <font>font20</font>
+ <textcolor>white</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>[B]$INFO[ListItem.Label][/B]</label>
+ </control>
+ </focusedlayout>
+ <content>
+ <item id="1">
+ <label>3</label>
+ <onclick>ActivateWindow(Videos)</onclick>
+ <icon>special://skin/backgrounds/videos.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
+ <visible>Library.HasContent(Video)</visible>
+ </item>
+ <item id="1">
+ <label>3</label>
+ <onclick>ActivateWindow(VideoFiles)</onclick>
+ <icon>special://skin/backgrounds/videos.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
+ <visible>!Library.HasContent(Video)</visible>
+ </item>
+ <item id="2">
+ <label>2</label>
+ <onclick>ActivateWindow(Music)</onclick>
+ <icon>special://skin/backgrounds/music.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
+ <visible>Library.HasContent(Music)</visible>
+ </item>
+ <item id="2">
+ <label>2</label>
+ <onclick>ActivateWindow(MusicFiles)</onclick>
+ <icon>special://skin/backgrounds/music.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
+ <visible>!Library.HasContent(Music)</visible>
+ </item>
+ <item id="3">
+ <label>1</label>
+ <onclick>ActivateWindow(Pictures)</onclick>
+ <icon>special://skin/backgrounds/pictures.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Pictures_Folder)]</thumb>
+ </item>
+ <item id="4">
+ <label>0</label>
+ <onclick>ActivateWindow(Programs)</onclick>
+ <icon>special://skin/backgrounds/programs.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</thumb>
+ <visible>Skin.HasSetting(ProgramsInHome)</visible>
+ </item>
+ <item id="5">
+ <label>8</label>
+ <onclick>ActivateWindow(Weather)</onclick>
+ <icon>special://skin/backgrounds/weather.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
+ </item>
+ <item id="6">
+ <label>247</label>
+ <onclick>ActivateWindow(Scripts)</onclick>
+ <icon>special://skin/backgrounds/scripts.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Scripts_Folder)]</thumb>
+ </item>
+ <item id="7">
+ <label>5</label>
+ <onclick>ActivateWindow(Settings)</onclick>
+ <icon>special://skin/backgrounds/settings.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</thumb>
+ </item>
+ </content>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>30</posy>
+ <width>460</width>
+ <height>65</height>
+ <texture>xbmc-logo.png</texture>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ <control type="label">
+ <description>date/time label</description>
+ <posx>70r</posx>
+ <posy>65</posy>
+ <width>400</width>
+ <height>35</height>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <label>$INFO[System.Date] [COLOR=grey2] | $INFO[System.Time][/COLOR]</label>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>128r</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Footer.png</texture>
+ </control>
+ <control type="group" id="9001">
+ <posx>230r</posx>
+ <posy>60r</posy>
+ <include>Window_OpenClose_Animation</include>
+ <control type="button" id="22">
+ <description>Play Disc Media push button</description>
+ <posx>00</posx>
+ <posy>0</posy>
+ <width>50</width>
+ <height>50</height>
+ <label>-</label>
+ <font>-</font>
+ <aligny>-</aligny>
+ <onclick>XBMC.PlayDVD()</onclick>
+ <texturefocus>home-playmedia.png</texturefocus>
+ <texturenofocus>home-playmedia.png</texturenofocus>
+ <onleft>9000</onleft>
+ <onright>21</onright>
+ <onup>9000</onup>
+ <ondown>9000</ondown>
+ <visible>System.HasMediaDVD</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="image">
+ <posx>4</posx>
+ <posy>4</posy>
+ <width>37</width>
+ <height>37</height>
+ <texture>home-playmedia-focus.gif</texture>
+ <visible>Control.HasFocus(22)</visible>
+ </control>
+ <control type="button" id="21">
+ <description>Favourites push button</description>
+ <posx>50</posx>
+ <posy>0</posy>
+ <width>50</width>
+ <height>50</height>
+ <label>-</label>
+ <font>-</font>
+ <aligny>-</aligny>
+ <onclick>ActivateWindow(Favourites)</onclick>
+ <texturefocus>home-favourites.png</texturefocus>
+ <texturenofocus>home-favourites.png</texturenofocus>
+ <onleft>22</onleft>
+ <onright>20</onright>
+ <onup>9000</onup>
+ <ondown>9000</ondown>
+ </control>
+ <control type="image">
+ <posx>54</posx>
+ <posy>4</posy>
+ <width>37</width>
+ <height>37</height>
+ <texture>home-favourites-focus.gif</texture>
+ <visible>Control.HasFocus(21)</visible>
+ </control>
+ <control type="button" id="20">
+ <description>Power push button</description>
+ <posx>100</posx>
+ <posy>0</posy>
+ <width>50</width>
+ <height>50</height>
+ <label>-</label>
+ <font>-</font>
+ <aligny>-</aligny>
+ <onclick>ActivateWindow(ShutdownMenu)</onclick>
+ <texturefocus>home-power.png</texturefocus>
+ <texturenofocus>home-power.png</texturenofocus>
+ <onleft>21</onleft>
+ <onright>9000</onright>
+ <onup>9000</onup>
+ <ondown>9000</ondown>
+ </control>
+ <control type="image">
+ <posx>104</posx>
+ <posy>4</posy>
+ <width>37</width>
+ <height>37</height>
+ <texture>home-power-focus.gif</texture>
+ <visible>Control.HasFocus(20)</visible>
+ </control>
+ </control>
+ <control type="rss">
+ <description>rss feed</description>
+ <posx>0</posx>
+ <posy>100r</posy>
+ <width>1280</width>
+ <font>font12</font>
+ <urlset>1</urlset>
+ <textcolor>green</textcolor>
+ <titlecolor>green</titlecolor>
+ <headlinecolor>white</headlinecolor>
+ <visible>system.getbool(lookandfeel.enablerssfeeds)</visible>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/IncludesCodecFlagging.xml b/skin/PM3.HD/720p/IncludesCodecFlagging.xml new file mode 100644 index 0000000000..95719dba46 --- /dev/null +++ b/skin/PM3.HD/720p/IncludesCodecFlagging.xml @@ -0,0 +1,121 @@ +<includes>
+ <include name="CodecFlaggingConditions">
+ <control type="image">
+ <description>Video rez Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.VideoResolution,flagging/video/,.png]</texture>
+ </control>
+ <control type="image">
+ <description>Xvid Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/video/xvid.png</texture>
+ <visible>substring(ListItem.VideoCodec,xvid)</visible>
+ </control>
+ <control type="image">
+ <description>Divx Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/video/divx.png</texture>
+ <visible>substring(ListItem.VideoCodec,divx) | substring(ListItem.VideoCodec,div3) |substring(ListItem.VideoCodec,div4) | substring(ListItem.VideoCodec,div5)</visible>
+ </control>
+ <control type="image">
+ <description>h264 Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/video/h264.png</texture>
+ <visible>substring(ListItem.VideoCodec,h264)</visible>
+ </control>
+ <control type="image">
+ <description>avc1 Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/video/avc1.png</texture>
+ <visible>substring(ListItem.VideoCodec,avc1)</visible>
+ </control>
+ <control type="image">
+ <description>wvc1 Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/video/wvc1.png</texture>
+ <visible>substring(ListItem.VideoCodec,wvc1)</visible>
+ </control>
+ <control type="image">
+ <description>mpeg1video Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/video/mpeg1video.png</texture>
+ <visible>substring(ListItem.VideoCodec,mpeg1video)</visible>
+ </control>
+ <control type="image">
+ <description>mp3 Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/audio/mp3.png</texture>
+ <visible>substring(ListItem.AudioCodec,mp3)</visible>
+ </control>
+ <control type="image">
+ <description>dts Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/audio/dts.png</texture>
+ <visible>substring(ListItem.AudioCodec,dca)</visible>
+ </control>
+ <control type="image">
+ <description>ac3 Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/audio/ac3.png</texture>
+ <visible>substring(ListItem.AudioCodec,ac3) + !substring(ListItem.AudioChannels,6)</visible>
+ </control>
+ <control type="image">
+ <description>aac Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/audio/aac.png</texture>
+ <visible>substring(ListItem.AudioCodec,aac)</visible>
+ </control>
+ <control type="image">
+ <description>Dolby Digital Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/audio/dolbydigital.png</texture>
+ <visible>substring(ListItem.AudioCodec,ac3) + substring(ListItem.AudioChannels,6)</visible>
+ </control>
+ <control type="image">
+ <description>WMA Pro Codec Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>flagging/audio/wmapro.png</texture>
+ <visible>substring(ListItem.AudioCodec,wmapro)</visible>
+ </control>
+ <control type="image">
+ <description>Audio Channels Image</description>
+ <width>45</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.AudioChannels,flagging/audio/,.png]</texture>
+ </control>
+ <control type="image">
+ <description>Aspectratio Image</description>
+ <width>90</width>
+ <height>33</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.VideoAspect,flagging/aspectratio/,.png]</texture>
+ </control>
+ </include>
+</includes>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/LockSettings.xml b/skin/PM3.HD/720p/LockSettings.xml new file mode 100644 index 0000000000..2df4ffed5e --- /dev/null +++ b/skin/PM3.HD/720p/LockSettings.xml @@ -0,0 +1,139 @@ +<window id="131">
+ <defaultcontrol>5</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>290</posx>
+ <posy>75</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>570</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>570</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>$LOCALIZE[20043]</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>620</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="grouplist" id="5">
+ <description>control area</description>
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>620</width>
+ <height>340</height>
+ <itemgap>5</itemgap>
+ <pagecontrol>-</pagecontrol>
+ <onleft>28</onleft>
+ <onright>28</onright>
+ <onup>28</onup>
+ <ondown>28</ondown>
+ </control>
+ <control type="button" id="7">
+ <description>Default Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <textoffsetx>7</textoffsetx>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="8">
+ <description>Default RadioButton</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <textoffsetx>7</textoffsetx>
+ <textureradioon>radiobutton-focus.png</textureradioon>
+ <textureradiooff>radiobutton-nofocus.png</textureradiooff>
+ </control>
+ <control type="spincontrolex" id="9">
+ <description>Default SpinControlex</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>35</height>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <textureup>scroll-up.png</textureup>
+ <texturedown>scroll-down.png</texturedown>
+ <textureupfocus>scroll-up-focus.png</textureupfocus>
+ <texturedownfocus>scroll-down-focus.png</texturedownfocus>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <disabledcolor>disabled</disabledcolor>
+ <textoffsetx>7</textoffsetx>
+ <aligny>center</aligny>
+ <reverse>yes</reverse>
+ </control>
+ <control type="image" id="11">
+ <description>separator image</description>
+ <width>350</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="button" id="28">
+ <description>Ok Button</description>
+ <posx>147</posx>
+ <posy>485</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>186</label>
+ <onleft>29</onleft>
+ <onright>29</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ </control>
+ <control type="button" id="29">
+ <description>Cancel Button</description>
+ <posx>352</posx>
+ <posy>485</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>222</label>
+ <onleft>28</onleft>
+ <onright>28</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ </control>
+ </controls>
+</window> diff --git a/skin/PM3.HD/720p/LoginScreen.xml b/skin/PM3.HD/720p/LoginScreen.xml new file mode 100644 index 0000000000..5bb490e150 --- /dev/null +++ b/skin/PM3.HD/720p/LoginScreen.xml @@ -0,0 +1,173 @@ +<window id="29">
+ <defaultcontrol always="true">52</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <coordinates>
+ <system>1</system>
+ <posx>0</posx>
+ <posy>0</posy>
+ </coordinates>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Animation</include>
+ <control type="image">
+ <posx>0</posx>
+ <posy>180</posy>
+ <width>1280</width>
+ <height>440</height>
+ <colordiffuse>BBFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="label">
+ <posx>0</posx>
+ <posy>200</posy>
+ <width>1280</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>false</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[31046]</label>
+ </control>
+ <control type="fixedlist" id="52">
+ <posx>0</posx>
+ <posy>260</posy>
+ <width>1280</width>
+ <height>460</height>
+ <onleft>52</onleft>
+ <onright>52</onright>
+ <onup>20</onup>
+ <ondown>20</ondown>
+ <viewtype label="31028">list</viewtype>
+ <pagecontrol>61</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <focusposition>2</focusposition>
+ <orientation>horizontal</orientation>
+ <hitrect x="512" y="260" w="256" h="256" />
+ <itemlayout height="310" width="256">
+ <control type="image">
+ <posx>2</posx>
+ <posy>0</posy>
+ <width>256</width>
+ <height>256</height>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>10</bordersize>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="image">
+ <posx>2</posx>
+ <posy>256</posy>
+ <width>256</width>
+ <height>256</height>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="5" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>10</bordersize>
+ <texture flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
+ </control>
+ </itemlayout>
+ <focusedlayout height="310" width="256">
+ <control type="image">
+ <posx>2</posx>
+ <posy>0</posy>
+ <width>256</width>
+ <height>256</height>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="5">folder-focus.png</bordertexture>
+ <bordersize>10</bordersize>
+ <texture>$INFO[ListItem.Icon]</texture>
+ <animation reversible="false" effect="zoom" start="2,0,256,256" end="-8,-10,276,276" time="200">focus</animation>
+ <animation reversible="false" effect="zoom" end="2,0,256,256" start="-8,-10,276,276" time="200">unfocus</animation>
+ </control>
+ <control type="image">
+ <posx>2</posx>
+ <posy>256</posy>
+ <width>256</width>
+ <height>256</height>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="5" flipy="true" diffuse="diffuse_mirror2.png">folder-focus.png</bordertexture>
+ <bordersize>10</bordersize>
+ <texture flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
+ <animation reversible="false" effect="zoom" start="2,256,256,256" end="-8,266,276,276" time="200">focus</animation>
+ <animation reversible="false" effect="zoom" end="2,256,256,256" start="-8,266,276,276" time="200">unfocus</animation>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <posx>640</posx>
+ <posy>540</posy>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[B]$INFO[ListItem.label][/B]</label>
+ </control>
+ <control type="label">
+ <posx>640</posx>
+ <posy>580</posy>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.label2]</label>
+ </control>
+ <control type="button" id="20">
+ <description>Power push button</description>
+ <posx>130r</posx>
+ <posy>60r</posy>
+ <width>48</width>
+ <height>48</height>
+ <label>-</label>
+ <font>-</font>
+ <aligny>-</aligny>
+ <onclick>ActivateWindow(ShutdownMenu)</onclick>
+ <texturefocus>home-power.png</texturefocus>
+ <texturenofocus>home-power.png</texturenofocus>
+ <onleft>52</onleft>
+ <onright>52</onright>
+ <onup>52</onup>
+ <ondown>52</ondown>
+ </control>
+ <control type="image">
+ <posx>126r</posx>
+ <posy>56r</posy>
+ <width>35</width>
+ <height>35</height>
+ <texture>home-power-focus.gif</texture>
+ <visible>Control.HasFocus(20)</visible>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>30</posy>
+ <width>460</width>
+ <height>65</height>
+ <texture>xbmc-logo.png</texture>
+ </control>
+ <control type="label">
+ <description>date/time label</description>
+ <posx>70r</posx>
+ <posy>65</posy>
+ <width>400</width>
+ <height>35</height>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <label>$INFO[System.Date] [COLOR=grey2] | $INFO[System.Time][/COLOR]</label>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/MusicKaraokeLyrics.xml b/skin/PM3.HD/720p/MusicKaraokeLyrics.xml new file mode 100644 index 0000000000..fde047b742 --- /dev/null +++ b/skin/PM3.HD/720p/MusicKaraokeLyrics.xml @@ -0,0 +1,20 @@ +<window id="2009">
+ <controls>
+ <control type="karvisualisation" id="1">
+ <description>visualisation</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ <visibility>false</visibility>
+ </control>
+ <control type="image" id="2">
+ <description>fullscreen image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ <visibility>false</visibility>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/MusicOSD.xml b/skin/PM3.HD/720p/MusicOSD.xml new file mode 100644 index 0000000000..802b301981 --- /dev/null +++ b/skin/PM3.HD/720p/MusicOSD.xml @@ -0,0 +1,281 @@ +<window type="dialog" id="120">
+ <defaultcontrol>213</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>30</posx>
+ <posy>320</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <posx>80r</posx>
+ <posy>-320</posy>
+ <width>36</width>
+ <height>32</height>
+ <visible>system.getbool(lookandfeel.enablemouse)</visible>
+ <control type="image">
+ <description>Button background image</description>
+ <posx>-5</posx>
+ <posy>0</posy>
+ <width>42</width>
+ <height>32</height>
+ <texture border="3">black-back2.png</texture>
+ </control>
+ <control type="button">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>32</width>
+ <height>28</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-FullScreenFO.png</texturefocus>
+ <texturenofocus>PlayerControls-FullScreenNF.png</texturenofocus>
+ <onleft>603</onleft>
+ <onright>600</onright>
+ <onup>9000</onup>
+ <ondown>9000</ondown>
+ <onclick>Dialog.Close(MusicOSD,true)</onclick>
+ <onclick>FullScreen</onclick>
+ </control>
+ </control>
+ <control type="button" id="208">
+ <description>REC button</description>
+ <posx>10</posx>
+ <posy>40</posy>
+ <width>128</width>
+ <height>128</height>
+ <texturefocus>osd_button_rec.png</texturefocus>
+ <texturenofocus>osd_button_recNF.png</texturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>210</onleft>
+ <onright>500</onright>
+ <onup>500</onup>
+ <ondown>210</ondown>
+ <onclick>XBMC.PlayerControl(record)</onclick>
+ <visible>Player.CanRecord</visible>
+ </control>
+ <control type="button" id="209">
+ <description>REC button 2</description>
+ <posx>10</posx>
+ <posy>40</posy>
+ <width>128</width>
+ <height>128</height>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>osd_button_rec2.png</texturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>211</onleft>
+ <onright>920</onright>
+ <onup>920</onup>
+ <ondown>211</ondown>
+ <onclick>XBMC.PlayerControl(record)</onclick>
+ <visible>Player.CanRecord + Player.Recording</visible>
+ </control>
+ <control type="image" id="1">
+ <description>Panel</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>379</height>
+ <width>373</width>
+ <texture>osd_panel_audio.png</texture>
+ <visible>yes</visible>
+ </control>
+ <control type="image">
+ <description>Lyrics Button</description>
+ <posx>138</posx>
+ <posy>15</posy>
+ <width>74</width>
+ <height>66</height>
+ <texture>osd_button_lyrics.png</texture>
+ <visible>Skin.HasSetting(LyricScript_Enable)</visible>
+ </control>
+ <control type="button" id="210">
+ <description>Skip Bwd</description>
+ <posx>32</posx>
+ <posy>158</posy>
+ <width>77</width>
+ <height>79</height>
+ <texturefocus>osd_button_skip_minusFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.PlayerControl(Previous)</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>215</onleft>
+ <onright>211</onright>
+ <onup>208</onup>
+ <ondown>919</ondown>
+ </control>
+ <control type="togglebutton" id="211">
+ <description>Rewind</description>
+ <posx>95</posx>
+ <posy>149</posy>
+ <width>71</width>
+ <height>79</height>
+ <texturefocus>osd_button_rewFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <usealttexture>Player.Rewinding</usealttexture>
+ <alttexturefocus>osd_button_rewFO.png</alttexturefocus>
+ <alttexturenofocus>osd_button_rewSELNF.png</alttexturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>210</onleft>
+ <onright>213</onright>
+ <onup>209</onup>
+ <ondown>921</ondown>
+ <onclick>XBMC.PlayerControl(Rewind)</onclick>
+ </control>
+ <control type="togglebutton" id="213">
+ <description>Play</description>
+ <posx>153</posx>
+ <posy>123</posy>
+ <width>100</width>
+ <height>98</height>
+ <texturefocus>osd_button_pauseFO.png</texturefocus>
+ <texturenofocus>osd_button_pauseNF.png</texturenofocus>
+ <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
+ <alttexturefocus>osd_button_playFO.png</alttexturefocus>
+ <alttexturenofocus>osd_button_playNF.png</alttexturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>211</onleft>
+ <onright>214</onright>
+ <onup>920</onup>
+ <ondown>921</ondown>
+ <onclick>XBMC.PlayerControl(Play)</onclick>
+ </control>
+ <control type="togglebutton" id="214">
+ <description>Fast Forward</description>
+ <posx>241</posx>
+ <posy>122</posy>
+ <width>64</width>
+ <height>75</height>
+ <texturefocus>osd_button_ffFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <usealttexture>Player.Forwarding</usealttexture>
+ <alttexturefocus>osd_button_ffFO.png</alttexturefocus>
+ <alttexturenofocus>osd_button_ffSELNF.png</alttexturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>213</onleft>
+ <onright>215</onright>
+ <onup>920</onup>
+ <ondown>921</ondown>
+ <onclick>XBMC.PlayerControl(Forward)</onclick>
+ </control>
+ <control type="button" id="215">
+ <description>Skip Fwd</description>
+ <posx>287</posx>
+ <posy>112</posy>
+ <width>71</width>
+ <height>72</height>
+ <texturefocus>osd_button_skip_plusFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.PlayerControl(Next)</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>214</onleft>
+ <onright>210</onright>
+ <onup>500</onup>
+ <ondown>919</ondown>
+ </control>
+ <control type="button" id="500">
+ <description>Popup Vis Select Button</description>
+ <posx>138</posx>
+ <posy>15</posy>
+ <width>74</width>
+ <height>66</height>
+ <texturefocus>osd_button_visFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>208</onleft>
+ <onright>215</onright>
+ <onup>919</onup>
+ <ondown>920</ondown>
+ <visible>!Skin.HasSetting(LyricScript_Enable)</visible>
+ </control>
+ <control type="button" id="500">
+ <description>Lyrics Button</description>
+ <posx>138</posx>
+ <posy>15</posy>
+ <width>74</width>
+ <height>66</height>
+ <texturefocus>osd_button_lyricsFO.png</texturefocus>
+ <texturenofocus>osd_button_lyrics.png</texturenofocus>
+ <onclick>XBMC.RunScript($INFO[Skin.String(LyricScript_Path)])</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>208</onleft>
+ <onright>215</onright>
+ <onup>919</onup>
+ <ondown>920</ondown>
+ <visible>Skin.HasSetting(LyricScript_Enable)</visible>
+ </control>
+ <control type="togglebutton" id="920">
+ <description>Popup Vis Preset List</description>
+ <posx>147</posx>
+ <posy>71</posy>
+ <width>75</width>
+ <height>62</height>
+ <texturefocus>osd_button_presetsFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <usealttexture>Window.IsActive(122)</usealttexture>
+ <alttexturefocus>osd_button_presetsSELNF.png</alttexturefocus>
+ <alttexturenofocus>-</alttexturenofocus>
+ <onclick>XBMC.ActivateWindow(122)</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>211</onleft>
+ <onright>214</onright>
+ <onup>500</onup>
+ <ondown>213</ondown>
+ </control>
+ <control type="button" id="921">
+ <description>Stop</description>
+ <posx>180</posx>
+ <posy>214</posy>
+ <width>83</width>
+ <height>69</height>
+ <texturefocus>osd_button_stopFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.PlayerControl(Stop)</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>211</onleft>
+ <onright>214</onright>
+ <onup>213</onup>
+ <ondown>919</ondown>
+ </control>
+ <control type="togglebutton" id="919">
+ <description>Popup Vis Settings</description>
+ <posx>195</posx>
+ <posy>268</posy>
+ <width>84</width>
+ <height>78</height>
+ <texturefocus>osd_button_vizsettingsFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <usealttexture>Window.IsActive(121)</usealttexture>
+ <alttexturefocus>osd_button_vizsettingsSELNF.png</alttexturefocus>
+ <alttexturenofocus>-</alttexturenofocus>
+ <onclick>XBMC.ActivateWindow(121)</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>210</onleft>
+ <onright>215</onright>
+ <onup>921</onup>
+ <ondown>500</ondown>
+ </control>
+ <control type="selectbutton" id="503">
+ <posx>460</posx>
+ <posy>15</posy>
+ <description>Visualisation Select Button</description>
+ <texturebg border="5">Barground2.png</texturebg>
+ <onleft>503</onleft>
+ <onright>503</onright>
+ <onup>500</onup>
+ <ondown>500</ondown>
+ <visible>!Skin.HasSetting(LyricScript_Enable)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/MusicOSDVisSettings.xml b/skin/PM3.HD/720p/MusicOSDVisSettings.xml new file mode 100644 index 0000000000..dc9d56ac3c --- /dev/null +++ b/skin/PM3.HD/720p/MusicOSDVisSettings.xml @@ -0,0 +1,105 @@ +<window id="121">
+ <defaultcontrol>2</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>400</posx>
+ <posy>55</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="button">
+ <description>Close Window button</description>
+ <posx>731</posx>
+ <posy>35</posy>
+ <width>35</width>
+ <height>25</height>
+ <label>-</label>
+ <font>-</font>
+ <onclick>Dialog.Close(121)</onclick>
+ <texturefocus>close-windowFO.png</texturefocus>
+ <texturenofocus>close-window.png</texturenofocus>
+ <onleft>5</onleft>
+ <onright>5</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ <visible>system.getbool(lookandfeel.enablemouse)</visible>
+ </control>
+ <control type="label" id="2">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>-</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="grouplist" id="5">
+ <description>control area</description>
+ <posx>45</posx>
+ <posy>85</posy>
+ <width>710</width>
+ <height>480</height>
+ <itemgap>5</itemgap>
+ <pagecontrol>60</pagecontrol>
+ <onleft>5</onleft>
+ <onright>5</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ </control>
+ <control type="button" id="7">
+ <description>Default Button</description>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="8">
+ <description>Default RadioButton</description>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="spincontrolex" id="9">
+ <description>Default spincontrolex</description>
+ <height>35</height>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <reverse>yes</reverse>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/MusicOverlay.xml b/skin/PM3.HD/720p/MusicOverlay.xml new file mode 100644 index 0000000000..b4edf26296 --- /dev/null +++ b/skin/PM3.HD/720p/MusicOverlay.xml @@ -0,0 +1,5 @@ +<window id="2004">
+ <defaultcontrol>-</defaultcontrol>
+ <controls>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/MusicVisualisation.xml b/skin/PM3.HD/720p/MusicVisualisation.xml new file mode 100644 index 0000000000..d9fd91d5a6 --- /dev/null +++ b/skin/PM3.HD/720p/MusicVisualisation.xml @@ -0,0 +1,207 @@ +<window id="2006">
+ <defaultcontrol>-</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <control type="visualisation" id="2">
+ <description>visualisation</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ </control>
+ <control type="group" id="0">
+ <visible>Player.ShowCodec + !Window.IsVisible(script-XBMC_Lyrics-main.xml)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <description>media info background image</description>
+ <posx>0</posx>
+ <posy>30</posy>
+ <width>1280</width>
+ <height>105</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="label">
+ <description>row 1 label</description>
+ <posx>50</posx>
+ <posy>40</posy>
+ <label>-</label>
+ <align>left</align>
+ <label>$LOCALIZE[445] | $INFO[musicplayer.Codec,Codec: ,]$INFO[musicplayer.Bitrate, - Bitrate: ,kbps]$INFO[musicplayer.bitspersample, - Bits:,bit]$INFO[musicplayer.Samplerate, - Freq.: ,kHz]$INFO[musicplayer.Channels, - Channels: ]</label>
+ <font>font11</font>
+ </control>
+ <control type="label">
+ <description>row 2 label</description>
+ <posx>50</posx>
+ <posy>70</posy>
+ <label>-</label>
+ <align>left</align>
+ <label>Visual | fps: $INFO[System.FPS] - $LOCALIZE[250] - $INFO[Visualisation.Name] - $LOCALIZE[20166]</label>
+ <font>font11</font>
+ <visible>Visualisation.Locked</visible>
+ </control>
+ <control type="label">
+ <description>Unlocked row 2 label</description>
+ <posx>50</posx>
+ <posy>70</posy>
+ <label>-</label>
+ <align>left</align>
+ <label>Visual | fps: $INFO[System.FPS] - $LOCALIZE[250] - $INFO[Visualisation.Name]</label>
+ <font>font11</font>
+ <visible>!Visualisation.Locked</visible>
+ </control>
+ <control type="label">
+ <description>row 3 label</description>
+ <posx>50</posx>
+ <posy>100</posy>
+ <label>-</label>
+ <align>left</align>
+ <label>$LOCALIZE[13388] | $INFO[Visualisation.Preset]</label>
+ <font>font11</font>
+ </control>
+ </control>
+
+ <control type="group" id="1">
+ <posx>0</posx>
+ <posy>520</posy>
+ <visible>[Player.ShowInfo + !Window.IsVisible(visualisationsettings) + !Window.IsVisible(visualisationpresetlist)] | [Window.IsVisible(script-XBMC_Lyrics-main.xml) + !Skin.HasSetting(Music_Info_In_Lyrics)]</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image" id="1">
+ <description>media info background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>210</width>
+ <height>170</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image" id="1">
+ <description>media info background image</description>
+ <posx>215</posx>
+ <posy>0</posy>
+ <width>1065</width>
+ <height>170</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image" id="1">
+ <description>cover image</description>
+ <posx>30</posx>
+ <posy>5</posy>
+ <width>175</width>
+ <height>160</height>
+ <info>MusicPlayer.cover</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label" id="1">
+ <posx>230</posx>
+ <posy>10</posy>
+ <width>1020</width>
+ <height>25</height>
+ <label>$INFO[MusicPlayer.Artist]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label" id="1">
+ <posx>230</posx>
+ <posy>38</posy>
+ <width>1020</width>
+ <height>25</height>
+ <label>$INFO[MusicPlayer.Title]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font18b</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label" id="1">
+ <posx>230</posx>
+ <posy>70</posy>
+ <width>885</width>
+ <height>25</height>
+ <label>$INFO[MusicPlayer.Album]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label" id="1">
+ <description>time label</description>
+ <posx>230</posx>
+ <posy>100</posy>
+ <width>280</width>
+ <height>25</height>
+ <label>$INFO[MusicPlayer.Time]$INFO[Player.Duration, / ]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="image" id="1">
+ <description>Rating image</description>
+ <posx>1125</posx>
+ <posy>70</posy>
+ <width>125</width>
+ <height>25</height>
+ <info>Player.StarRating</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label" id="1">
+ <description>System Time Label</description>
+ <posx>1250</posx>
+ <posy>10</posy>
+ <width>200</width>
+ <height>25</height>
+ <textcolor>green</textcolor>
+ <label>$INFO[System.Time]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font13</font>
+ </control>
+ <control type="label" id="1">
+ <description>Playlist Pos No</description>
+ <posx>1250</posx>
+ <posy>100</posy>
+ <width>500</width>
+ <height>25</height>
+ <textcolor>white</textcolor>
+ <label>$INFO[musicplayer.Playlistposition,$LOCALIZE[554]: ]$INFO[musicplayer.Playlistlength, / ]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <visible>!MusicPartyMode.Enabled</visible>
+ </control>
+ <control type="label" id="1">
+ <description>Party Mode Label</description>
+ <posx>1250</posx>
+ <posy>100</posy>
+ <width>500</width>
+ <height>25</height>
+ <textcolor>white</textcolor>
+ <label>589</label>
+ <align>right</align>
+ <font>font12</font>
+ <visible>MusicPartyMode.Enabled</visible>
+ </control>
+ <control type="progress" id="1">
+ <description>Progressbar</description>
+ <posx>230</posx>
+ <posy>130</posy>
+ <width>1020</width>
+ <height>8</height>
+ <info>Player.Progress</info>
+ </control>
+ <control type="label" id="1">
+ <posx>1250</posx>
+ <posy>140</posy>
+ <width>1020</width>
+ <height>25</height>
+ <label>$LOCALIZE[209] : $INFO[MusicPlayer.offset(1).Artist,, - ]$INFO[MusicPlayer.offset(1).Title]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ <scroll>true</scroll>
+ <visible>MusicPlayer.HasNext</visible>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/MyGameSaves.xml b/skin/PM3.HD/720p/MyGameSaves.xml new file mode 100644 index 0000000000..c5d48eb067 --- /dev/null +++ b/skin/PM3.HD/720p/MyGameSaves.xml @@ -0,0 +1,85 @@ +<window id="35">
+ <defaultcontrol always="true">50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <include>CommonRootView</include>
+ <include>CommonListView</include>
+ <include>ThumbnailView</include>
+ <include>AllViewCommonPageControls</include>
+ <include>CommonFileCount</include>
+ <include>ScrollOffsetLabel</include>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <control type="button" id="2">
+ <description>View As button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>611</onup>
+ <ondown>3</ondown>
+ </control>
+ <control type="button" id="3">
+ <description>Sort by button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>103</label>
+ <onleft>50</onleft>
+ <onright>4</onright>
+ <onup>2</onup>
+ <ondown>610</ondown>
+ </control>
+ <control type="togglebutton" id="4">
+ <description>Sort asc</description>
+ <posx>250</posx>
+ <posy>58</posy>
+ <label>-</label>
+ <onleft>3</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>610</ondown>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>3</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>90</posy>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>2</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[20323]</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/MyMusicNav.xml b/skin/PM3.HD/720p/MyMusicNav.xml new file mode 100644 index 0000000000..9bdb11c044 --- /dev/null +++ b/skin/PM3.HD/720p/MyMusicNav.xml @@ -0,0 +1,182 @@ +<window id="502">
+ <defaultcontrol always="true">50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <views>50,51,59,53,56,55,500</views>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="largeimage">
+ <posx>0</posx>
+ <posy>105</posy>
+ <width>850</width>
+ <height>540</height>
+ <aspectratio scalediffuse="false">scale</aspectratio>
+ <texture diffuse="Fanart_Diffuse.png" fallback="special://skin/backgrounds/music.jpg">$INFO[Fanart.Image]</texture>
+ <visible>Control.IsVisible(55)</visible>
+ <include>VisibleFadeEffect</include>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ <control type="largeimage">
+ <posx>0</posx>
+ <posy>105</posy>
+ <width>850</width>
+ <height>540</height>
+ <aspectratio scalediffuse="false">scale</aspectratio>
+ <texture diffuse="Fanart_Diffuse.png" fallback="special://skin/backgrounds/music.jpg">$INFO[ListItem.Property(Fanart_Image)]</texture>
+ <include>VisibleFadeEffect</include>
+ <fadetime>FanartCrossfadeTime</fadetime>
+ <visible>Control.IsVisible(56)</visible>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ <include>3d_CoverView_Music</include> <!-- view id = 500 -->
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <control type="group">
+ <animation effect="slide" start="0,0" end="970,-100" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
+ <animation effect="slide" start="0,0" end="560,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
+ <animation effect="slide" start="0,0" end="970,-100" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
+ <animation effect="slide" start="0,0" end="560,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <include>CommonRootView</include> <!-- view id = 50 -->
+ <include>CommonListView</include> <!-- view id = 51 -->
+ <include>SongInfoListView</include> <!-- view id = 59 -->
+ <include>ThumbnailView</include> <!-- view id = 53 -->
+ <include>ArtistFanartView</include> <!-- view id = 56 -->
+ <include>AlbumSongsFanartView</include> <!-- view id = 55 -->
+ </control>
+ <include>AllViewCommonPageControls</include>
+ <include>CommonFileCount</include>
+ <include>ScrollOffsetLabel</include>
+ </control>
+ <control type="group">
+ <include>ArtistFanartView_Extras</include>
+ <include>AlbumSongsFanartView_Extras</include>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <animation effect="slide" start="0,0" end="-275,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
+ <animation effect="slide" start="0,0" end="-275,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>-30</posy>
+ <width>320</width>
+ <height>470</height>
+ <texture border="0,0,50,45">Panel2.png</texture>
+ <visible>Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="button" id="2">
+ <description>View As button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>611</onup>
+ <ondown>3</ondown>
+ </control>
+ <control type="button" id="3">
+ <description>Sort by button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>103</label>
+ <onleft>50</onleft>
+ <onright>4</onright>
+ <onup>2</onup>
+ <ondown>99</ondown>
+ </control>
+ <control type="togglebutton" id="4">
+ <description>Sort asc</description>
+ <posx>250</posx>
+ <posy>58</posy>
+ <label>-</label>
+ <onleft>3</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>99</ondown>
+ </control>
+ <control type="radiobutton" id="99">
+ <description>Library button</description>
+ <posx>0</posx>
+ <posy>90</posy>
+ <label>$LOCALIZE[29800]</label>
+ <onclick>ReplaceWindow(MusicFiles)</onclick>
+ <selected>Window.IsVisible(MusicLibrary)</selected>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>3</onup>
+ <ondown>8</ondown>
+ </control>
+ <control type="edit" id="8">
+ <description>Search</description>
+ <posx>0</posx>
+ <posy>135</posy>
+ <include>ButtonCommonValues</include>
+ <label>137</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>99</onup>
+ <ondown>19</ondown>
+ </control>
+ <control type="radiobutton" id="19">
+ <description>Filter</description>
+ <posx>0</posx>
+ <posy>180</posy>
+ <include>ButtonCommonValues</include>
+ <label>587</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>8</onup>
+ <ondown>16</ondown>
+ </control>
+ <control type="radiobutton" id="16">
+ <description>PartyMode</description>
+ <posx>0</posx>
+ <posy>225</posy>
+ <include>ButtonCommonValues</include>
+ <label>589</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>19</onup>
+ <ondown>610</ondown>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>16</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>270</posy>
+ <animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(99)">conditional</animation>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>2</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[10516]$INFO[Container.PluginName, - ]</label>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/MyMusicPlaylist.xml b/skin/PM3.HD/720p/MyMusicPlaylist.xml new file mode 100644 index 0000000000..69ff9ecfdd --- /dev/null +++ b/skin/PM3.HD/720p/MyMusicPlaylist.xml @@ -0,0 +1,109 @@ +<window id="500">
+ <defaultcontrol always="true">50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <include>CommonRootView</include>
+ <include>CommonListView</include>
+ <include>SongInfoListView</include>
+ <include>AllViewCommonPageControls</include>
+ <include>CommonFileCount</include>
+ <include>ScrollOffsetLabel</include>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <control type="button" id="2">
+ <description>View As button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>611</onup>
+ <ondown>20</ondown>
+ </control>
+ <control type="radiobutton" id="20">
+ <description>Shuffle button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>191</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>26</ondown>
+ </control>
+ <control type="button" id="26">
+ <description>Repeat button</description>
+ <posx>0</posx>
+ <posy>90</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>20</onup>
+ <ondown>21</ondown>
+ </control>
+ <control type="button" id="21">
+ <description>Save button</description>
+ <posx>0</posx>
+ <posy>135</posy>
+ <label>190</label>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>26</onup>
+ <ondown>22</ondown>
+ </control>
+ <control type="button" id="22">
+ <description>Clear button</description>
+ <posx>0</posx>
+ <posy>180</posy>
+ <label>192</label>
+ <onclick>ReplaceWindow(music)</onclick>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>21</onup>
+ <ondown>610</ondown>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>22</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>225</posy>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>2</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[10517]</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/MyMusicPlaylistEditor.xml b/skin/PM3.HD/720p/MyMusicPlaylistEditor.xml new file mode 100644 index 0000000000..e1d45c7b66 --- /dev/null +++ b/skin/PM3.HD/720p/MyMusicPlaylistEditor.xml @@ -0,0 +1,399 @@ +<window id="503">
+ <defaultcontrol allways="true">6</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <posy>70</posy>
+ <include>Window_OpenClose_Animation</include>
+ <visible>Control.HasFocus(50) | Control.HasFocus(100)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <posx>445</posx>
+ <posy>40</posy>
+ <width>390</width>
+ <height>400</height>
+ <colordiffuse>BBFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="group">
+ <visible>Control.HasFocus(50)</visible>
+ <control type="image">
+ <posx>465</posx>
+ <posy>60</posy>
+ <width>350</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[Container(50).ListItem.Icon]</texture>
+ </control>
+ <control type="textbox">
+ <posx>465</posx>
+ <posy>270</posy>
+ <width>350</width>
+ <height>160</height>
+ <font>font11</font>
+ <align>center</align>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <pagecontrol>9999999999</pagecontrol>
+ <label>$INFO[Container(50).ListItem.Title,[COLOR=grey2]$LOCALIZE[556]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.Artist,[COLOR=grey2]$LOCALIZE[557]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.Album,[COLOR=grey2]$LOCALIZE[558]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.Duration,[COLOR=grey2]$LOCALIZE[555]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.TrackNumber,[COLOR=grey2]$LOCALIZE[554]:[/COLOR] ,[CR]]$INFO[Container(50).ListItem.Genre,[COLOR=grey2]$LOCALIZE[515]:[/COLOR] ,[CR]]</label>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Control.HasFocus(100)</visible>
+ <control type="image">
+ <posx>465</posx>
+ <posy>60</posy>
+ <width>350</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[Container(100).ListItem.Icon]</texture>
+ </control>
+ <control type="textbox">
+ <posx>465</posx>
+ <posy>270</posy>
+ <width>350</width>
+ <height>160</height>
+ <font>font11</font>
+ <align>center</align>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <pagecontrol>9999999999</pagecontrol>
+ <label>$INFO[Container(100).ListItem.Title,[COLOR=grey2]$LOCALIZE[556]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.Artist,[COLOR=grey2]$LOCALIZE[557]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.Album,[COLOR=grey2]$LOCALIZE[558]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.Duration,[COLOR=grey2]$LOCALIZE[555]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.TrackNumber,[COLOR=grey2]$LOCALIZE[554]:[/COLOR] ,[CR]]$INFO[Container(100).ListItem.Genre,[COLOR=grey2]$LOCALIZE[515]:[/COLOR] ,[CR]]</label>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <animation effect="slide" start="-480,0" end="0,0" time="500" tween="quadratic" easing="out">WindowOpen</animation>
+ <animation effect="slide" end="-480,0" start="0,0" time="500" tween="quadratic" easing="out">WindowClose</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>100</posy>
+ <width>480</width>
+ <height>580</height>
+ <texture border="0,0,50,45">Panel2.png</texture>
+ </control>
+ <control type="label">
+ <posx>20</posx>
+ <posy>125</posy>
+ <width>400</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>green</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>31058</label>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>60</posy>
+ <width>420</width>
+ <height>8</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label">
+ <description>number of files/pages in left list text label</description>
+ <posx>20</posx>
+ <posy>38r</posy>
+ <width>562</width>
+ <font>font12b</font>
+ <align>left</align>
+ <scroll>true</scroll>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <label>($INFO[Container(50).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(50).CurrentPage]/$INFO[Container(50).NumPages])</label>
+ </control>
+ <control type="scrollbar" id="30">
+ <posx>15</posx>
+ <posy>160</posy>
+ <width>20</width>
+ <height>480</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>31</onleft>
+ <onright>50</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ <control type="list" id="50">
+ <posx>40</posx>
+ <posy>160</posy>
+ <width>400</width>
+ <height>485</height>
+ <onleft>30</onleft>
+ <onright>9000</onright>
+ <onup>50</onup>
+ <ondown>50</ondown>
+ <viewtype label="31029">list</viewtype>
+ <pagecontrol>30</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="400">
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>380</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>395</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label2</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="400">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>30</height>
+ <colordiffuse>AAFFFFFF</colordiffuse>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(50)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>380</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>395</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label2</info>
+ </control>
+ </focusedlayout>
+ </control>
+ </control>
+ <control type="group">
+ <animation effect="slide" start="480,0" end="0,0" time="500" tween="quadratic" easing="out">WindowOpen</animation>
+ <animation effect="slide" end="480,0" start="0,0" time="500" tween="quadratic" easing="out">WindowClose</animation>
+ <posx>800</posx>
+ <control type="image">
+ <posx>0</posx>
+ <posy>100</posy>
+ <width>480</width>
+ <height>580</height>
+ <texture border="50,0,0,45">Panel.png</texture>
+ </control>
+ <control type="label">
+ <posx>40</posx>
+ <posy>125</posy>
+ <width>400</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>green</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>31059</label>
+ </control>
+ <control type="image">
+ <posx>50</posx>
+ <posy>60</posy>
+ <width>420</width>
+ <height>8</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label">
+ <description>Page Count Label</description>
+ <posx>445</posx>
+ <posy>38r</posy>
+ <width>300</width>
+ <height>20</height>
+ <font>font12b</font>
+ <textcolor>white</textcolor>
+ <scroll>false</scroll>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>($INFO[Container(100).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(100).CurrentPage]/$INFO[Container(100).NumPages])</label>
+ </control>
+ <control type="scrollbar" id="31">
+ <posx>445</posx>
+ <posy>160</posy>
+ <width>20</width>
+ <height>480</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>100</onleft>
+ <onright>30</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ <control type="list" id="100">
+ <posx>40</posx>
+ <posy>160</posy>
+ <width>400</width>
+ <height>485</height>
+ <onleft>9000</onleft>
+ <onright>31</onright>
+ <onup>100</onup>
+ <ondown>100</ondown>
+ <viewtype label="31029">list</viewtype>
+ <pagecontrol>31</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="400">
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>380</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>395</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label2</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="400">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>30</height>
+ <colordiffuse>AAFFFFFF</colordiffuse>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(100)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>380</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>395</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label2</info>
+ </control>
+ </focusedlayout>
+ </control>
+ </control>
+ <control type="group" id="9000">
+ <posx>457</posx>
+ <posy>495</posy>
+ <include>Window_OpenClose_Animation</include>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>365</width>
+ <height>240</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>365</width>
+ <height>240</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="button" id="6">
+ <description>Open Button</description>
+ <posx>40</posx>
+ <posy>50</posy>
+ <label>31055</label>
+ <align>center</align>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>100</onright>
+ <onup>8</onup>
+ <ondown>7</ondown>
+ </control>
+ <control type="button" id="7">
+ <description>Save Button</description>
+ <posx>40</posx>
+ <posy>95</posy>
+ <label>31056</label>
+ <align>center</align>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>100</onright>
+ <onup>6</onup>
+ <ondown>8</ondown>
+ </control>
+ <control type="button" id="8">
+ <description>Clear button</description>
+ <posx>40</posx>
+ <posy>140</posy>
+ <label>31057</label>
+ <align>center</align>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>100</onright>
+ <onup>7</onup>
+ <ondown>6</ondown>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[10503]</label>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/MyMusicSongs.xml b/skin/PM3.HD/720p/MyMusicSongs.xml new file mode 100644 index 0000000000..e05b9eaa9c --- /dev/null +++ b/skin/PM3.HD/720p/MyMusicSongs.xml @@ -0,0 +1,119 @@ +<window id="501">
+ <defaultcontrol always="true">50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <views>50,51,59,53,500</views>
+ <controls>
+ <include>CommonBackground</include>
+ <include>3d_CoverView_Music</include> <!-- view id = 500 -->
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <control type="group">
+ <animation effect="slide" start="0,0" end="970,-100" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
+ <animation effect="slide" start="0,0" end="970,-100" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
+ <include>ContentPanel</include>
+ <include>CommonRootView</include> <!-- view id = 50 -->
+ <include>CommonListView</include> <!-- view id = 51 -->
+ <include>SongInfoListView</include> <!-- view id = 59 -->
+ <include>ThumbnailView</include> <!-- view id = 53 -->
+ </control>
+ <include>AllViewCommonPageControls</include>
+ <include>CommonFileCount</include>
+ <include>ScrollOffsetLabel</include>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <animation effect="slide" start="0,0" end="-275,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
+ <animation effect="slide" start="0,0" end="-275,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>-30</posy>
+ <width>320</width>
+ <height>470</height>
+ <texture border="0,0,50,45">Panel2.png</texture>
+ <visible>Control.IsVisible(500)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="button" id="2">
+ <description>View As button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>611</onup>
+ <ondown>3</ondown>
+ </control>
+ <control type="button" id="3">
+ <description>Sort by button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>103</label>
+ <onleft>50</onleft>
+ <onright>4</onright>
+ <onup>2</onup>
+ <ondown>99</ondown>
+ </control>
+ <control type="togglebutton" id="4">
+ <description>Sort asc</description>
+ <posx>250</posx>
+ <posy>58</posy>
+ <label>-</label>
+ <onleft>3</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>99</ondown>
+ </control>
+ <control type="radiobutton" id="99">
+ <description>Library button</description>
+ <posx>0</posx>
+ <posy>90</posy>
+ <label>$LOCALIZE[29800]</label>
+ <onclick>ReplaceWindow(MusicLibrary)</onclick>
+ <selected>Window.IsVisible(MusicLibrary)</selected>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>3</onup>
+ <ondown>610</ondown>
+ <enable>Library.HasContent(Music)</enable>
+ <visible>System.GetBool(musiclibrary.enabled)</visible>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>99</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>135</posy>
+ <animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(99)">conditional</animation>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>2</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[31022]$INFO[Container.PluginName, - ]</label>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/MyPics.xml b/skin/PM3.HD/720p/MyPics.xml new file mode 100644 index 0000000000..c273918daf --- /dev/null +++ b/skin/PM3.HD/720p/MyPics.xml @@ -0,0 +1,119 @@ +<window id="2">
+ <defaultcontrol always="true">50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <include>CommonRootView</include>
+ <include>CommonListView</include>
+ <include>ThumbnailView</include>
+ <include>PictureThumbView</include>
+ <include>AllViewCommonPageControls</include>
+ <include>CommonFileCount</include>
+ <include>ScrollOffsetLabel</include>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <control type="button" id="2">
+ <description>View As button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>611</onup>
+ <ondown>3</ondown>
+ </control>
+ <control type="button" id="3">
+ <description>Sort by button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>103</label>
+ <onleft>50</onleft>
+ <onright>4</onright>
+ <onup>2</onup>
+ <ondown>6</ondown>
+ </control>
+ <control type="togglebutton" id="4">
+ <description>Sort asc</description>
+ <posx>250</posx>
+ <posy>58</posy>
+ <label>-</label>
+ <onleft>3</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>6</ondown>
+ </control>
+ <control type="button" id="6">
+ <description>Slideshow</description>
+ <posx>0</posx>
+ <posy>90</posy>
+ <include>ButtonCommonValues</include>
+ <label>108</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>3</onup>
+ <ondown>7</ondown>
+ </control>
+ <control type="button" id="7">
+ <description>Recersive Slideshow</description>
+ <posx>0</posx>
+ <posy>135</posy>
+ <include>ButtonCommonValues</include>
+ <label>361</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>6</onup>
+ <ondown>9</ondown>
+ </control>
+ <control type="radiobutton" id="9">
+ <description>Randomize Toggle</description>
+ <posx>0</posx>
+ <posy>180</posy>
+ <include>ButtonCommonValues</include>
+ <label>13319</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>7</onup>
+ <ondown>610</ondown>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>9</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>225</posy>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>2</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[1]$INFO[Container.PluginName, - ]</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/MyPrograms.xml b/skin/PM3.HD/720p/MyPrograms.xml new file mode 100644 index 0000000000..4bee22a580 --- /dev/null +++ b/skin/PM3.HD/720p/MyPrograms.xml @@ -0,0 +1,100 @@ +<window id="1">
+ <defaultcontrol always="true">50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <include>CommonRootView</include>
+ <include>CommonListView</include>
+ <include>ThumbnailView</include>
+ <include>WideIconView</include>
+ <include>AllViewCommonPageControls</include>
+ <include>CommonFileCount</include>
+ <include>ScrollOffsetLabel</include>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <control type="button" id="2">
+ <description>View As button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>611</onup>
+ <ondown>3</ondown>
+ </control>
+ <control type="button" id="3">
+ <description>Sort by button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>103</label>
+ <onleft>50</onleft>
+ <onright>4</onright>
+ <onup>2</onup>
+ <ondown>98</ondown>
+ </control>
+ <control type="togglebutton" id="4">
+ <description>Sort asc</description>
+ <posx>250</posx>
+ <posy>58</posy>
+ <label>-</label>
+ <onleft>3</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>98</ondown>
+ </control>
+ <control type="button" id="98">
+ <description>Gamesaves Button</description>
+ <posx>0</posx>
+ <posy>90</posy>
+ <include>ButtonCommonValues</include>
+ <label>20323</label>
+ <onclick>ActivateWindow(35)</onclick>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>3</onup>
+ <ondown>610</ondown>
+ <visible>System.Platform.Xbox</visible>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>98</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>135</posy>
+ <animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(98)">conditional</animation>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>2</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[0]$INFO[Container.PluginName, - ]</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/MyScripts.xml b/skin/PM3.HD/720p/MyScripts.xml new file mode 100644 index 0000000000..915366657d --- /dev/null +++ b/skin/PM3.HD/720p/MyScripts.xml @@ -0,0 +1,85 @@ +<window id="20">
+ <defaultcontrol always="true">50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <include>CommonRootView</include>
+ <include>CommonListView</include>
+ <include>ThumbnailView</include>
+ <include>AllViewCommonPageControls</include>
+ <include>CommonFileCount</include>
+ <include>ScrollOffsetLabel</include>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <control type="button" id="2">
+ <description>View As button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>611</onup>
+ <ondown>3</ondown>
+ </control>
+ <control type="button" id="3">
+ <description>Sort by button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>103</label>
+ <onleft>50</onleft>
+ <onright>4</onright>
+ <onup>2</onup>
+ <ondown>610</ondown>
+ </control>
+ <control type="togglebutton" id="4">
+ <description>Sort asc</description>
+ <posx>250</posx>
+ <posy>58</posy>
+ <label>-</label>
+ <onleft>3</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>610</ondown>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>3</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>90</posy>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>2</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[10020]</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/MyVideo.xml b/skin/PM3.HD/720p/MyVideo.xml new file mode 100644 index 0000000000..bd0c7ee33f --- /dev/null +++ b/skin/PM3.HD/720p/MyVideo.xml @@ -0,0 +1,132 @@ +<window id="6">
+ <defaultcontrol always="true">50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <views>50,51,53,54,57,500</views>
+ <controls>
+ <include>CommonBackground</include>
+ <include>3d_CoverView</include> <!-- view id = 500 -->
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <control type="group">
+ <animation effect="slide" start="0,0" end="970,-100" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
+ <animation effect="slide" start="0,0" end="970,-100" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
+ <include>ContentPanel</include>
+ <include>CommonRootView</include> <!-- view id = 50 -->
+ <include>CommonListView</include> <!-- view id = 51 -->
+ <include>VideoThumbnailView</include> <!-- view id = 53 -->
+ <include>WideIconView</include> <!-- view id = 54 -->
+ <include>MovieDVDView</include> <!-- view id = 57 -->
+ </control>
+ <include>AllViewCommonPageControls</include>
+ <include>CommonFileCount</include>
+ <include>ScrollOffsetLabel</include>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <animation effect="slide" start="0,0" end="-275,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
+ <animation effect="slide" start="0,0" end="-275,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>-30</posy>
+ <width>320</width>
+ <height>470</height>
+ <texture border="0,0,50,45">Panel2.png</texture>
+ <visible>Control.IsVisible(500)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="button" id="2">
+ <description>View As button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>611</onup>
+ <ondown>3</ondown>
+ </control>
+ <control type="button" id="3">
+ <description>Sort by button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>103</label>
+ <onleft>50</onleft>
+ <onright>4</onright>
+ <onup>2</onup>
+ <ondown>99</ondown>
+ </control>
+ <control type="togglebutton" id="4">
+ <description>Sort asc</description>
+ <posx>250</posx>
+ <posy>58</posy>
+ <label>-</label>
+ <onleft>3</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>99</ondown>
+ </control>
+ <control type="radiobutton" id="99">
+ <description>Library button</description>
+ <posx>0</posx>
+ <posy>90</posy>
+ <label>$LOCALIZE[29800]</label>
+ <onclick>ReplaceWindow(myvideolibrary)</onclick>
+ <selected>Window.IsVisible(myvideolibrary)</selected>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>3</onup>
+ <ondown>7</ondown>
+ <enable>Library.HasContent(Video)</enable>
+ <visible>System.GetBool(videolibrary.enabled)</visible>
+ </control>
+ <control type="radiobutton" id="7">
+ <description>Stack Toggle</description>
+ <posx>0</posx>
+ <posy>135</posy>
+ <include>ButtonCommonValues</include>
+ <label>346</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>99</onup>
+ <ondown>610</ondown>
+ <animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(99)">conditional</animation>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>7</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>180</posy>
+ <animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(99)">conditional</animation>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>2</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[31021]$INFO[Container.PluginName, - ]</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/MyVideoNav.xml b/skin/PM3.HD/720p/MyVideoNav.xml new file mode 100644 index 0000000000..37230abb82 --- /dev/null +++ b/skin/PM3.HD/720p/MyVideoNav.xml @@ -0,0 +1,276 @@ +<window id="25">
+ <defaultcontrol always="true">50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <views>50,51,58,59,57,500,55,56,53,54</views>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="largeimage">
+ <posx>0</posx>
+ <posy>105</posy>
+ <width>850</width>
+ <height>540</height>
+ <aspectratio scalediffuse="false">scale</aspectratio>
+ <texture diffuse="Fanart_Diffuse.png" fallback="special://skin/backgrounds/videos.jpg">$INFO[Fanart.Image]</texture>
+ <visible>[Control.IsVisible(55) + !substring(Container.FolderPath,videodb://5/)] | [Control.IsVisible(56) + Container.Content(Seasons)]</visible>
+ <include>VisibleFadeEffect</include>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ <control type="largeimage">
+ <posx>0</posx>
+ <posy>105</posy>
+ <width>850</width>
+ <height>540</height>
+ <aspectratio scalediffuse="false">scale</aspectratio>
+ <texture diffuse="Fanart_Diffuse.png" fallback="special://skin/backgrounds/videos.jpg">$INFO[ListItem.Property(Fanart_Image)]</texture>
+ <include>VisibleFadeEffect</include>
+ <fadetime>FanartCrossfadeTime</fadetime>
+ <visible>[Control.IsVisible(55) + substring(Container.FolderPath,videodb://5/)] | [Control.IsVisible(56) + !Container.Content(Seasons)]</visible>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ <include>3d_CoverView</include> <!-- view id = 500 -->
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <control type="group">
+ <animation effect="slide" start="0,0" end="970,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
+ <animation effect="slide" start="0,0" end="560,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
+ <animation effect="slide" start="0,0" end="970,0" time="0" condition="Skin.HasSetting(Animate_Skin) + Control.IsVisible(500)">Conditional</animation>
+ <animation effect="slide" start="0,0" end="560,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [Control.IsVisible(55) | Control.IsVisible(56)]">Conditional</animation>
+ <include>ContentPanel</include>
+ <include>CommonRootView</include> <!-- view id = 50 -->
+ <include>CommonListView</include> <!-- view id = 51 -->
+ <include>MoviesListView</include> <!-- view id = 58 -->
+ <include>TVShowListView</include> <!-- view id = 59 -->
+ <include>MovieDVDView</include> <!-- view id = 57 -->
+ <include>EpisodeFanartView</include> <!-- view id = 55 -->
+ <include>MovieFanartView</include> <!-- view id = 56 -->
+ <include>VideoThumbnailView</include> <!-- view id = 53 -->
+ <include>WideIconView</include> <!-- view id = 54 -->
+ </control>
+ <control type="grouplist">
+ <description>Media Codec Flagging Images</description>
+ <posx>320</posx>
+ <posy>675</posy>
+ <width>640</width>
+ <itemgap>0</itemgap>
+ <orientation>horizontal</orientation>
+ <include>CodecFlaggingConditions</include>
+ <animation effect="slide" start="0,0" end="-280,0" time="300" tween="quadratic" easing="out" condition="Control.IsVisible(500)">Conditional</animation>
+ <visible>!Control.IsVisible(56) + !Control.IsVisible(55)</visible>
+ </control>
+ <include>AllViewCommonPageControls</include>
+ <include>CommonFileCount</include>
+ <include>ScrollOffsetLabel</include>
+ </control>
+ <control type="group">
+ <control type="grouplist">
+ <description>Media Codec Flagging Images</description>
+ <posx>275</posx>
+ <posy>675</posy>
+ <width>640</width>
+ <itemgap>0</itemgap>
+ <orientation>horizontal</orientation>
+ <include>CodecFlaggingConditions</include>
+ <visible>Control.IsVisible(56) | Control.IsVisible(55)</visible>
+ <animation effect="slide" start="0,0" end="-235,0" time="0" condition="Control.IsVisible(55)">Conditional</animation>
+ </control>
+ <include>Window_OpenClose_Animation</include>
+ <include>EpisodeFanartView_Extras</include>
+ <include>MovieFanartView_Extras</include>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <animation effect="slide" start="0,0" end="-275,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
+ <animation effect="slide" start="0,0" end="-275,0" time="0" condition="Skin.HasSetting(Animate_Skin) + [[Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)] + !ControlGroup(9000).HasFocus]">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>-30</posy>
+ <width>320</width>
+ <height>580</height>
+ <texture border="0,0,50,45">Panel2.png</texture>
+ <visible>Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(500)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="button" id="2">
+ <description>View As button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>611</onup>
+ <ondown>3</ondown>
+ </control>
+ <control type="button" id="3">
+ <description>Sort by button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>103</label>
+ <onleft>50</onleft>
+ <onright>4</onright>
+ <onup>2</onup>
+ <ondown>99</ondown>
+ </control>
+ <control type="togglebutton" id="4">
+ <description>Sort asc</description>
+ <posx>250</posx>
+ <posy>58</posy>
+ <label>-</label>
+ <onleft>3</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>99</ondown>
+ </control>
+ <control type="radiobutton" id="99">
+ <description>Library button</description>
+ <posx>0</posx>
+ <posy>90</posy>
+ <label>$LOCALIZE[29800]</label>
+ <onclick>ReplaceWindow(myvideofiles)</onclick>
+ <selected>Window.IsVisible(myvideolibrary)</selected>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>3</onup>
+ <ondown>14</ondown>
+ </control>
+ <control type="radiobutton" id="14">
+ <description>Watched Toggle</description>
+ <posx>0</posx>
+ <posy>135</posy>
+ <include>ButtonCommonValues</include>
+ <label>20367</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>99</onup>
+ <ondown>8</ondown>
+ </control>
+ <control type="button" id="8">
+ <description>Search</description>
+ <posx>0</posx>
+ <posy>180</posy>
+ <include>ButtonCommonValues</include>
+ <label>137</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>14</onup>
+ <ondown>19</ondown>
+ </control>
+ <control type="radiobutton" id="19">
+ <description>Filter</description>
+ <posx>0</posx>
+ <posy>225</posy>
+ <include>ButtonCommonValues</include>
+ <label>587</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>8</onup>
+ <ondown>16</ondown>
+ </control>
+ <control type="radiobutton" id="16">
+ <description>PartyMode</description>
+ <posx>0</posx>
+ <posy>270</posy>
+ <include>ButtonCommonValues</include>
+ <label>589</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>19</onup>
+ <ondown>17</ondown>
+ </control>
+ <control type="radiobutton" id="17">
+ <description>Flatten</description>
+ <posx>0</posx>
+ <posy>315</posy>
+ <include>ButtonCommonValues</include>
+ <label>20411</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>16</onup>
+ <ondown>11</ondown>
+ </control>
+ <control type="radiobutton" id="11">
+ <description>Unlock Shares</description>
+ <posx>0</posx>
+ <posy>360</posy>
+ <include>ButtonCommonValues</include>
+ <label>20336</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>17</onup>
+ <ondown>610</ondown>
+ <pulseonselect>no</pulseonselect>
+ <onclick>xbmc.mastermode</onclick>
+ <selected>system.ismaster</selected>
+ <visible>system.haslocks</visible>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>11</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>405</posy>
+ <animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(99)">conditional</animation>
+ <animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(11)">conditional</animation>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>2</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="image">
+ <posx>640</posx>
+ <posy>0</posy>
+ <width>640</width>
+ <height>105</height>
+ <aspectratio align="right">keep</aspectratio>
+ <texture diffuse="Wide_Icon_Diffuse.png">$INFO[Container.TVshowThumb]</texture>
+ <visible>Container.Content(Seasons) | Container.Content(Episodes)</visible>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ <control type="image">
+ <posx>640</posx>
+ <posy>0</posy>
+ <width>640</width>
+ <height>105</height>
+ <aspectratio align="right">keep</aspectratio>
+ <texture diffuse="Wide_Icon_Diffuse.png">$INFO[Listitem.Thumb]</texture>
+ <visible>Container.Content(TVShows) + Control.IsVisible(56)</visible>
+ <include>Window_OpenClose_Animation</include>
+ <fadetime>FanartCrossfadeTime</fadetime>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[20314]$INFO[Container.PluginName, - ]</label>
+ </control>
+
+<!-- Test code for the flagging Can stay until all codecs done
+
+ <control type="label">
+ <posy>10</posy>
+ <font>font13</font>
+ <include>WindowTitleCommons</include>
+ <label>Video - $INFO[ListItem.VideoResolution] - $INFO[ListItem.VideoCodec] - $INFO[ListItem.VideoAspect] - Audio - $INFO[ListItem.AudioCodec] - $INFO[ListItem.AudioChannels] - $INFO[ListItem.AudioLanguage] - Subtitle - $INFO[ListItem.SubtitleLanguage]</label>
+ </control>
+-->
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/MyVideoPlaylist.xml b/skin/PM3.HD/720p/MyVideoPlaylist.xml new file mode 100644 index 0000000000..dd2efa7e20 --- /dev/null +++ b/skin/PM3.HD/720p/MyVideoPlaylist.xml @@ -0,0 +1,108 @@ +<window id="28">
+ <defaultcontrol always="true">50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <include>CommonRootView</include>
+ <include>CommonListView</include>
+ <include>AllViewCommonPageControls</include>
+ <include>CommonFileCount</include>
+ <include>ScrollOffsetLabel</include>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <control type="button" id="2">
+ <description>View As button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>611</onup>
+ <ondown>20</ondown>
+ </control>
+ <control type="radiobutton" id="20">
+ <description>Shuffle button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>191</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>26</ondown>
+ </control>
+ <control type="button" id="26">
+ <description>Repeat button</description>
+ <posx>0</posx>
+ <posy>90</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>20</onup>
+ <ondown>21</ondown>
+ </control>
+ <control type="button" id="21">
+ <description>Save button</description>
+ <posx>0</posx>
+ <posy>135</posy>
+ <label>190</label>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>26</onup>
+ <ondown>22</ondown>
+ </control>
+ <control type="button" id="22">
+ <description>Clear button</description>
+ <posx>0</posx>
+ <posy>180</posy>
+ <label>192</label>
+ <onclick>ReplaceWindow(Video)</onclick>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>21</onup>
+ <ondown>610</ondown>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>22</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>225</posy>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>2</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[10522]</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/MyWeather.xml b/skin/PM3.HD/720p/MyWeather.xml new file mode 100644 index 0000000000..bdad30e03a --- /dev/null +++ b/skin/PM3.HD/720p/MyWeather.xml @@ -0,0 +1,715 @@ +<window id="2600">
+ <defaultcontrol always="true">3</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <control type="group">
+ <posx>317</posx>
+ <posy>135</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>460</width>
+ <height>35</height>
+ <texture>Button_Side_NoFocus.png</texture>
+ </control>
+ <control type="label">
+ <description>update label</description>
+ <posx>20</posx>
+ <posy>0</posy>
+ <width>225</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>143</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>update time label</description>
+ <posx>440</posx>
+ <posy>0</posy>
+ <width>225</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>Window.Property(Updated)</info>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>35</posy>
+ <width>460</width>
+ <height>474</height>
+ <colordiffuse>66FFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="label">
+ <description>current temp Value</description>
+ <posx>20</posx>
+ <posy>60</posy>
+ <width>210</width>
+ <height>180</height>
+ <font>font35b</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$INFO[Window.Property(Current.Temperature)]$INFO[System.TemperatureUnits]</label>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="image">
+ <description>current weather icon</description>
+ <posx>230</posx>
+ <posy>60</posy>
+ <width>210</width>
+ <height>180</height>
+ <info>Window.Property(Current.ConditionIcon)</info>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="label">
+ <description>current condition label</description>
+ <posx>20</posx>
+ <posy>260</posy>
+ <width>420</width>
+ <height>30</height>
+ <info>Window.Property(Current.Condition)</info>
+ <wrapmultiline>true</wrapmultiline>
+ <font>font13</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="image">
+ <posx>20</posx>
+ <posy>327</posy>
+ <width>420</width>
+ <height>4</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label">
+ <description>current feels like label</description>
+ <posx>140</posx>
+ <posy>340</posy>
+ <height>35</height>
+ <font>font12</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[402] :</label>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>current dew label</description>
+ <posx>140</posx>
+ <posy>370</posy>
+ <height>35</height>
+ <font>font12</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[405] :</label>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>current humidity label</description>
+ <posx>140</posx>
+ <posy>400</posy>
+ <height>35</height>
+ <font>font12</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[406] :</label>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>current UV Index label</description>
+ <posx>140</posx>
+ <posy>430</posy>
+ <height>35</height>
+ <font>font12</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[403] :</label>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>current Wind label</description>
+ <posx>140</posx>
+ <posy>460</posy>
+ <height>35</height>
+ <font>font12</font>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[404] :</label>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>current feels like Value</description>
+ <posx>160</posx>
+ <posy>340</posy>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]</label>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>current dew Value</description>
+ <posx>160</posx>
+ <posy>370</posy>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[Window.Property(Current.DewPoint)]$INFO[System.TemperatureUnits]</label>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>current humidity Value</description>
+ <posx>160</posx>
+ <posy>400</posy>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>Window.Property(Current.Humidity)</info>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>current UV Index Value</description>
+ <posx>160</posx>
+ <posy>430</posy>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>Window.Property(Current.UVIndex)</info>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>current Wind Value</description>
+ <posx>160</posx>
+ <posy>460</posy>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>Window.Property(Current.Wind)</info>
+ <textcolor>white</textcolor>
+ </control>
+ </control>
+ <control type="group">
+ <description>day 0</description>
+ <posx>780</posx>
+ <posy>135</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>460</width>
+ <height>35</height>
+ <texture>Button_Side_NoFocus.png</texture>
+ </control>
+ <control type="label">
+ <description>Day label</description>
+ <posx>20</posx>
+ <posy>0</posy>
+ <width>420</width>
+ <height>35</height>
+ <font>font12</font>
+ <info>Window.Property(Day0.Title)</info>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>35</posy>
+ <width>460</width>
+ <height>90</height>
+ <colordiffuse>66FFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image">
+ <description>day icon</description>
+ <posx>370</posx>
+ <posy>40</posy>
+ <height>80</height>
+ <width>80</width>
+ <info>Window.Property(Day0.OutlookIcon)</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label">
+ <description>high label</description>
+ <posx>40</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[393] :</label>
+ <textcolor>grey2</textcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>high value</description>
+ <posx>110</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day0.HighTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>low label</description>
+ <posx>220</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[391] :</label>
+ <textcolor>grey2</textcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>low value</description>
+ <posx>290</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day0.LowTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>conditions label</description>
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>320</width>
+ <height>20</height>
+ <info>Window.Property(Day0.Outlook)</info>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ </control>
+ <control type="group">
+ <description>day 0</description>
+ <posx>780</posx>
+ <posy>263</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>460</width>
+ <height>35</height>
+ <texture>Button_Side_NoFocus.png</texture>
+ </control>
+ <control type="label">
+ <description>Day label</description>
+ <posx>20</posx>
+ <posy>0</posy>
+ <width>420</width>
+ <height>35</height>
+ <font>font12</font>
+ <info>Window.Property(Day1.Title)</info>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>35</posy>
+ <width>460</width>
+ <height>90</height>
+ <colordiffuse>66FFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image">
+ <description>day icon</description>
+ <posx>370</posx>
+ <posy>40</posy>
+ <height>80</height>
+ <width>80</width>
+ <info>Window.Property(Day1.OutlookIcon)</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label">
+ <description>high label</description>
+ <posx>40</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[393] :</label>
+ <textcolor>grey2</textcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>high value</description>
+ <posx>110</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day1.HighTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>low label</description>
+ <posx>220</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[391] :</label>
+ <textcolor>grey2</textcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>low value</description>
+ <posx>290</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day1.LowTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>conditions label</description>
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>320</width>
+ <height>20</height>
+ <info>Window.Property(Day1.Outlook)</info>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ </control>
+ <control type="group">
+ <description>day 0</description>
+ <posx>780</posx>
+ <posy>391</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>460</width>
+ <height>35</height>
+ <texture>Button_Side_NoFocus.png</texture>
+ </control>
+ <control type="label">
+ <description>Day label</description>
+ <posx>20</posx>
+ <posy>0</posy>
+ <width>420</width>
+ <height>35</height>
+ <font>font12</font>
+ <info>Window.Property(Day2.Title)</info>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>35</posy>
+ <width>460</width>
+ <height>90</height>
+ <colordiffuse>66FFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image">
+ <description>day icon</description>
+ <posx>370</posx>
+ <posy>40</posy>
+ <height>80</height>
+ <width>80</width>
+ <info>Window.Property(Day2.OutlookIcon)</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label">
+ <description>high label</description>
+ <posx>40</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[393] :</label>
+ <textcolor>grey2</textcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>high value</description>
+ <posx>110</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day2.HighTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>low label</description>
+ <posx>220</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[391] :</label>
+ <textcolor>grey2</textcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>low value</description>
+ <posx>290</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day2.LowTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>conditions label</description>
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>320</width>
+ <height>20</height>
+ <info>Window.Property(Day2.Outlook)</info>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ </control>
+ <control type="group">
+ <description>day 3</description>
+ <posx>780</posx>
+ <posy>519</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>460</width>
+ <height>35</height>
+ <texture>Button_Side_NoFocus.png</texture>
+ </control>
+ <control type="label">
+ <description>Day label</description>
+ <posx>20</posx>
+ <posy>0</posy>
+ <width>420</width>
+ <height>35</height>
+ <font>font12</font>
+ <info>Window.Property(Day3.Title)</info>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>35</posy>
+ <width>460</width>
+ <height>90</height>
+ <colordiffuse>66FFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="image">
+ <description>day icon</description>
+ <posx>370</posx>
+ <posy>40</posy>
+ <height>80</height>
+ <width>80</width>
+ <info>Window.Property(Day3.OutlookIcon)</info>
+ <aspectratio align="right">keep</aspectratio>
+ </control>
+ <control type="label">
+ <description>high label</description>
+ <posx>40</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[393] :</label>
+ <textcolor>grey2</textcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>high value</description>
+ <posx>110</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day3.HighTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>low label</description>
+ <posx>220</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$LOCALIZE[391] :</label>
+ <textcolor>grey2</textcolor>
+ <visible>Weather.IsFetched</visible>
+ </control>
+ <control type="label">
+ <description>low value</description>
+ <posx>290</posx>
+ <posy>50</posy>
+ <height>20</height>
+ <label>$INFO[Window.Property(Day3.LowTemp)]$INFO[System.TemperatureUnits]</label>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>conditions label</description>
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>320</width>
+ <height>20</height>
+ <info>Window.Property(Day3.Outlook)</info>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <control type="spincontrolex" id="3">
+ <description>change location button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <font>-</font>
+ <textoffsetx>15</textoffsetx>
+ <include>ButtonCommonValues</include>
+ <onleft>99</onleft>
+ <onright>99</onright>
+ <onup>611</onup>
+ <ondown>2</ondown>
+ </control>
+ <control type="label">
+ <description>change location label</description>
+ <posx>35</posx>
+ <posy>0</posy>
+ <height>44</height>
+ <width>270</width>
+ <font>font12</font>
+ <label>396</label>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ </control>
+ <control type="button" id="2">
+ <description>Refresh button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>103</label>
+ <onleft>99</onleft>
+ <onright>99</onright>
+ <onup>3</onup>
+ <ondown>5</ondown>
+ </control>
+ <control type="button" id="5">
+ <description>Custom Weather Script Button</description>
+ <posx>0</posx>
+ <posy>90</posy>
+ <label>$INFO[Skin.String(WeatherScript_Label)]</label>
+ <onclick>XBMC.RunScript($INFO[Skin.String(WeatherScript_Path)])</onclick>
+ <include>ButtonCommonValues</include>
+ <visible>Skin.HasSetting(WeatherScript_Enable) + !IsEmpty(Skin.String(WeatherScript_Label))</visible>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>4</ondown>
+ </control>
+ <control type="button" id="4">
+ <description>Settings button</description>
+ <posx>0</posx>
+ <posy>135</posy>
+ <label>5</label>
+ <onclick>ActivateWindow(MyWeatherSettings)</onclick>
+ <include>ButtonCommonValues</include>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>5</onup>
+ <ondown>610</ondown>
+ <animation effect="slide" end="0,-45" time="0" condition="!Control.IsVisible(5)">Conditional</animation>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>4</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>180</posy>
+ <animation effect="slide" start="0,0" end="0,-45" time="0" condition="!Control.IsVisible(5)">conditional</animation>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>3</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[8]</label>
+ </control>
+ <control type="label" id="1">
+ <description>weather location label</description>
+ <posx>50r</posx>
+ <posy>50</posy>
+ <width>1060</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <scroll>false</scroll>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>Weather.Location</info>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/PlayerControls.xml b/skin/PM3.HD/720p/PlayerControls.xml new file mode 100644 index 0000000000..c5b1f47d5f --- /dev/null +++ b/skin/PM3.HD/720p/PlayerControls.xml @@ -0,0 +1,191 @@ +<window type="dialog" id="114">
+ <defaultcontrol always="true">403</defaultcontrol>
+ <include>dialogeffect</include>
+ <visible>Player.HasMedia + Window.IsActive(PlayerControls) + !Window.IsActive(FullscreenVideo) + !Window.IsActive(Visualisation)</visible>
+ <coordinates>
+ <system>1</system>
+ <posx>456</posx>
+ <posy>640</posy>
+ </coordinates>
+ <controls>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>367</width>
+ <height>50</height>
+ <texture border="3">black-back2.png</texture>
+ </control>
+ <control type="button" id="400">
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-PrevFO.png</texturefocus>
+ <texturenofocus>PlayerControls-PrevNF.png</texturenofocus>
+ <onleft>407</onleft>
+ <onright>401</onright>
+ <onup>400</onup>
+ <ondown>400</ondown>
+ <onclick>XBMC.PlayerControl(Previous)</onclick>
+ </control>
+ <control type="button" id="401">
+ <posx>50</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-RewindFO.png</texturefocus>
+ <texturenofocus>PlayerControls-RewindNF.png</texturenofocus>
+ <onleft>400</onleft>
+ <onright>402</onright>
+ <onup>401</onup>
+ <ondown>401</ondown>
+ <onclick>XBMC.PlayerControl(Rewind)</onclick>
+ </control>
+ <control type="button" id="402">
+ <posx>95</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-StopFO.png</texturefocus>
+ <texturenofocus>PlayerControls-StopNF.png</texturenofocus>
+ <onleft>401</onleft>
+ <onright>403</onright>
+ <onup>402</onup>
+ <ondown>402</ondown>
+ <onclick>XBMC.PlayerControl(Stop)</onclick>
+ </control>
+ <control type="togglebutton" id="403">
+ <posx>140</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-PauseFO.png</texturefocus>
+ <texturenofocus>PlayerControls-PauseNF.png</texturenofocus>
+ <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
+ <alttexturefocus>PlayerControls-PlayFO.png</alttexturefocus>
+ <alttexturenofocus>PlayerControls-PlayNF.png</alttexturenofocus>
+ <onleft>402</onleft>
+ <onright>404</onright>
+ <onup>403</onup>
+ <ondown>403</ondown>
+ <onclick>XBMC.PlayerControl(Play)</onclick>
+ </control>
+ <control type="button" id="404">
+ <posx>185</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-ForwardFO.png</texturefocus>
+ <texturenofocus>PlayerControls-ForwardNF.png</texturenofocus>
+ <onleft>403</onleft>
+ <onright>405</onright>
+ <onup>404</onup>
+ <ondown>404</ondown>
+ <onclick>XBMC.PlayerControl(Forward)</onclick>
+ </control>
+ <control type="button" id="405">
+ <posx>230</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-NextFO.png</texturefocus>
+ <texturenofocus>PlayerControls-NextNF.png</texturenofocus>
+ <onleft>404</onleft>
+ <onright>406</onright>
+ <onup>405</onup>
+ <ondown>405</ondown>
+ <onclick>XBMC.PlayerControl(Next)</onclick>
+ </control>
+ <control type="button" id="406">
+ <posx>275</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <label>-</label>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.PlayerControl(Repeat)</onclick>
+ <onleft>405</onleft>
+ <onright>407</onright>
+ <onup>406</onup>
+ <ondown>406</ondown>
+ </control>
+ <control type="image">
+ <posx>275</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <texture>PlayerControls-RepeatNF.png</texture>
+ <visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne</visible>
+ <visible>!Control.HasFocus(406)</visible>
+ </control>
+ <control type="image">
+ <posx>275</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <texture>PlayerControls-RepeatFO.png</texture>
+ <visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne</visible>
+ <visible>Control.HasFocus(406)</visible>
+ </control>
+ <control type="image">
+ <posx>275</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <texture>PlayerControls-RepeatOneNF.png</texture>
+ <visible>Playlist.IsRepeatOne</visible>
+ <visible>!Control.HasFocus(406)</visible>
+ </control>
+ <control type="image">
+ <posx>275</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <texture>PlayerControls-RepeatOneFO.png</texture>
+ <visible>Playlist.IsRepeatOne</visible>
+ <visible>Control.HasFocus(406)</visible>
+ </control>
+ <control type="image">
+ <posx>275</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <texture>PlayerControls-RepeatAllNF.png</texture>
+ <visible>Playlist.IsRepeat</visible>
+ <visible>!Control.HasFocus(406)</visible>
+ </control>
+ <control type="image">
+ <posx>275</posx>
+ <posy>5</posy>
+ <width>45</width>
+ <height>40</height>
+ <texture>PlayerControls-RepeatAllFO.png</texture>
+ <visible>Playlist.IsRepeat</visible>
+ <visible>Control.HasFocus(406)</visible>
+ </control>
+ <control type="togglebutton" id="407">
+ <posx>320</posx>
+ <posy>5</posy>
+ <width>42</width>
+ <height>40</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-RandomFO.png</texturefocus>
+ <texturenofocus>PlayerControls-RandomNF.png</texturenofocus>
+ <usealttexture>Playlist.IsRandom</usealttexture>
+ <alttexturefocus>PlayerControls-RandomOnFO.png</alttexturefocus>
+ <alttexturenofocus>PlayerControls-RandomOnNF.png</alttexturenofocus>
+ <onclick>XBMC.PlayerControl(Random)</onclick>
+ <onleft>406</onleft>
+ <onright>400</onright>
+ <onup>407</onup>
+ <ondown>407</ondown>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/Pointer.xml b/skin/PM3.HD/720p/Pointer.xml new file mode 100644 index 0000000000..e1cce723d7 --- /dev/null +++ b/skin/PM3.HD/720p/Pointer.xml @@ -0,0 +1,42 @@ +<window id="105">
+ <defaultcontrol>1</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>0</posx>
+ <posy>0</posy>
+ </coordinates>
+ <controls>
+ <control type="image" id="1">
+ <description>Pointer Image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>32</width>
+ <height>32</height>
+ <texture>pointer-nofocus.png</texture>
+ </control>
+ <control type="image" id="2">
+ <description>Pointer Focus Image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>32</width>
+ <height>32</height>
+ <texture>pointer-focus.png</texture>
+ </control>
+ <control type="image" id="3">
+ <description>Pointer Drag Image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>32</width>
+ <height>32</height>
+ <texture>pointer-focus-drag.png</texture>
+ </control>
+ <control type="image" id="4">
+ <description>Pointer Click Image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>32</width>
+ <height>32</height>
+ <texture>pointer-focus-click.png</texture>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/ProfileSettings.xml b/skin/PM3.HD/720p/ProfileSettings.xml new file mode 100644 index 0000000000..5caacfa132 --- /dev/null +++ b/skin/PM3.HD/720p/ProfileSettings.xml @@ -0,0 +1,181 @@ +<window id="130">
+ <defaultcontrol>1</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>290</posx>
+ <posy>75</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>570</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>570</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>$LOCALIZE[20067]</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>620</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="image" id="2">
+ <description>profile image</description>
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>150</width>
+ <height>150</height>
+ <align>left</align>
+ <aspectratio>stretch</aspectratio>
+ <texture>unknown-user.png</texture>
+ </control>
+ <control type="label">
+ <description>profile name label</description>
+ <posx>200</posx>
+ <posy>90</posy>
+ <width>460</width>
+ <align>left</align>
+ <font>font13</font>
+ <textcolor>green</textcolor>
+ <label>$LOCALIZE[20093]</label>
+ </control>
+ <control type="label" id="1000">
+ <description>profile name Value</description>
+ <posx>200</posx>
+ <posy>115</posy>
+ <width>460</width>
+ <align>left</align>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>profile directory label</description>
+ <posx>200</posx>
+ <posy>165</posy>
+ <width>460</width>
+ <align>left</align>
+ <font>font13</font>
+ <textcolor>green</textcolor>
+ <label>$LOCALIZE[20070]</label>
+ </control>
+ <control type="label" id="1001">
+ <description>profile directory Value</description>
+ <posx>200</posx>
+ <posy>190</posy>
+ <width>460</width>
+ <align>left</align>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="grouplist" id="5">
+ <description>control area</description>
+ <posx>40</posx>
+ <posy>250</posy>
+ <width>620</width>
+ <height>222</height>
+ <itemgap>2</itemgap>
+ <pagecontrol>60</pagecontrol>
+ <onleft>28</onleft>
+ <onright>60</onright>
+ <onup>28</onup>
+ <ondown>28</ondown>
+ </control>
+ <control type="button" id="7">
+ <description>Default Button</description>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="8">
+ <description>Default RadioButton</description>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="spincontrolex" id="9">
+ <description>Default spincontrolex</description>
+ <height>35</height>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <reverse>yes</reverse>
+ </control>
+ <control type="sliderex" id="10">
+ <description>Default Slider</description>
+ <height>35</height>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ </control>
+ <control type="image" id="11">
+ <description>Default Seperator</description>
+ <height>8</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="button" id="28">
+ <description>Ok Button</description>
+ <posx>147</posx>
+ <posy>485</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>186</label>
+ <onleft>29</onleft>
+ <onright>29</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ </control>
+ <control type="button" id="29">
+ <description>Cancel Button</description>
+ <posx>352</posx>
+ <posy>485</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>222</label>
+ <onleft>28</onleft>
+ <onright>28</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/Settings.xml b/skin/PM3.HD/720p/Settings.xml new file mode 100644 index 0000000000..c09ed2bb52 --- /dev/null +++ b/skin/PM3.HD/720p/Settings.xml @@ -0,0 +1,361 @@ +<window id="4">
+ <defaultcontrol>2</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <control type="group" id="8000">
+ <posx>300</posx>
+ <posy>130</posy>
+ <control type="group">
+ <posx>0</posx>
+ <posy>0</posy>
+ <control type="button" id="2">
+ <description>Video push button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>250</height>
+ <width>235</width>
+ <label>[B]$LOCALIZE[3][/B]</label>
+ <align>center</align>
+ <aligny>-</aligny>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <font>font22</font>
+ <onclick>ActivateWindow(MyVideosSettings)</onclick>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textoffsetx>0</textoffsetx>
+ <textoffsety>210</textoffsety>
+ <onleft>9000</onleft>
+ <onright>3</onright>
+ <onup>6</onup>
+ <ondown>6</ondown>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>5</posy>
+ <width>215</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <texture>icon_video.png</texture>
+ </control>
+ </control>
+ <control type="group">
+ <posx>240</posx>
+ <posy>0</posy>
+ <control type="button" id="3">
+ <description>Music push button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>250</height>
+ <width>235</width>
+ <label>[B]$LOCALIZE[2][/B]</label>
+ <align>center</align>
+ <aligny>-</aligny>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <font>font22</font>
+ <onclick>ActivateWindow(MyMusicSettings)</onclick>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textoffsetx>0</textoffsetx>
+ <textoffsety>210</textoffsety>
+ <onleft>2</onleft>
+ <onright>4</onright>
+ <onup>7</onup>
+ <ondown>7</ondown>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>5</posy>
+ <width>215</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <texture>icon_music.png</texture>
+ </control>
+ </control>
+ <control type="group">
+ <posx>480</posx>
+ <posy>0</posy>
+ <control type="button" id="4">
+ <description>Pics push button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>250</height>
+ <width>235</width>
+ <label>[B]$LOCALIZE[1][/B]</label>
+ <align>center</align>
+ <aligny>-</aligny>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <font>font22</font>
+ <onclick>ActivateWindow(MyPicturesSettings)</onclick>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textoffsetx>0</textoffsetx>
+ <textoffsety>210</textoffsety>
+ <onleft>3</onleft>
+ <onright>5</onright>
+ <onup>8</onup>
+ <ondown>8</ondown>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>5</posy>
+ <width>215</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <texture>icon_pics.png</texture>
+ </control>
+ </control>
+ <control type="group">
+ <posx>720</posx>
+ <posy>0</posy>
+ <control type="button" id="5">
+ <description>Profiles push button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>250</height>
+ <width>235</width>
+ <label>[B]$LOCALIZE[13200][/B]</label>
+ <align>center</align>
+ <aligny>-</aligny>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <font>font22</font>
+ <onclick>ActivateWindow(Profiles)</onclick>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textoffsetx>0</textoffsetx>
+ <textoffsety>210</textoffsety>
+ <onleft>4</onleft>
+ <onright>9000</onright>
+ <onup>9</onup>
+ <ondown>9</ondown>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>5</posy>
+ <width>215</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <texture>unknown-user.png</texture>
+ </control>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>255</posy>
+ <control type="button" id="6">
+ <description>Weather push button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>250</height>
+ <width>235</width>
+ <label>[B]$LOCALIZE[8][/B]</label>
+ <align>center</align>
+ <aligny>-</aligny>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <font>font22</font>
+ <onclick>ActivateWindow(MyWeatherSettings)</onclick>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textoffsetx>0</textoffsetx>
+ <textoffsety>210</textoffsety>
+ <onleft>9000</onleft>
+ <onright>7</onright>
+ <onup>2</onup>
+ <ondown>2</ondown>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>5</posy>
+ <width>215</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <texture>icon_weather.png</texture>
+ </control>
+ </control>
+ <control type="group">
+ <posx>240</posx>
+ <posy>255</posy>
+ <control type="button" id="7">
+ <description>Network push button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>250</height>
+ <width>235</width>
+ <label>[B]$LOCALIZE[705][/B]</label>
+ <align>center</align>
+ <aligny>-</aligny>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <font>font22</font>
+ <onclick>ActivateWindow(NetworkSettings)</onclick>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textoffsetx>0</textoffsetx>
+ <textoffsety>210</textoffsety>
+ <onleft>6</onleft>
+ <onright>8</onright>
+ <onup>3</onup>
+ <ondown>3</ondown>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>5</posy>
+ <width>215</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <texture>icon_network.png</texture>
+ </control>
+ </control>
+ <control type="group">
+ <posx>480</posx>
+ <posy>255</posy>
+ <control type="button" id="8">
+ <description>System push button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>250</height>
+ <width>235</width>
+ <label>[B]$LOCALIZE[13000][/B]</label>
+ <align>center</align>
+ <aligny>-</aligny>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <font>font22</font>
+ <onclick>ActivateWindow(SystemSettings)</onclick>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textoffsetx>0</textoffsetx>
+ <textoffsety>210</textoffsety>
+ <onleft>7</onleft>
+ <onright>9</onright>
+ <onup>4</onup>
+ <ondown>4</ondown>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>5</posy>
+ <width>215</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <texture>icon_system.png</texture>
+ </control>
+ </control>
+ <control type="group">
+ <posx>720</posx>
+ <posy>255</posy>
+ <control type="button" id="9">
+ <description>Appearence push button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>250</height>
+ <width>235</width>
+ <label>[B]$LOCALIZE[480][/B]</label>
+ <align>center</align>
+ <aligny>-</aligny>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <font>font22</font>
+ <onclick>ActivateWindow(AppearanceSettings)</onclick>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textoffsetx>0</textoffsetx>
+ <textoffsety>210</textoffsety>
+ <onleft>8</onleft>
+ <onright>9000</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ </control>
+ <control type="image">
+ <posx>10</posx>
+ <posy>5</posy>
+ <width>215</width>
+ <height>200</height>
+ <aspectratio>keep</aspectratio>
+ <texture>icon_appearence.png</texture>
+ </control>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <control type="button" id="20">
+ <description>Filemanager button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>7</label>
+ <onclick>ActivateWindow(FileManager)</onclick>
+ <onleft>5</onleft>
+ <onright>2</onright>
+ <onup>611</onup>
+ <ondown>21</ondown>
+ </control>
+ <control type="button" id="21">
+ <description>Skin Settings button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>20077</label>
+ <onclick>ActivateWindow(1111)</onclick>
+ <onleft>5</onleft>
+ <onright>2</onright>
+ <onup>20</onup>
+ <ondown>22</ondown>
+ <pulseonselect>no</pulseonselect>
+ <visible>true</visible>
+ </control>
+ <control type="button" id="22">
+ <description>About XBMC button</description>
+ <posx>0</posx>
+ <posy>90</posy>
+ <include>ButtonCommonValues</include>
+ <label>482</label>
+ <onclick>ActivateWindow(1112)</onclick>
+ <onleft>5</onleft>
+ <onright>2</onright>
+ <onup>21</onup>
+ <ondown>610</ondown>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>22</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>135</posy>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>20</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[5]</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/SettingsCategory.xml b/skin/PM3.HD/720p/SettingsCategory.xml new file mode 100644 index 0000000000..822aa1464b --- /dev/null +++ b/skin/PM3.HD/720p/SettingsCategory.xml @@ -0,0 +1,105 @@ +<window id="12">
+ <defaultcontrol>3</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <control type="grouplist" id="5">
+ <description>control area</description>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>950</width>
+ <height>510</height>
+ <itemgap>2</itemgap>
+ <pagecontrol>-</pagecontrol>
+ <onleft>3</onleft>
+ <onright>90</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ </control>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="grouplist" id="3">
+ <description>button area</description>
+ <posx>0</posx>
+ <posy>130</posy>
+ <width>280</width>
+ <height>440</height>
+ <itemgap>2</itemgap>
+ <onleft>5</onleft>
+ <onright>5</onright>
+ <onup>3</onup>
+ <ondown>3</ondown>
+ </control>
+ </control>
+ <control type="button" id="10">
+ <description>Default Category Button</description>
+ <include>ButtonCommonValues</include>
+ </control>
+ <control type="button" id="7">
+ <description>Default Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ </control>
+ <control type="radiobutton" id="8">
+ <description>Default RadioButton</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ </control>
+ <control type="spincontrolex" id="9">
+ <description>Default SpinControlex</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <aligny>center</aligny>
+ <reverse>yes</reverse>
+ </control>
+ <control type="image" id="11">
+ <description>separator image</description>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label" id="2">
+ <description>Fake Label so we can pass it value down to the one below</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>0</width>
+ <height>0</height>
+ <font>-</font>
+ <visible>false</visible>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[5] - $INFO[Control.GetLabel(2)]</label>
+ </control>
+ </controls>
+</window> diff --git a/skin/PM3.HD/720p/SettingsProfile.xml b/skin/PM3.HD/720p/SettingsProfile.xml new file mode 100644 index 0000000000..292a28320a --- /dev/null +++ b/skin/PM3.HD/720p/SettingsProfile.xml @@ -0,0 +1,182 @@ +<window id="20">
+ <defaultcontrol always="true">2</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <control type="panel" id="2">
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>910</width>
+ <height>340</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>53</onup>
+ <ondown>53</ondown>
+ <viewtype label="21371">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="170" width="190">
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>188</width>
+ <height>145</height>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture fallback="unknown-user.png">$INFO[Listitem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>94</posx>
+ <posy>145</posy>
+ <width>178</width>
+ <height>25</height>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="170" width="190">
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>188</width>
+ <height>145</height>
+ <bordertexture border="5">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture fallback="unknown-user.png">$INFO[Listitem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>94</posx>
+ <posy>145</posy>
+ <width>178</width>
+ <height>25</height>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="60">
+ <posx>1255</posx>
+ <posy>130</posy>
+ <width>20</width>
+ <height>340</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>2</onleft>
+ <onright>9000</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ <control type="label">
+ <description>Page Count Label</description>
+ <posx>50r</posx>
+ <posy>38r</posy>
+ <width>500</width>
+ <height>20</height>
+ <font>font12b</font>
+ <textcolor>white</textcolor>
+ <scroll>false</scroll>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>($INFO[Container(2).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(2).CurrentPage]/$INFO[Container(2).NumPages])</label>
+ </control>
+ <control type="image">
+ <posx>300</posx>
+ <posy>510</posy>
+ <width>950</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="image">
+ <posx>330</posx>
+ <posy>525</posy>
+ <width>128</width>
+ <height>128</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[Container(2).Listitem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>480</posx>
+ <posy>545</posy>
+ <width>770</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[Container(2).ListItem.Label,[COLOR=green]$LOCALIZE[20093] : [/COLOR]]</label>
+ </control>
+ <control type="label">
+ <posx>480</posx>
+ <posy>590</posy>
+ <width>770</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[Container(2).ListItem.Label2,[COLOR=green]$LOCALIZE[31047] : [/COLOR]]</label>
+ </control>
+ </control>
+ <control type="group" id="9000">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <control type="radiobutton" id="4">
+ <description>Enable Login screen</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>20096</label>
+ <onleft>2</onleft>
+ <onright>2</onright>
+ <onup>611</onup>
+ <ondown>610</ondown>
+ </control>
+ <control type="button" id="610">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>4</onup>
+ <ondown>603</ondown>
+ <visible>false</visible>
+ </control>
+ <control type="group">
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>CommonNowPlaying_Controls</include>
+ </control>
+ <control type="button" id="611">
+ <description>Fake Button to fix Player Controls Navigation</description>
+ <onup>607</onup>
+ <ondown>4</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[10034]</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/SettingsScreenCalibration.xml b/skin/PM3.HD/720p/SettingsScreenCalibration.xml new file mode 100644 index 0000000000..40944dbb6c --- /dev/null +++ b/skin/PM3.HD/720p/SettingsScreenCalibration.xml @@ -0,0 +1,83 @@ +<window id="11">
+ <defaultcontrol>8</defaultcontrol>
+ <controls>
+ <control type="videowindow" id="20">
+ <description>videowindow</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ </control>
+ <control type="mover" id="8">
+ <description>top left mover</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <texturefocus>calibrate-topleft-focus.png</texturefocus>
+ <texturenofocus>calibrate-topleft.png</texturenofocus>
+ </control>
+ <control type="mover" id="9">
+ <description>right bottom mover</description>
+ <posx>700</posx>
+ <posy>500</posy>
+ <texturefocus>calibrate-bottomright-focus.png</texturefocus>
+ <texturenofocus>calibrate-bottomright.png</texturenofocus>
+ </control>
+ <control type="mover" id="10">
+ <description>subtitle position mover</description>
+ <posx>200</posx>
+ <posy>500</posy>
+ <texturefocus>calibrate-subtitles-focus.png</texturefocus>
+ <texturenofocus>calibrate-subtitles.png</texturenofocus>
+ </control>
+ <control type="resize" id="11">
+ <description>pixel aspect ratio box</description>
+ <posx>0</posx>
+ <posy>270</posy>
+ <width>288</width>
+ <height>288</height>
+ <texturefocus>calibrate-pixelratio-focus.png</texturefocus>
+ <texturenofocus>calibrate-pixelratio.png</texturenofocus>
+ </control>
+ <control type="group">
+ <posx>240</posx>
+ <posy>60</posy>
+ <control type="image" id="1">
+ <description>rectangle image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>80</height>
+ <colordiffuse>AAFFFFFF</colordiffuse>
+ <texture border="6">dialog_background.png</texture>
+ </control>
+ <control type="image" id="1">
+ <description>rectangle image</description>
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>790</width>
+ <height>70</height>
+ <colordiffuse>BBFFFFFF</colordiffuse>
+ <texture>menu_back.png</texture>
+ <aspectratio>scale</aspectratio>
+ </control>
+ <control type="label" id="2">
+ <description>coordinates label</description>
+ <posx>20</posx>
+ <posy>10</posy>
+ <width>750</width>
+ <label>-</label>
+ <align>center</align>
+ <font>font13</font>
+ </control>
+ <control type="label" id="3">
+ <description>help information</description>
+ <posx>20</posx>
+ <posy>40</posy>
+ <width>750</width>
+ <label>-</label>
+ <align>center</align>
+ <font>font13</font>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/SettingsSystemInfo.xml b/skin/PM3.HD/720p/SettingsSystemInfo.xml new file mode 100644 index 0000000000..0d7843ebd5 --- /dev/null +++ b/skin/PM3.HD/720p/SettingsSystemInfo.xml @@ -0,0 +1,182 @@ +<window id="7">
+ <defaultcontrol>95</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="grouplist" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <itemgap>1</itemgap>
+ <onup>9000</onup>
+ <ondown>9000</ondown>
+ <control type="button" id="95">
+ <description>Button Default Values</description>
+ <include>ButtonCommonValues</include>
+ <label>13278</label>
+ </control>
+ <control type="button" id="94">
+ <description>Button Storage</description>
+ <include>ButtonCommonValues</include>
+ <label>13277</label>
+ </control>
+ <control type="button" id="92">
+ <description>Button HDD</description>
+ <include>ButtonCommonValues</include>
+ <label>13275</label>
+ <visible>System.Platform.Xbox</visible>
+ </control>
+ <control type="button" id="93">
+ <description>Button DVD</description>
+ <include>ButtonCommonValues</include>
+ <label>13276</label>
+ <visible>System.Platform.Xbox</visible>
+ </control>
+ <control type="button" id="96">
+ <description>Button Network</description>
+ <include>ButtonCommonValues</include>
+ <label>13279</label>
+ </control>
+ <control type="button" id="97">
+ <description>Button Video</description>
+ <include>ButtonCommonValues</include>
+ <label>13280</label>
+ </control>
+ <control type="button" id="98">
+ <description>Button Hardware</description>
+ <include>ButtonCommonValues</include>
+ <label>13281</label>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <control type="label" id="40">
+ <description>fake filter text label</description>
+ <posx>410</posx>
+ <posy>115</posy>
+ <width>790</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <font>font18</font>
+ </control>
+ <control type="image">
+ <posx>410</posx>
+ <posy>150</posy>
+ <width>790</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="group">
+ <posx>300</posx>
+ <posy>170</posy>
+ <control type="label" id="2">
+ <description>Label 2</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>910</width>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="3">
+ <description>Label 3</description>
+ <posx>0</posx>
+ <posy>37</posy>
+ <width>910</width>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="4">
+ <description>Label 4</description>
+ <posx>0</posx>
+ <posy>70</posy>
+ <width>910</width>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="5">
+ <description>Label 5</description>
+ <posx>0</posx>
+ <posy>105</posy>
+ <width>910</width>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="6">
+ <description>Label 6</description>
+ <posx>0</posx>
+ <posy>140</posy>
+ <width>910</width>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="7">
+ <description>Label 7</description>
+ <posx>0</posx>
+ <posy>175</posy>
+ <width>910</width>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="8">
+ <description>Label 8</description>
+ <posx>0</posx>
+ <posy>210</posy>
+ <width>910</width>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="9">
+ <description>Label 9</description>
+ <posx>0</posx>
+ <posy>245</posy>
+ <width>910</width>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="10">
+ <description>Label 10</description>
+ <posx>0</posx>
+ <posy>280</posy>
+ <width>910</width>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="11">
+ <description>Label 11</description>
+ <posx>0</posx>
+ <posy>315</posy>
+ <width>910</width>
+ <label>-</label>
+ <font>font12</font>
+ </control>
+ <control type="label" id="52">
+ <description>XBMC XBE BUILD Version</description>
+ <posx>0</posx>
+ <posy>370</posy>
+ <width>910</width>
+ <label>144</label>
+ <textcolor>green</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <font>font12</font>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[130]</label>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/SlideShow.xml b/skin/PM3.HD/720p/SlideShow.xml new file mode 100644 index 0000000000..f96e8152e5 --- /dev/null +++ b/skin/PM3.HD/720p/SlideShow.xml @@ -0,0 +1,114 @@ +<window id="2007">
+ <defaultcontrol>2</defaultcontrol>
+ <controls>
+ <control type="group" id="13">
+ <posx>130r</posx>
+ <posy>10</posy>
+ <visible>!Skin.HasSetting(Show_SlideShow_Paused)</visible>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>120</width>
+ <height>35</height>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>5</bordersize>
+ </control>
+ <control type="label">
+ <description>paused label</description>
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>100</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>white</textcolor>
+ <label>31043</label>
+ </control>
+ </control>
+ <!-- media infos -->
+ <control type="group">
+ <posx>20</posx>
+ <posy>630</posy>
+ <visible>Player.ShowInfo + Player.HasMedia</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>80</height>
+ <texture>black-back.png</texture>
+ <bordertexture border="3">NoCover_1.png</bordertexture>
+ <bordersize>5</bordersize>
+ </control>
+ <control type="image">
+ <posx>9</posx>
+ <posy>9</posy>
+ <width>64</width>
+ <height>64</height>
+ <texture>$INFO[MusicPlayer.Cover]</texture>
+ </control>
+ <control type="label">
+ <posx>90</posx>
+ <posy>9</posy>
+ <width>400</width>
+ <height>20</height>
+ <label>$INFO[MusicPlayer.Title]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <posx>90</posx>
+ <posy>30</posy>
+ <width>400</width>
+ <height>20</height>
+ <label>$INFO[MusicPlayer.Artist]$INFO[MusicPlayer.Album, - ]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <posx>150</posx>
+ <posy>51</posy>
+ <width>70</width>
+ <height>20</height>
+ <label>$INFO[MusicPlayer.Time]</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ </control>
+ <control type="progress" id="403">
+ <description>progress control</description>
+ <posx>155</posx>
+ <posy>58</posy>
+ <width>260</width>
+ <height>8</height>
+ <info>Player.progress</info>
+ </control>
+ <control type="label">
+ <posx>420</posx>
+ <posy>51</posy>
+ <width>70</width>
+ <height>20</height>
+ <label>$INFO[MusicPlayer.Duration]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/SmartPlaylistEditor.xml b/skin/PM3.HD/720p/SmartPlaylistEditor.xml new file mode 100644 index 0000000000..030cfd2189 --- /dev/null +++ b/skin/PM3.HD/720p/SmartPlaylistEditor.xml @@ -0,0 +1,311 @@ +<window id="129">
+ <defaultcontrol always="true">22</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <coordinates>
+ <system>1</system>
+ <posx>240</posx>
+ <posy>70</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="group">
+ <visible>!Window.IsVisible(smartplaylistrule)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>580</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>580</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="2">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>21432</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="spincontrolex" id="22">
+ <description>Set Playlist type</description>
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>720</width>
+ <height>35</height>
+ <label>467</label>
+ <font>font12</font>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onright>22</onright>
+ <onleft>22</onleft>
+ <onup>9001</onup>
+ <ondown>12</ondown>
+ </control>
+ <control type="label" id="0">
+ <description>Name Label</description>
+ <posx>40</posx>
+ <posy>130</posy>
+ <width>720</width>
+ <font>font12</font>
+ <label>21433</label>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="edit" id="12">
+ <description>Name Button</description>
+ <posx>40</posx>
+ <posy>165</posy>
+ <width>720</width>
+ <height>35</height>
+ <textoffsetx>10</textoffsetx>
+ <textwidth>750</textwidth>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>-</label>
+ <colordiffuse>FFFFFFFF</colordiffuse>
+ <onup>22</onup>
+ <onleft>12</onleft>
+ <onright>12</onright>
+ <ondown>10</ondown>
+ </control>
+ <control type="label">
+ <description>rules label</description>
+ <posx>40</posx>
+ <posy>210</posy>
+ <width>720</width>
+ <align>left</align>
+ <font>font12</font>
+ <label>21434</label>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="list" id="10">
+ <description>Rules List Control</description>
+ <posx>40</posx>
+ <posy>245</posy>
+ <width>565</width>
+ <height>141</height>
+ <onup>12</onup>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <ondown>16</ondown>
+ <itemlayout width="565" height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>565</width>
+ <height>35</height>
+ <texture border="3">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>545</width>
+ <height>35</height>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ <selectedcolor>green</selectedcolor>
+ <font>font12</font>
+ </control>
+ </itemlayout>
+ <focusedlayout width="565" height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>565</width>
+ <height>35</height>
+ <texture border="3">button-focus.png</texture>
+ <visible>Control.HasFocus(10)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>565</width>
+ <height>35</height>
+ <texture border="3">button-nofocus.png</texture>
+ <visible>!Control.HasFocus(10)</visible>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>545</width>
+ <height>35</height>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ <selectedcolor>green</selectedcolor>
+ <font>font12</font>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="group" id="9000">
+ <control type="button" id="13">
+ <description>Add Rule Button</description>
+ <posx>610</posx>
+ <posy>245</posy>
+ <height>35</height>
+ <width>150</width>
+ <label>15019</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onup>17</onup>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ <ondown>14</ondown>
+ </control>
+ <control type="button" id="14">
+ <description>Remove Rule Button</description>
+ <posx>610</posx>
+ <posy>285</posy>
+ <height>35</height>
+ <width>150</width>
+ <label>1210</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onup>13</onup>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ <ondown>15</ondown>
+ </control>
+ <control type="button" id="15">
+ <description>Edit Rule Button</description>
+ <posx>610</posx>
+ <posy>325</posy>
+ <height>35</height>
+ <width>150</width>
+ <label>21435</label>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onup>14</onup>
+ <onleft>10</onleft>
+ <onright>10</onright>
+ <ondown>16</ondown>
+ </control>
+ </control>
+
+ <control type="spincontrolex" id="16">
+ <posx>40</posx>
+ <posy>365</posy>
+ <width>720</width>
+ <height>35</height>
+ <label>21424</label>
+ <font>font12</font>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onright>16</onright>
+ <onleft>16</onleft>
+ <onup>10</onup>
+ <ondown>17</ondown>
+ </control>
+
+ <control type="spincontrolex" id="17">
+ <posx>40</posx>
+ <posy>405</posy>
+ <width>720</width>
+ <height>35</height>
+ <label>21427</label>
+ <font>font12</font>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onright>17</onright>
+ <onleft>17</onleft>
+ <onup>16</onup>
+ <ondown>18</ondown>
+ </control>
+
+ <control type="spincontrolex" id="18">
+ <posx>40</posx>
+ <posy>445</posy>
+ <width>565</width>
+ <height>35</height>
+ <label>21429</label>
+ <font>font12</font>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onright>19</onright>
+ <onleft>19</onleft>
+ <onup>17</onup>
+ <ondown>9001</ondown>
+ </control>
+
+ <control type="togglebutton" id="19">
+ <posx>610</posx>
+ <posy>445</posy>
+ <width>150</width>
+ <height>35</height>
+ <font>font12</font>
+ <textoffsetx>8</textoffsetx>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <alttexturefocus>button-focus.png</alttexturefocus>
+ <alttexturenofocus>button-nofocus.png</alttexturenofocus>
+ <label>21431</label>
+ <altlabel>21430</altlabel>
+ <onright>18</onright>
+ <onleft>18</onleft>
+ <onup>17</onup>
+ <ondown>9001</ondown>
+ </control>
+ <control type="group" id="9001">
+ <control type="button" id="20">
+ <description>Ok Button</description>
+ <posx>195</posx>
+ <posy>500</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>186</label>
+ <onup>18</onup>
+ <onleft>21</onleft>
+ <onright>21</onright>
+ <ondown>22</ondown>
+ </control>
+ <control type="button" id="21">
+ <description>Cancel Button</description>
+ <posx>405</posx>
+ <posy>500</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>222</label>
+ <onup>18</onup>
+ <onleft>20</onleft>
+ <onright>20</onright>
+ <ondown>22</ondown>
+ </control>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/SmartPlaylistRule.xml b/skin/PM3.HD/720p/SmartPlaylistRule.xml new file mode 100644 index 0000000000..32d262cd69 --- /dev/null +++ b/skin/PM3.HD/720p/SmartPlaylistRule.xml @@ -0,0 +1,157 @@ +<window id="129">
+ <defaultcontrol always="true">9001</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <coordinates>
+ <system>1</system>
+ <posx>240</posx>
+ <posy>232</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>295</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>295</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>21421</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label" id="0">
+ <description>Rule match label</description>
+ <posx>40</posx>
+ <posy>85</posy>
+ <width>720</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <label>21422</label>
+ </control>
+ <control type="group" id="9001">
+ <control type="spincontrolex" id="15">
+ <description>Rule Field</description>
+ <posx>40</posx>
+ <posy>125</posy>
+ <width>355</width>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onright>16</onright>
+ <onleft>16</onleft>
+ <onup>9000</onup>
+ <ondown>17</ondown>
+ </control>
+ <control type="spincontrolex" id="16">
+ <description>Rule operator</description>
+ <posx>405</posx>
+ <posy>125</posy>
+ <width>355</width>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onright>15</onright>
+ <onleft>15</onleft>
+ <onup>9000</onup>
+ <ondown>17</ondown>
+ </control>
+ </control>
+ <control type="button" id="17">
+ <description>Value Button</description>
+ <posx>40</posx>
+ <posy>165</posy>
+ <width>565</width>
+ <height>35</height>
+ <font>font12</font>
+ <textoffsetx>12</textoffsetx>
+ <textwidth>255</textwidth>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>-</label>
+ <onup>9001</onup>
+ <onleft>20</onleft>
+ <onright>20</onright>
+ <ondown>9000</ondown>
+ </control>
+ <control type="button" id="20">
+ <description>Browse Button</description>
+ <posx>610</posx>
+ <posy>165</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>1024</label>
+ <font>font12</font>
+ <onup>9001</onup>
+ <onleft>17</onleft>
+ <onright>17</onright>
+ <ondown>9000</ondown>
+ </control>
+ <control type="group" id="9000">
+ <control type="button" id="18">
+ <description>Ok Button</description>
+ <posx>195</posx>
+ <posy>210</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>186</label>
+ <onup>17</onup>
+ <onleft>19</onleft>
+ <onright>19</onright>
+ <ondown>9001</ondown>
+ </control>
+ <control type="button" id="19">
+ <description>Cancel Button</description>
+ <posx>405</posx>
+ <posy>210</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>222</label>
+ <onup>17</onup>
+ <onleft>18</onleft>
+ <onright>19</onright>
+ <ondown>9001</ondown>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/Startup.xml b/skin/PM3.HD/720p/Startup.xml new file mode 100644 index 0000000000..3bc7090808 --- /dev/null +++ b/skin/PM3.HD/720p/Startup.xml @@ -0,0 +1,21 @@ +<window>
+ <defaultcontrol always="true">10</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <control type="button" id="10">
+ <description>trigger</description>
+ <onfocus>ReplaceWindow(Home)</onfocus>
+ <texturenofocus>-</texturenofocus>
+ <texturefocus>-</texturefocus>
+ <visible>!Skin.HasSetting(Use_Startup_Playlist)</visible>
+ </control>
+ <control type="button" id="10">
+ <description>trigger with startup Playlist</description>
+ <onfocus>XBMC.PlayMedia($INFO[Skin.String(Startup_Playlist_Path)])</onfocus>
+ <onfocus>ReplaceWindow(Home)</onfocus>
+ <texturenofocus>-</texturenofocus>
+ <texturefocus>-</texturefocus>
+ <visible>Skin.HasSetting(Use_Startup_Playlist)</visible>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/TrainerSettings.xml b/skin/PM3.HD/720p/TrainerSettings.xml new file mode 100644 index 0000000000..a39655c344 --- /dev/null +++ b/skin/PM3.HD/720p/TrainerSettings.xml @@ -0,0 +1,142 @@ +<window id="127">
+ <defaultcontrol>1</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>290</posx>
+ <posy>100</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>520</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>520</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>$LOCALIZE[12015]</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>620</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label" id="3">
+ <description>No Settings Label</description>
+ <posx>40</posx>
+ <posy>170</posy>
+ <width>620</width>
+ <align>center</align>
+ <label>12016</label>
+ <font>font12</font>
+ </control>
+ <control type="grouplist" id="5">
+ <description>control area</description>
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>620</width>
+ <height>330</height>
+ <itemgap>5</itemgap>
+ <pagecontrol>-</pagecontrol>
+ <onleft>28</onleft>
+ <onright>28</onright>
+ <onup>28</onup>
+ <ondown>28</ondown>
+ </control>
+ <control type="button" id="7">
+ <description>Default Button</description>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="8">
+ <description>Default RadioButton</description>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="spincontrolex" id="9">
+ <description>Default spincontrolex</description>
+ <height>35</height>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <reverse>yes</reverse>
+ </control>
+ <control type="sliderex" id="10">
+ <description>Default Slider</description>
+ <height>35</height>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ </control>
+ <control type="image" id="11">
+ <description>Default Seperator</description>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="button" id="28">
+ <description>Ok Button</description>
+ <posx>147</posx>
+ <posy>435</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>186</label>
+ <onleft>29</onleft>
+ <onright>29</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ </control>
+ <control type="button" id="29">
+ <description>Cancel Button</description>
+ <posx>352</posx>
+ <posy>435</posy>
+ <width>200</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <label>222</label>
+ <onleft>28</onleft>
+ <onright>28</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/VideoFullScreen.xml b/skin/PM3.HD/720p/VideoFullScreen.xml new file mode 100644 index 0000000000..eb1fcf133b --- /dev/null +++ b/skin/PM3.HD/720p/VideoFullScreen.xml @@ -0,0 +1,41 @@ +<window id="2005">
+ <defaultcontrol>-</defaultcontrol>
+ <controls>
+ <!-- codec infos -->
+ <control type="image">
+ <description>media info background image</description>
+ <posx>0</posx>
+ <posy>30</posy>
+ <width>1280</width>
+ <height>130</height>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="label" id="10">
+ <description>row 1 label</description>
+ <posx>50</posx>
+ <posy>40</posy>
+ <label>-</label>
+ <align>left</align>
+ <font>font11</font>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label" id="11">
+ <description>row 2 label</description>
+ <posx>50</posx>
+ <posy>70</posy>
+ <label>-</label>
+ <align>left</align>
+ <font>font11</font>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label" id="12">
+ <description>row 3 label</description>
+ <posx>50</posx>
+ <posy>100</posy>
+ <label>-</label>
+ <align>left</align>
+ <font>font11</font>
+ <include>VisibleFadeEffect</include>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/VideoOSD.xml b/skin/PM3.HD/720p/VideoOSD.xml new file mode 100644 index 0000000000..df57df67a4 --- /dev/null +++ b/skin/PM3.HD/720p/VideoOSD.xml @@ -0,0 +1,283 @@ +<window type="dialog" id="2901">
+ <defaultcontrol>213</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>30</posx>
+ <posy>320</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <animation effect="fade" start="100" end="0" time="200" condition="Window.IsVisible(SliderDialog)">conditional</animation>
+ <control type="group">
+ <posx>80r</posx>
+ <posy>-320</posy>
+ <width>36</width>
+ <height>32</height>
+ <visible>system.getbool(lookandfeel.enablemouse)</visible>
+ <control type="image">
+ <description>Button background image</description>
+ <posx>-5</posx>
+ <posy>0</posy>
+ <width>42</width>
+ <height>32</height>
+ <texture border="3">black-back2.png</texture>
+ </control>
+ <control type="button">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>32</width>
+ <height>28</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-FullScreenFO.png</texturefocus>
+ <texturenofocus>PlayerControls-FullScreenNF.png</texturenofocus>
+ <onleft>603</onleft>
+ <onright>600</onright>
+ <onup>9000</onup>
+ <ondown>9000</ondown>
+ <onclick>Dialog.Close(VideoOSD,true)</onclick>
+ <onclick>FullScreen</onclick>
+ </control>
+ </control>
+ <control type="button" id="208">
+ <description>REC button</description>
+ <posx>10</posx>
+ <posy>40</posy>
+ <width>128</width>
+ <height>128</height>
+ <texturefocus>osd_button_rec.png</texturefocus>
+ <texturenofocus>osd_button_recNF.png</texturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>210</onleft>
+ <onright>918</onright>
+ <onup>918</onup>
+ <ondown>210</ondown>
+ <onclick>XBMC.PlayerControl(record)</onclick>
+ <visible>!VideoPlayer.HasMenu + Player.CanRecord</visible>
+ </control>
+ <control type="button" id="209">
+ <description>REC button 2</description>
+ <posx>10</posx>
+ <posy>40</posy>
+ <width>128</width>
+ <height>128</height>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>osd_button_rec2.png</texturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>211</onleft>
+ <onright>921</onright>
+ <onup>921</onup>
+ <ondown>211</ondown>
+ <onclick>XBMC.PlayerControl(record)</onclick>
+ <visible>!VideoPlayer.HasMenu + Player.CanRecord + Player.Recording</visible>
+ </control>
+ <control type="button" id="208">
+ <description>DVD menu button</description>
+ <posx>10</posx>
+ <posy>40</posy>
+ <width>128</width>
+ <height>128</height>
+ <texturefocus>osd_button_dvdmenu.png</texturefocus>
+ <texturenofocus>osd_button_dvdmenuNF.png</texturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>210</onleft>
+ <onright>918</onright>
+ <onup>918</onup>
+ <ondown>210</ondown>
+ <onclick>XBMC.PlayerControl(ShowVideoMenu)</onclick>
+ <visible>VideoPlayer.HasMenu</visible>
+ </control>
+ <control type="button" id="209">
+ <description>DVD menu button 2</description>
+ <posx>10</posx>
+ <posy>40</posy>
+ <width>128</width>
+ <height>128</height>
+ <texturefocus>osd_button_dvdmenu2.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>211</onleft>
+ <onright>921</onright>
+ <onup>921</onup>
+ <ondown>211</ondown>
+ <onclick>XBMC.PlayerControl(ShowVideoMenu)</onclick>
+ <visible>VideoPlayer.HasMenu</visible>
+ </control>
+ <control type="image" id="1">
+ <description>Panel</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <height>379</height>
+ <width>373</width>
+ <texture>osd_panel.png</texture>
+ <visible>yes</visible>
+ </control>
+ <control type="button" id="210">
+ <description>Skip Bwd</description>
+ <posx>32</posx>
+ <posy>158</posy>
+ <width>77</width>
+ <height>79</height>
+ <texturefocus>osd_button_skip_minusFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.PlayerControl(Previous)</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>215</onleft>
+ <onright>211</onright>
+ <onup>208</onup>
+ <ondown>919</ondown>
+ </control>
+ <control type="togglebutton" id="211">
+ <description>Rewind</description>
+ <posx>95</posx>
+ <posy>149</posy>
+ <width>71</width>
+ <height>79</height>
+ <texturefocus>osd_button_rewFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <usealttexture>Player.Rewinding</usealttexture>
+ <alttexturefocus>osd_button_rewFO.png</alttexturefocus>
+ <alttexturenofocus>osd_button_rewSELNF.png</alttexturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>210</onleft>
+ <onright>213</onright>
+ <onup>209</onup>
+ <ondown>920</ondown>
+ <onclick>XBMC.PlayerControl(Rewind)</onclick>
+ </control>
+ <control type="togglebutton" id="213">
+ <description>Play</description>
+ <posx>153</posx>
+ <posy>123</posy>
+ <width>100</width>
+ <height>98</height>
+ <texturefocus>osd_button_pauseFO.png</texturefocus>
+ <texturenofocus>osd_button_pauseNF.png</texturenofocus>
+ <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
+ <alttexturefocus>osd_button_playFO.png</alttexturefocus>
+ <alttexturenofocus>osd_button_playNF.png</alttexturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>211</onleft>
+ <onright>214</onright>
+ <onup>921</onup>
+ <ondown>920</ondown>
+ <onclick>XBMC.PlayerControl(Play)</onclick>
+ </control>
+ <control type="togglebutton" id="214">
+ <description>Fast Forward</description>
+ <posx>241</posx>
+ <posy>122</posy>
+ <width>64</width>
+ <height>75</height>
+ <texturefocus>osd_button_ffFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <usealttexture>Player.Forwarding</usealttexture>
+ <alttexturefocus>osd_button_ffFO.png</alttexturefocus>
+ <alttexturenofocus>osd_button_ffSELNF.png</alttexturenofocus>
+ <label>-</label>
+ <font>-</font>
+ <onleft>213</onleft>
+ <onright>215</onright>
+ <onup>921</onup>
+ <ondown>920</ondown>
+ <onclick>XBMC.PlayerControl(Forward)</onclick>
+ </control>
+ <control type="button" id="215">
+ <description>Skip Fwd</description>
+ <posx>287</posx>
+ <posy>112</posy>
+ <width>71</width>
+ <height>72</height>
+ <texturefocus>osd_button_skip_plusFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.PlayerControl(Next)</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>214</onleft>
+ <onright>210</onright>
+ <onup>918</onup>
+ <ondown>919</ondown>
+ </control>
+ <control type="togglebutton" id="918">
+ <description>Audio Menu</description>
+ <posx>138</posx>
+ <posy>16</posy>
+ <width>74</width>
+ <height>64</height>
+ <texturefocus>osd_button_audioFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <usealttexture>Window.IsActive(124) | Window.IsActive(123)</usealttexture>
+ <alttexturefocus>osd_button_audioSELNF.png</alttexturefocus>
+ <alttexturenofocus>-</alttexturenofocus>
+ <onclick>XBMC.ActivateWindow(124)</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>208</onleft>
+ <onright>215</onright>
+ <onup>919</onup>
+ <ondown>921</ondown>
+ </control>
+ <control type="togglebutton" id="921">
+ <description>Video Menu</description>
+ <posx>147</posx>
+ <posy>71</posy>
+ <width>75</width>
+ <height>62</height>
+ <texturefocus>osd_button_videoFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <usealttexture>Window.IsActive(123)</usealttexture>
+ <alttexturefocus>osd_button_videoSELNF.png</alttexturefocus>
+ <alttexturenofocus>-</alttexturenofocus>
+ <onclick>XBMC.ActivateWindow(123)</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>209</onleft>
+ <onright>214</onright>
+ <onup>918</onup>
+ <ondown>213</ondown>
+ </control>
+ <control type="button" id="920">
+ <description>stop</description>
+ <posx>180</posx>
+ <posy>214</posy>
+ <width>83</width>
+ <height>69</height>
+ <texturefocus>osd_button_stopFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.PlayerControl(Stop)</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>211</onleft>
+ <onright>214</onright>
+ <onup>213</onup>
+ <ondown>919</ondown>
+ </control>
+ <control type="togglebutton" id="919">
+ <description>Bookmarks Menu</description>
+ <posx>195</posx>
+ <posy>268</posy>
+ <width>84</width>
+ <height>78</height>
+ <texturefocus>osd_button_bookmarkFO.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <usealttexture>Window.IsActive(125)</usealttexture>
+ <alttexturefocus>osd_button_bookmarkSELNF.png</alttexturefocus>
+ <alttexturenofocus>-</alttexturenofocus>
+ <onclick>XBMC.ActivateWindow(125)</onclick>
+ <label>-</label>
+ <font>-</font>
+ <onleft>210</onleft>
+ <onright>215</onright>
+ <onup>920</onup>
+ <ondown>918</ondown>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/VideoOSDBookmarks.xml b/skin/PM3.HD/720p/VideoOSDBookmarks.xml new file mode 100644 index 0000000000..cd8d0a87f2 --- /dev/null +++ b/skin/PM3.HD/720p/VideoOSDBookmarks.xml @@ -0,0 +1,189 @@ +<window id="125">
+ <defaultcontrol always="true">2</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>400</posx>
+ <posy>55</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>[UPPERCASE]$LOCALIZE[298][/UPPERCASE] - ($INFO[Container(11).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages])</label>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="button">
+ <description>Close Window button</description>
+ <posx>731</posx>
+ <posy>35</posy>
+ <width>35</width>
+ <height>25</height>
+ <label>-</label>
+ <font>-</font>
+ <onclick>Dialog.Close(125)</onclick>
+ <texturefocus>close-windowFO.png</texturefocus>
+ <texturenofocus>close-window.png</texturenofocus>
+ <onleft>5</onleft>
+ <onright>5</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ <visible>system.getbool(lookandfeel.enablemouse)</visible>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="panel" id="11">
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>720</width>
+ <height>430</height>
+ <onleft>2</onleft>
+ <onright>3</onright>
+ <ondown>2</ondown>
+ <onup>2</onup>
+ <scrolltime>200</scrolltime>
+ <viewtype label="536">icon</viewtype>
+ <pagecontrol>-</pagecontrol>
+ <orientation>horizontal</orientation>
+ <itemlayout height="215" width="240">
+ <control type="image">
+ <posx>2</posx>
+ <posy>2</posy>
+ <width>235</width>
+ <height>210</height>
+ <texture border="3">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>7</posx>
+ <posy>7</posy>
+ <width>220</width>
+ <height>175</height>
+ <info>ListItem.Icon</info>
+ </control>
+ <control type="label">
+ <posx>112</posx>
+ <posy>185</posy>
+ <width>225</width>
+ <height>22</height>
+ <font>font12</font>
+ <selectedcolor>green</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="215" width="240">
+ <control type="image">
+ <posx>2</posx>
+ <posy>2</posy>
+ <width>235</width>
+ <height>210</height>
+ <texture border="3">button-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>7</posx>
+ <posy>7</posy>
+ <width>220</width>
+ <height>175</height>
+ <info>ListItem.Icon</info>
+ </control>
+ <control type="label">
+ <posx>112</posx>
+ <posy>185</posy>
+ <width>225</width>
+ <height>22</height>
+ <font>font12</font>
+ <selectedcolor>green</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="button" id="2">
+ <description>Create Bookmark button</description>
+ <posx>40</posx>
+ <posy>530</posy>
+ <width>235</width>
+ <height>35</height>
+ <label>294</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>4</onleft>
+ <onright>3</onright>
+ <ondown>11</ondown>
+ <onup>11</onup>
+ <animation effect="slide" start="0,0" end="120,0" time="0" condition="!videoplayer.content(episodes)">conditional</animation>
+ </control>
+ <control type="button" id="3">
+ <description>Clear Bookmark button</description>
+ <posx>280</posx>
+ <posy>530</posy>
+ <width>235</width>
+ <height>35</height>
+ <label>296</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>2</onleft>
+ <onright>4</onright>
+ <ondown>11</ondown>
+ <onup>11</onup>
+ <animation effect="slide" start="0,0" end="120,0" time="0" condition="!videoplayer.content(episodes)">conditional</animation>
+ </control>
+ <control type="button" id="4">
+ <description>Clear Bookmark button</description>
+ <posx>520</posx>
+ <posy>530</posy>
+ <width>235</width>
+ <height>35</height>
+ <label>20406</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>3</onleft>
+ <onright>2</onright>
+ <ondown>11</ondown>
+ <onup>11</onup>
+ <visible>videoplayer.content(episodes)</visible>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/VideoOSDSettings.xml b/skin/PM3.HD/720p/VideoOSDSettings.xml new file mode 100644 index 0000000000..5d5f542e55 --- /dev/null +++ b/skin/PM3.HD/720p/VideoOSDSettings.xml @@ -0,0 +1,123 @@ +<window id="123">
+ <defaultcontrol>2</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>400</posx>
+ <posy>55</posy>
+ </coordinates>
+ <controls>
+ <control type="group">
+ <animation effect="fade" start="100" end="0" time="200"condition="Window.IsVisible(SliderDialog)">conditional</animation>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="2">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>20333</label>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="button">
+ <description>Close Window button</description>
+ <posx>731</posx>
+ <posy>35</posy>
+ <width>35</width>
+ <height>25</height>
+ <label>-</label>
+ <font>-</font>
+ <onclick>Dialog.Close(123)</onclick>
+ <onclick>Dialog.Close(124)</onclick>
+ <texturefocus>close-windowFO.png</texturefocus>
+ <texturenofocus>close-window.png</texturenofocus>
+ <onleft>5</onleft>
+ <onright>5</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ <visible>system.getbool(lookandfeel.enablemouse)</visible>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="grouplist" id="5">
+ <description>control area</description>
+ <posx>45</posx>
+ <posy>85</posy>
+ <width>710</width>
+ <height>480</height>
+ <itemgap>5</itemgap>
+ <pagecontrol>60</pagecontrol>
+ <onleft>5</onleft>
+ <onright>5</onright>
+ <onup>5</onup>
+ <ondown>5</ondown>
+ </control>
+ </control>
+ <control type="sliderex" id="10">
+ <description>Default Slider</description>
+ <height>35</height>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ </control>
+ <control type="button" id="7">
+ <description>Default Button</description>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="8">
+ <description>Default RadioButton</description>
+ <height>35</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="spincontrolex" id="9">
+ <description>Default spincontrolex</description>
+ <height>35</height>
+ <texturefocus border="3">button-focus.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <reverse>yes</reverse>
+ </control>
+ <control type="image" id="11">
+ <description>Default Seperator</description>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/VideoOverlay.xml b/skin/PM3.HD/720p/VideoOverlay.xml new file mode 100644 index 0000000000..b4edf26296 --- /dev/null +++ b/skin/PM3.HD/720p/VideoOverlay.xml @@ -0,0 +1,5 @@ +<window id="2004">
+ <defaultcontrol>-</defaultcontrol>
+ <controls>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/Views3dCoverView.xml b/skin/PM3.HD/720p/Views3dCoverView.xml new file mode 100644 index 0000000000..102281e849 --- /dev/null +++ b/skin/PM3.HD/720p/Views3dCoverView.xml @@ -0,0 +1,1386 @@ +<includes>
+ <include name="3d_CoverView">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ <visible>Control.IsVisible(500)</visible>
+ <texture>black-back.png</texture>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>510</posy>
+ <width>1280</width>
+ <height>200</height>
+ <visible>Control.IsVisible(500)</visible>
+ <texture>white-reflect.png</texture>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ <control type="group" id="7001">
+ <include>Window_OpenClose_Animation</include>
+ <posy>150</posy>
+ <visible>Control.IsVisible(500) + Container.OnNext</visible>
+ <animation effect="slide" end="-100,0" time="250" reversible="false">Hidden</animation>
+ <control type="group">
+ <posx>80</posx>
+ <visible>Container.OnNext</visible>
+ <animation effect="fade" start="100" end="0" time="250" reversible="false">Hidden</animation>
+ <animation effect="rotatey" center="60" start="-60" end="-60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(-4).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-4).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>180</posx>
+ <animation effect="rotatey" center="160" start="-60" end="-60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(-3).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-3).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>280</posx>
+ <animation effect="rotatey" center="260" start="-60" end="-60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(-2).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-2).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>1000</posx>
+ <visible>!Container.OnNext</visible>
+ <animation effect="fade" start="0" end="100" delay="0" time="250" reversible="false">Visible</animation>
+ <animation effect="rotatey" center="1320" start="60" end="60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(3).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(3).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>900</posx>
+ <animation effect="rotatey" center="1220" start="60" end="60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(2).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(2).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>800</posx>
+ <animation effect="rotatey" center="1120" start="60" end="60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(1).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(1).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Container.OnNext</visible>
+ <animation effect="slide" end="-110,0" time="250" reversible="false">Hidden</animation>
+ <control type="group">
+ <posx>700</posx>
+ <visible>Container.OnNext</visible>
+ <animation effect="rotatey" center="1020" start="0" end="-60" time="250" reversible="false" tween="quadratic" easing="in">Hidden</animation>
+ <animation effect="rotatey" center="1020" start="60" end="60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4">folder-focus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">folder-focus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>490</posx>
+ <visible>Container.OnNext</visible>
+ <animation effect="rotatey" center="470" start="0" end="-60" time="250" reversible="false" tween="quadratic" easing="out">Hidden</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(-1).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-1).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ </control>
+ </control>
+
+ <control type="group" id="7002">
+ <include>Window_OpenClose_Animation</include>
+ <posy>150</posy>
+ <visible>Control.IsVisible(500) + Container.OnPrevious</visible>
+ <animation effect="slide" end="100,0" time="250" reversible="false">Hidden</animation>
+ <control type="group">
+ <posx>900</posx>
+ <visible>Container.OnPrevious</visible>
+ <animation effect="fade" start="100" end="0" time="250" reversible="false">Hidden</animation>
+ <animation effect="rotatey" center="1220" start="60" end="60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(4).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(4).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>800</posx>
+ <animation effect="rotatey" center="1120" start="60" end="60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(3).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(3).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>700</posx>
+ <animation effect="rotatey" center="1020" start="60" end="60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(2).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(2).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>-20</posx>
+ <visible>!Container.OnPrevious</visible>
+ <animation effect="fade" start="0" end="100" time="250" reversible="false">Visible</animation>
+ <animation effect="rotatey" center="-40" start="-60" end="-60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(-3).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-3).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>80</posx>
+ <animation effect="rotatey" center="60" start="-60" end="-60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(-2).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-2).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>180</posx>
+ <animation effect="rotatey" center="160" start="-60" end="-60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(-1).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-1).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Container.OnPrevious</visible>
+ <animation effect="slide" end="110,0" time="250" reversible="false">Hidden</animation>
+ <control type="group">
+ <posx>280</posx>
+ <visible>Container.OnPrevious</visible>
+ <animation effect="rotatey" center="260" start="0" end="60" time="250" reversible="false" tween="quadratic" easing="in">Hidden</animation>
+ <animation effect="rotatey" center="260" start="-60" end="-60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4">folder-focus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">folder-focus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>490</posx>
+ <visible>Container.OnPrevious</visible>
+ <animation effect="rotatey" center="810" start="0" end="60" time="250" reversible="false" tween="quadratic" easing="out">Hidden</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(1).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(1).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ </control>
+ </control>
+
+ <control type="group" id="7000">
+ <include>Window_OpenClose_Animation</include>
+ <posy>150</posy>
+ <visible>Control.IsVisible(500) + !Control.IsVisible(7001) + !Control.IsVisible(7002)</visible>
+ <control type="group">
+ <posx>80</posx>
+ <animation effect="rotatey" center="60" start="-60" end="-60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(-3).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-3).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>180</posx>
+ <animation effect="rotatey" center="160" start="-60" end="-60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(-2).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-2).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>280</posx>
+ <animation effect="rotatey" center="260" start="-60" end="-60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(-1).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-1).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>900</posx>
+ <animation effect="rotatey" center="1220" start="60" end="60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(3).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(3).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>800</posx>
+ <animation effect="rotatey" center="1120" start="60" end="60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(2).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(2).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>700</posx>
+ <animation effect="rotatey" center="1020" start="60" end="60" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(1).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(1).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>490</posx>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4">folder-focus.png</bordertexture>
+ <bordersize>4</bordersize>
+ <visible>Control.HasFocus(500)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">folder-focus.png</bordertexture>
+ <bordersize>4</bordersize>
+ <visible>Control.HasFocus(500)</visible>
+ </control>
+ </control>
+ <control type="group">
+ <posx>490</posx>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ <visible>!Control.HasFocus(500)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>440</posy>
+ <width>300</width>
+ <height>440</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ <visible>!Control.HasFocus(500)</visible>
+ </control>
+ </control>
+ </control>
+ <control type="wraplist" id="500">
+ <include>Window_OpenClose_Animation</include>
+ <description>Fake list to control coverflow movement</description>
+ <visible>Container.Content(Movies)</visible>
+ <posx>490</posx>
+ <posy>150</posy>
+ <width>306</width>
+ <height>440</height>
+ <onleft>57</onleft>
+ <onright>57</onright>
+ <onup>9000</onup>
+ <ondown>61</ondown>
+ <viewtype label="31032">list</viewtype>
+ <pagecontrol>61</pagecontrol>
+ <orientation>horizontal</orientation>
+ <scrolltime>250</scrolltime>
+ <focusedposition>3</focusedposition>
+ <itemlayout height="1" width="1">
+ </itemlayout>
+ <focusedlayout height="440" width="300">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>300</width>
+ <height>440</height>
+ <info>ListItem.Icon</info>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ <visible>!Control.IsVisible(7001) + !Control.IsVisible(7002)</visible>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Animation</include>
+ <visible>Control.IsVisible(500)</visible>
+ <control type="label">
+ <posx>40</posx>
+ <posy>600</posy>
+ <width>1200</width>
+ <height>35</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
+ </control>
+ <control type="scrollbar" id="61">
+ <posx>90</posx>
+ <posy>650</posy>
+ <width>1100</width>
+ <height>20</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
+ <texturesliderbar border="16,2,16,2">scrollbar_bar-vertical.png</texturesliderbar>
+ <texturesliderbarfocus border="16,2,16,2">scrollbar_bar_focus-vertical.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib-vertical.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib-vertical.png</textureslidernibfocus>
+ <onup>50</onup>
+ <ondown>9000</ondown>
+ <showonepage>false</showonepage>
+ <orientation>horizontal</orientation>
+ </control>
+ </control>
+ </include>
+ <include name="3d_CoverView_Music">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ <visible>Control.IsVisible(500)</visible>
+ <texture>black-back.png</texture>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>460</posy>
+ <width>1280</width>
+ <height>200</height>
+ <visible>Control.IsVisible(500)</visible>
+ <texture>white-reflect.png</texture>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+
+ <control type="group" id="7001">
+ <include>Window_OpenClose_Animation</include>
+ <posy>175</posy>
+ <visible>Control.IsVisible(500) + Container.OnNext</visible>
+ <animation effect="slide" end="-100,0" time="250" reversible="false">Hidden</animation>
+ <control type="group">
+ <posx>20</posx>
+ <visible>Container.OnNext</visible>
+ <animation effect="fade" start="100" end="0" time="250" reversible="false">Hidden</animation>
+ <animation effect="rotatey" center="0" start="-65" end="-65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(-4).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-4).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>120</posx>
+ <animation effect="rotatey" center="100" start="-65" end="-65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(-3).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-3).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>220</posx>
+ <animation effect="rotatey" center="200" start="-65" end="-65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(-2).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-2).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>1000</posx>
+ <visible>!Container.OnNext</visible>
+ <animation effect="fade" start="0" end="100" delay="0" time="250" reversible="false">Visible</animation>
+ <animation effect="rotatey" center="1380" start="65" end="65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(3).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(3).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>900</posx>
+ <animation effect="rotatey" center="1280" start="65" end="65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(2).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(2).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>800</posx>
+ <animation effect="rotatey" center="1180" start="65" end="65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(1).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(1).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Container.OnNext</visible>
+ <animation effect="slide" end="-120,0" time="250" reversible="false">Hidden</animation>
+ <control type="group">
+ <posx>700</posx>
+ <visible>Container.OnNext</visible>
+ <animation effect="rotatey" center="1080" start="0" end="-65" time="250" reversible="false" tween="quadratic" easing="in">Hidden</animation>
+ <animation effect="rotatey" center="1080" start="65" end="65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4">folder-focus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">folder-focus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>460</posx>
+ <visible>Container.OnNext</visible>
+ <animation effect="rotatey" center="450" start="0" end="-65" time="250" reversible="false" tween="quadratic" easing="out">Hidden</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(-1).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-1).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ </control>
+ </control>
+
+ <control type="group" id="7002">
+ <include>Window_OpenClose_Animation</include>
+ <posy>175</posy>
+ <visible>Control.IsVisible(500) + Container.OnPrevious</visible>
+ <animation effect="slide" end="100,0" time="250" reversible="false">Hidden</animation>
+ <control type="group">
+ <posx>900</posx>
+ <visible>Container.OnPrevious</visible>
+ <animation effect="fade" start="100" end="0" time="250" reversible="false">Hidden</animation>
+ <animation effect="rotatey" center="1280" start="65" end="65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(4).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(4).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>800</posx>
+ <animation effect="rotatey" center="1180" start="65" end="65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(3).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(3).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>700</posx>
+ <animation effect="rotatey" center="1080" start="65" end="65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(2).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(2).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>-80</posx>
+ <visible>!Container.OnPrevious</visible>
+ <animation effect="fade" start="0" end="100" time="250" reversible="false">Visible</animation>
+ <animation effect="rotatey" center="-100" start="-65" end="-65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(-3).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-3).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>20</posx>
+ <animation effect="rotatey" center="0" start="-65" end="-65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(-2).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-2).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>120</posx>
+ <animation effect="rotatey" center="100" start="-65" end="-65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(-1).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-1).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Container.OnPrevious</visible>
+ <animation effect="slide" end="120,0" time="250" reversible="false">Hidden</animation>
+ <control type="group">
+ <posx>220</posx>
+ <visible>Container.OnPrevious</visible>
+ <animation effect="rotatey" center="200" start="0" end="65" time="250" reversible="false" tween="quadratic" easing="in">Hidden</animation>
+ <animation effect="rotatey" center="200" start="-65" end="-65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4">folder-focus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">folder-focus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>460</posx>
+ <visible>Container.OnPrevious</visible>
+ <animation effect="rotatey" center="840" start="0" end="65" time="250" reversible="false" tween="quadratic" easing="out">Hidden</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(1).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(1).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ </control>
+ </control>
+
+ <control type="group" id="7000">
+ <include>Window_OpenClose_Animation</include>
+ <posy>175</posy>
+ <visible>Control.IsVisible(500) + !Control.IsVisible(7001) + !Control.IsVisible(7002)</visible>
+ <control type="group">
+ <posx>20</posx>
+ <animation effect="rotatey" center="0" start="-65" end="-65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(-3).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-3).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>120</posx>
+ <animation effect="rotatey" center="100" start="-65" end="-65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(-2).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-2).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>220</posx>
+ <animation effect="rotatey" center="200" start="-65" end="-65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(-1).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(-1).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>900</posx>
+ <animation effect="rotatey" center="1280" start="65" end="65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(3).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(3).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>800</posx>
+ <animation effect="rotatey" center="1180" start="65" end="65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(2).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(2).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>700</posx>
+ <animation effect="rotatey" center="1080" start="65" end="65" time="0" condition="true">Conditional</animation>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(1).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(1).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ </control>
+ </control>
+ <control type="group">
+ <posx>460</posx>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4">folder-focus.png</bordertexture>
+ <bordersize>4</bordersize>
+ <visible>Control.HasFocus(500)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">folder-focus.png</bordertexture>
+ <bordersize>4</bordersize>
+ <visible>Control.HasFocus(500)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ <visible>!Control.HasFocus(500)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>350</posy>
+ <width>360</width>
+ <height>350</height>
+ <texture flipy="true" diffuse="diffuse_mirror2.png" />
+ <info>Container(500).ListItem(0).Icon</info>
+ <bordertexture border="4" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ <visible>!Control.HasFocus(500)</visible>
+ </control>
+ </control>
+ </control>
+
+ <control type="wraplist" id="500">
+ <include>Window_OpenClose_Animation</include>
+ <description>Fake list to control coverflow movement</description>
+ <visible>Container.Content(Albums) | Window.IsVisible(Musicfiles)</visible>
+ <posx>460</posx>
+ <posy>175</posy>
+ <width>366</width>
+ <height>350</height>
+ <onleft>57</onleft>
+ <onright>57</onright>
+ <onup>9000</onup>
+ <ondown>61</ondown>
+ <viewtype label="31032">list</viewtype>
+ <pagecontrol>61</pagecontrol>
+ <orientation>horizontal</orientation>
+ <scrolltime>250</scrolltime>
+ <focusedposition>3</focusedposition>
+ <itemlayout height="1" width="1">
+ </itemlayout>
+ <focusedlayout height="350" width="360">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>350</height>
+ <info>ListItem.Icon</info>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="4">button-nofocus.png</bordertexture>
+ <bordersize>4</bordersize>
+ <visible>!Control.IsVisible(7001) + !Control.IsVisible(7002)</visible>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Animation</include>
+ <visible>Control.IsVisible(500)</visible>
+ <control type="label">
+ <posx>40</posx>
+ <posy>560</posy>
+ <width>1200</width>
+ <height>35</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
+ <visible>!Container.Content(Albums)</visible>
+ </control>
+ <control type="label">
+ <posx>40</posx>
+ <posy>545</posy>
+ <width>1200</width>
+ <height>35</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
+ <visible>Container.Content(Albums)</visible>
+ </control>
+ <control type="label">
+ <posx>40</posx>
+ <posy>580</posy>
+ <width>1200</width>
+ <height>35</height>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label2]</label>
+ <visible>Container.Content(Albums)</visible>
+ </control>
+ <control type="scrollbar" id="61">
+ <posx>90</posx>
+ <posy>620</posy>
+ <width>1100</width>
+ <height>20</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
+ <texturesliderbar border="16,2,16,2">scrollbar_bar-vertical.png</texturesliderbar>
+ <texturesliderbarfocus border="16,2,16,2">scrollbar_bar_focus-vertical.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib-vertical.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib-vertical.png</textureslidernibfocus>
+ <onup>50</onup>
+ <ondown>9000</ondown>
+ <showonepage>false</showonepage>
+ <orientation>horizontal</orientation>
+ </control>
+ </control>
+ </include>
+</includes>
diff --git a/skin/PM3.HD/720p/ViewsFileMode.xml b/skin/PM3.HD/720p/ViewsFileMode.xml new file mode 100644 index 0000000000..603de34278 --- /dev/null +++ b/skin/PM3.HD/720p/ViewsFileMode.xml @@ -0,0 +1,1304 @@ +<includes>
+ <include name="CommonRootView">
+ <control type="list" id="50">
+ <visible>![Container.Content(TVShows) + !Window.IsVisible(VideoFiles)] + ![Container.Content(Movies) + !Window.IsVisible(VideoFiles)] + !Container.Content(Seasons)</visible>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>950</width>
+ <height>510</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>50</onup>
+ <ondown>50</ondown>
+ <viewtype label="31031">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="1080">
+ <control type="image">
+ <posx>5</posx>
+ <posy>4</posy>
+ <width>40</width>
+ <height>22</height>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>50</posx>
+ <posy>0</posy>
+ <width>890</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ <control type="label">
+ <posx>940</posx>
+ <posy>0</posy>
+ <width>870</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label2]</label>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="1080">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>950</width>
+ <height>30</height>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(50)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="image">
+ <posx>5</posx>
+ <posy>4</posy>
+ <width>40</width>
+ <height>22</height>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>50</posx>
+ <posy>0</posy>
+ <width>890</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ <control type="label">
+ <posx>940</posx>
+ <posy>0</posy>
+ <width>870</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label2]</label>
+ </control>
+ </focusedlayout>
+ </control>
+ </include>
+ <include name="CommonListView">
+ <control type="list" id="51">
+ <visible>![Container.Content(TVShows) + !Window.IsVisible(VideoFiles)]</visible>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>540</width>
+ <height>510</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>51</onup>
+ <ondown>51</ondown>
+ <viewtype label="535">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="540">
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>520</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>530</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label2</info>
+ <visible>!Container.Content(Seasons)</visible>
+ </control>
+ <control type="label">
+ <posx>530</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]]$INFO[ListItem.Property(UnWatchedEpisodes), - , $LOCALIZE[16101]]</label>
+ <visible>Container.Content(Seasons)</visible>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="540">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>540</width>
+ <height>30</height>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(51)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>520</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>530</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label2</info>
+ <visible>!Container.Content(Seasons)</visible>
+ </control>
+ <control type="label">
+ <posx>530</posx>
+ <posy>0</posy>
+ <width>500</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]]$INFO[ListItem.Property(UnWatchedEpisodes), - , $LOCALIZE[16101]]</label>
+ <visible>Container.Content(Seasons)</visible>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="group">
+ <posx>870</posx>
+ <posy>130</posy>
+ <visible>Control.IsVisible(51) + !Container.Content(Episodes)</visible>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>510</height>
+ <aspectratio>keep</aspectratio>
+ <fadetime>IconCrossfadeTime</fadetime>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="image">
+ <posx>340</posx>
+ <posy>450</posy>
+ <width>50</width>
+ <height>50</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </control>
+ <control type="group">
+ <posx>875</posx>
+ <posy>130</posy>
+ <visible>Control.IsVisible(51) + Container.Content(Episodes)</visible>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>395</width>
+ <height>230</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Icon]</texture>
+ <fadetime>IconCrossfadeTime</fadetime>
+ </control>
+ <control type="image">
+ <posx>350</posx>
+ <posy>190</posy>
+ <width>50</width>
+ <height>50</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>250</posy>
+ <width>395</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ </control>
+ <control type="textbox">
+ <description>Description for Episodes</description>
+ <posx>875</posx>
+ <posy>390</posy>
+ <width>395</width>
+ <height>245</height>
+ <font>font11</font>
+ <align>justify</align>
+ <textcolor>white</textcolor>
+ <pagecontrol>9999999999</pagecontrol>
+ <label>$INFO[ListItem.Plot]</label>
+ <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
+ <visible>Control.IsVisible(51) + Container.Content(Episodes)</visible>
+ </control>
+ </include>
+ <include name="SongInfoListView">
+ <control type="list" id="59">
+ <visible>Window.IsVisible(MusicFiles) | Window.IsVisible(MusicPlaylist) | Container.Content(Songs) | Container.Content(Albums) | Container.Content(Artists)</visible>
+ <posx>575</posx>
+ <posy>130</posy>
+ <width>675</width>
+ <height>360</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>59</onup>
+ <ondown>59</ondown>
+ <viewtype label="544">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="675">
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>660</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ <visible>!Container.Sort(SongRating)</visible>
+ </control>
+ <control type="label">
+ <posx>665</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label2</info>
+ <visible>!Container.Sort(SongRating)</visible>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>535</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ <visible>Container.Sort(SongRating)</visible>
+ </control>
+ <control type="image">
+ <description>Rating value</description>
+ <posx>550</posx>
+ <posy>2</posy>
+ <width>125</width>
+ <height>25</height>
+ <info>ListItem.StarRating</info>
+ <visible>Container.Sort(SongRating)</visible>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="675">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>675</width>
+ <height>30</height>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(59)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>660</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ <visible>!Container.Sort(SongRating)</visible>
+ </control>
+ <control type="label">
+ <posx>665</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label2</info>
+ <visible>!Container.Sort(SongRating)</visible>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>535</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ <visible>Container.Sort(SongRating)</visible>
+ </control>
+ <control type="image">
+ <description>Rating value</description>
+ <posx>550</posx>
+ <posy>2</posy>
+ <width>125</width>
+ <height>25</height>
+ <info>ListItem.StarRating</info>
+ <visible>Container.Sort(SongRating)</visible>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="group">
+ <posx>300</posx>
+ <posy>150</posy>
+ <visible>Control.IsVisible(59)</visible>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>270</width>
+ <height>270</height>
+ <aspectratio align="center" aligny="bottom">keep</aspectratio>
+ <texture>$INFO[ListItem.Icon]</texture>
+ <fadetime>IconCrossfadeTime</fadetime>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>270</posy>
+ <width>270</width>
+ <height>270</height>
+ <aspectratio align="center" aligny="top">keep</aspectratio>
+ <texture flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
+ <fadetime>IconCrossfadeTime</fadetime>
+ </control>
+ <control type="image">
+ <posx>200</posx>
+ <posy>220</posy>
+ <width>50</width>
+ <height>50</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>360</posy>
+ <width>950</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ </control>
+ <control type="group">
+ <posx>300</posx>
+ <posy>530</posy>
+ <visible>Control.IsVisible(59) + !Container.Content(Albums) + !Container.Content(Artists)</visible>
+ <control type="label">
+ <description>Title txt</description>
+ <posx>150</posx>
+ <posy>0</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[369]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Title Value</description>
+ <posx>165</posx>
+ <posy>0</posy>
+ <width>480</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Title]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>Album txt</description>
+ <posx>150</posx>
+ <posy>25</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[558]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Album Value</description>
+ <posx>165</posx>
+ <posy>25</posy>
+ <width>480</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Album]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>Artist txt</description>
+ <posx>150</posx>
+ <posy>50</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[557]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Artist Value</description>
+ <posx>165</posx>
+ <posy>50</posy>
+ <width>480</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Artist]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>Genre txt</description>
+ <posx>150</posx>
+ <posy>75</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[515]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Genre Value</description>
+ <posx>165</posx>
+ <posy>75</posy>
+ <width>480</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Genre]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>TrackNo txt</description>
+ <posx>785</posx>
+ <posy>0</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[554]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Track Value</description>
+ <posx>800</posx>
+ <posy>0</posy>
+ <width>405</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.TrackNumber]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>Year txt</description>
+ <posx>785</posx>
+ <posy>25</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[562]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Year Value</description>
+ <posx>800</posx>
+ <posy>25</posy>
+ <width>405</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Year]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>Rating txt</description>
+ <posx>785</posx>
+ <posy>75</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[563]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="image">
+ <description>Rating value</description>
+ <posx>795</posx>
+ <posy>73</posy>
+ <width>150</width>
+ <height>30</height>
+ <texture>$INFO[Listitem.StarRating]</texture>
+ </control>
+ </control>
+ <control type="group">
+ <posx>300</posx>
+ <posy>530</posy>
+ <visible>Control.IsVisible(59) + Container.Content(Albums)</visible>
+ <control type="label">
+ <description>Genre txt</description>
+ <posx>150</posx>
+ <posy>0</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[515]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Genre Value</description>
+ <posx>165</posx>
+ <posy>0</posy>
+ <width>480</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Genre]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>Moods txt</description>
+ <posx>150</posx>
+ <posy>25</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[175]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Moods Value</description>
+ <posx>165</posx>
+ <posy>25</posy>
+ <width>770</width>
+ <height>25</height>
+ <label fallback="416">$INFO[ListItem.Property(mood)]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>false</scroll>
+ </control>
+ <control type="label">
+ <description>Styles txt</description>
+ <posx>150</posx>
+ <posy>50</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[176]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Styles Value</description>
+ <posx>165</posx>
+ <posy>50</posy>
+ <width>770</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Property(style)]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>false</scroll>
+ </control>
+ <control type="label">
+ <description>label txt</description>
+ <posx>150</posx>
+ <posy>75</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[21899]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>label Value</description>
+ <posx>165</posx>
+ <posy>75</posy>
+ <width>480</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Property(label)]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>Year txt</description>
+ <posx>785</posx>
+ <posy>0</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[562]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Year Value</description>
+ <posx>800</posx>
+ <posy>0</posy>
+ <width>405</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Year]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>Rating txt</description>
+ <posx>785</posx>
+ <posy>75</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[563]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="image">
+ <description>Rating value</description>
+ <posx>795</posx>
+ <posy>73</posy>
+ <width>150</width>
+ <height>30</height>
+ <texture>$INFO[Listitem.StarRating]</texture>
+ </control>
+ </control>
+ <control type="group">
+ <posx>300</posx>
+ <posy>530</posy>
+ <visible>Control.IsVisible(59) + Container.Content(Artists)</visible>
+ <control type="label">
+ <description>Genre txt</description>
+ <posx>150</posx>
+ <posy>0</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[515]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Genre Value</description>
+ <posx>165</posx>
+ <posy>0</posy>
+ <width>770</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Property(Genre)]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>Moods txt</description>
+ <posx>150</posx>
+ <posy>25</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[175]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Moods Value</description>
+ <posx>165</posx>
+ <posy>25</posy>
+ <width>770</width>
+ <height>25</height>
+ <label fallback="416">$INFO[ListItem.Property(mood)]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>false</scroll>
+ </control>
+ <control type="label">
+ <description>Styles txt</description>
+ <posx>150</posx>
+ <posy>50</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[176]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Styles Value</description>
+ <posx>165</posx>
+ <posy>50</posy>
+ <width>770</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Property(style)]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>false</scroll>
+ </control>
+ <control type="label">
+ <description>Born txt</description>
+ <posx>150</posx>
+ <posy>75</posy>
+ <width>140</width>
+ <height>25</height>
+ <label>$LOCALIZE[21893]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ </control>
+ <control type="label">
+ <description>Born Value</description>
+ <posx>165</posx>
+ <posy>75</posy>
+ <width>770</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Property(born)]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ </control>
+ </include>
+ <include name="PictureThumbView">
+ <control type="list" id="57">
+ <posx>330</posx>
+ <posy>495</posy>
+ <width>910</width>
+ <height>395</height>
+ <onleft>57</onleft>
+ <onright>57</onright>
+ <onup>9000</onup>
+ <ondown>61</ondown>
+ <viewtype label="31033">list</viewtype>
+ <pagecontrol>61</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <orientation>horizontal</orientation>
+ <preloaditems>3</preloaditems>
+ <itemlayout height="130" width="182">
+ <control type="image">
+ <posx>0</posx>
+ <posy>5</posy>
+ <width>180</width>
+ <height>120</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>5</posx>
+ <posy>10</posy>
+ <width>170</width>
+ <height>110</height>
+ <aspectratio>keep</aspectratio>
+ <texture background="true">$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="image">
+ <posx>140</posx>
+ <posy>90</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </itemlayout>
+ <focusedlayout height="130" width="182">
+ <control type="image">
+ <posx>0</posx>
+ <posy>5</posy>
+ <width>180</width>
+ <height>120</height>
+ <texture border="5">folder-focus.png</texture>
+ <animation reversible="false" effect="zoom" center="auto" start="100" end="110" time="100">focus</animation>
+ <animation reversible="false" effect="zoom" center="auto" start="110" end="100" time="100">unfocus</animation>
+ </control>
+ <control type="image">
+ <posx>5</posx>
+ <posy>10</posy>
+ <width>170</width>
+ <height>110</height>
+ <aspectratio>keep</aspectratio>
+ <texture background="true">$INFO[ListItem.Icon]</texture>
+ <animation reversible="false" effect="zoom" center="auto" start="100" end="110" time="100">focus</animation>
+ <animation reversible="false" effect="zoom" center="auto" start="110" end="100" time="100">unfocus</animation>
+ </control>
+ <control type="image">
+ <posx>140</posx>
+ <posy>90</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ <animation effect="slide" start="0,0" end="5,5" time="200">Focus</animation>
+ <animation effect="slide" end="0,0" start="5,5" time="200">UnFocus</animation>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="group">
+ <visible>Control.IsVisible(57)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="label">
+ <posx>300</posx>
+ <posy>115</posy>
+ <width>970</width>
+ <height>35</height>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[UPPERCASE]$INFO[ListItem.Label]$INFO[ListItem.Date, - ]$INFO[ListItem.PictureResolution, - ]$INFO[ListItem.size, - ][/UPPERCASE]</label>
+ </control>
+ <control type="largeimage">
+ <posx>300</posx>
+ <posy>145</posy>
+ <width>970</width>
+ <height>345</height>
+ <fadetime>FanartCrossfadeTime</fadetime>
+ <info>ListItem.FilenameAndPath</info>
+ <aspectratio>keep</aspectratio>
+ </control>
+ </control>
+ </include>
+ <include name="ThumbnailView">
+ <control type="panel" id="53">
+ <visible>![Container.Content(TVShows) + !Window.IsVisible(VideoFiles)] + !Container.Content(Movies) + !Container.Content(Songs)</visible>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>950</width>
+ <height>510</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>53</onup>
+ <ondown>53</ondown>
+ <viewtype label="21371">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <preloaditems>2</preloaditems>
+ <itemlayout height="170" width="190">
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>188</width>
+ <height>145</height>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>94</posx>
+ <posy>145</posy>
+ <width>178</width>
+ <height>25</height>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="image">
+ <posx>150</posx>
+ <posy>110</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </itemlayout>
+ <focusedlayout height="170" width="190">
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>188</width>
+ <height>145</height>
+ <bordertexture border="5">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>94</posx>
+ <posy>145</posy>
+ <width>178</width>
+ <height>25</height>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="image">
+ <posx>150</posx>
+ <posy>110</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </focusedlayout>
+ </control>
+ </include>
+ <include name="VideoThumbnailView">
+ <control type="panel" id="53">
+ <visible>![Container.Content(TVShows) + !Window.IsVisible(VideoFiles)]</visible>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>950</width>
+ <height>510</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>53</onup>
+ <ondown>53</ondown>
+ <viewtype label="21371">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <preloaditems>2</preloaditems>
+ <itemlayout condition="!Container.Content(Movies)" height="255" width="316">
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>314</width>
+ <height>230</height>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>158</posx>
+ <posy>230</posy>
+ <width>314</width>
+ <height>25</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="image">
+ <posx>280</posx>
+ <posy>195</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </itemlayout>
+ <focusedlayout condition="!Container.Content(Movies)" height="255" width="316">
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>314</width>
+ <height>230</height>
+ <bordertexture border="5">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>158</posx>
+ <posy>230</posy>
+ <width>314</width>
+ <height>25</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="image">
+ <posx>280</posx>
+ <posy>195</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </focusedlayout>
+ <itemlayout condition="Container.Content(Movies)" height="255" width="158">
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>157</width>
+ <height>225</height>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <aspectratio>stretch</aspectratio>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>79</posx>
+ <posy>225</posy>
+ <width>147</width>
+ <height>25</height>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="image">
+ <posx>120</posx>
+ <posy>190</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </itemlayout>
+ <focusedlayout condition="Container.Content(Movies)" height="255" width="158">
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>157</width>
+ <height>225</height>
+ <bordertexture border="5">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <aspectratio>stretch</aspectratio>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>79</posx>
+ <posy>225</posy>
+ <width>147</width>
+ <height>25</height>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="image">
+ <posx>120</posx>
+ <posy>190</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </focusedlayout>
+ </control>
+ </include>
+ <include name="WideIconView">
+ <control type="panel" id="54">
+ <visible>Container.Content(TVShows) | Window.IsVisible(VideoFiles) | Window.IsVisible(Programs)</visible>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>950</width>
+ <height>510</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>54</onup>
+ <ondown>54</ondown>
+ <viewtype label="31034">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <preloaditems>2</preloaditems>
+ <itemlayout height="127" width="475" condition="!Skin.HasSetting(Media_Titles_WideIcons)">
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>473</width>
+ <height>100</height>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>237</posx>
+ <posy>100</posy>
+ <width>473</width>
+ <height>25</height>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="image">
+ <posx>438</posx>
+ <posy>65</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </itemlayout>
+ <focusedlayout height="127" width="475" condition="!Skin.HasSetting(Media_Titles_WideIcons)">
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>473</width>
+ <height>100</height>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
+ <visible>!Control.HasFocus(54)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>473</width>
+ <height>100</height>
+ <bordertexture border="5">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture>$INFO[Listitem.Icon]</texture>
+ <visible>Control.HasFocus(54)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="image">
+ <posx>438</posx>
+ <posy>65</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ <control type="label">
+ <posx>237</posx>
+ <posy>100</posy>
+ <width>538</width>
+ <height>25</height>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ </focusedlayout>
+ <itemlayout height="102" width="475" condition="Skin.HasSetting(Media_Titles_WideIcons)">
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>473</width>
+ <height>100</height>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
+ </control>
+ <control type="image">
+ <posx>438</posx>
+ <posy>65</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </itemlayout>
+ <focusedlayout height="102" width="475" condition="Skin.HasSetting(Media_Titles_WideIcons)">
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>473</width>
+ <height>100</height>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture background="true">$INFO[Listitem.Icon]</texture>
+ <visible>!Control.HasFocus(54)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="image">
+ <posx>1</posx>
+ <posy>0</posy>
+ <width>473</width>
+ <height>100</height>
+ <bordertexture border="5">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture>$INFO[Listitem.Icon]</texture>
+ <visible>Control.HasFocus(54)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="image">
+ <posx>438</posx>
+ <posy>65</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </focusedlayout>
+ </control>
+ </include>
+</includes>
diff --git a/skin/PM3.HD/720p/ViewsMusicLibrary.xml b/skin/PM3.HD/720p/ViewsMusicLibrary.xml new file mode 100644 index 0000000000..95471d5e99 --- /dev/null +++ b/skin/PM3.HD/720p/ViewsMusicLibrary.xml @@ -0,0 +1,201 @@ +<includes>
+ <include name="AlbumSongsFanartView">
+ <control type="list" id="55">
+ <visible>Container.Content(Albums)</visible>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>400</width>
+ <height>510</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>55</onup>
+ <ondown>55</ondown>
+ <viewtype label="31030">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="390">
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>370</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="390">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>390</width>
+ <height>30</height>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(55)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>370</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ </focusedlayout>
+ </control>
+ </include>
+ <include name="AlbumSongsFanartView_Extras">
+ <control type="group">
+ <visible>Control.IsVisible(55)</visible>
+ <animation effect="fade" time="600" delay="400">Visible</animation>
+ <animation effect="fade" time="200">Hidden</animation>
+ <control type="image">
+ <posx>35</posx>
+ <posy>465</posy>
+ <width>240</width>
+ <height>240</height>
+ <aspectratio aligny="bottom" align="right">keep</aspectratio>
+ <texture fallback="defaultAlbumCover.png">$INFO[Listitem.thumb]</texture>
+ <fadetime>IconCrossfadeTime</fadetime>
+ <bordertexture border="16">poster-shadow.png</bordertexture>
+ <bordersize>16</bordersize>
+ </control>
+ <control type="label">
+ <posx>280</posx>
+ <posy>595</posy>
+ <width>550</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label2]</label>
+ </control>
+ <control type="label">
+ <posx>280</posx>
+ <posy>625</posy>
+ <width>550</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ <control type="label">
+ <posx>280</posx>
+ <posy>660</posy>
+ <width>550</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Genre]</label>
+ </control>
+ </control>
+ </include>
+ <include name="ArtistFanartView">
+ <control type="list" id="56">
+ <visible>Container.Content(Artists)</visible>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>400</width>
+ <height>510</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>56</onup>
+ <ondown>56</ondown>
+ <viewtype label="31030">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="390">
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>370</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="390">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>390</width>
+ <height>30</height>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(56)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>370</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ </focusedlayout>
+ </control>
+ </include>
+ <include name="ArtistFanartView_Extras">
+ <control type="group">
+ <visible>Control.IsVisible(56) + Container.Content(Artists)</visible>
+ <animation effect="fade" time="600" delay="400">Visible</animation>
+ <animation effect="fade" time="200">Hidden</animation>
+ <control type="label">
+ <posx>25</posx>
+ <posy>570</posy>
+ <width>790</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Artist]</label>
+ </control>
+ </control>
+ <control type="textbox">
+ <description>Description Value for Artist</description>
+ <posx>25</posx>
+ <posy>610</posy>
+ <width>790</width>
+ <height>90</height>
+ <font>font11</font>
+ <align>justify</align>
+ <textcolor>white</textcolor>
+ <pagecontrol>9999999999</pagecontrol>
+ <label>$INFO[ListItem.Property(Description)]</label>
+ <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
+ <visible>Control.IsVisible(56) + Container.Content(Artists)</visible>
+ <animation effect="fade" time="600" delay="400">Visible</animation>
+ <animation effect="fade" time="200">Hidden</animation>
+ </control>
+ </include>
+</includes>
diff --git a/skin/PM3.HD/720p/ViewsVideoLibrary.xml b/skin/PM3.HD/720p/ViewsVideoLibrary.xml new file mode 100644 index 0000000000..e8aa9c371f --- /dev/null +++ b/skin/PM3.HD/720p/ViewsVideoLibrary.xml @@ -0,0 +1,737 @@ +<includes>
+ <include name="TVShowListView">
+ <control type="list" id="59">
+ <visible>Container.Content(TVShows)</visible>
+ <posx>860</posx>
+ <posy>130</posy>
+ <width>390</width>
+ <height>510</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>59</onup>
+ <ondown>59</ondown>
+ <viewtype label="$LOCALIZE[544]">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="400">
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>370</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="500">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>390</width>
+ <height>30</height>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(59)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>370</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="group">
+ <visible>Control.IsVisible(59) + Container.Content(TVShows)</visible>
+ <posx>300</posx>
+ <posy>140</posy>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>550</width>
+ <height>120</height>
+ <aspectratio aligny="bottom">keep</aspectratio>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>120</posy>
+ <width>550</width>
+ <height>120</height>
+ <aspectratio aligny="top">keep</aspectratio>
+ <texture flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="label">
+ <description>Episodes txt</description>
+ <posx>115</posx>
+ <posy>145</posy>
+ <width>115</width>
+ <height>25</height>
+ <label>$LOCALIZE[20360]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>Episodes Value</description>
+ <posx>130</posx>
+ <posy>145</posy>
+ <width>420</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.episode] [COLOR=grey] ($INFO[ListItem.Property(WatchedEpisodes),, $LOCALIZE[16102]] - $INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101]])[/COLOR]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>First Aired txt</description>
+ <posx>115</posx>
+ <posy>170</posy>
+ <width>115</width>
+ <height>25</height>
+ <label>$LOCALIZE[20416]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>First Aired Value</description>
+ <posx>130</posx>
+ <posy>170</posy>
+ <width>420</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.premiered]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="label">
+ <description>Genre txt</description>
+ <posx>115</posx>
+ <posy>195</posy>
+ <width>115</width>
+ <height>25</height>
+ <label>$LOCALIZE[515]:</label>
+ <align>right</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label">
+ <description>Genre Value</description>
+ <posx>130</posx>
+ <posy>195</posy>
+ <width>420</width>
+ <height>25</height>
+ <label fallback="416">$INFO[listitem.Genre]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <scroll>true</scroll>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>232</posy>
+ <width>550</width>
+ <height>4</height>
+ <texture>separator.png</texture>
+ </control>
+ </control>
+ <control type="textbox">
+ <description>Description Value for TVShows</description>
+ <posx>300</posx>
+ <posy>390</posy>
+ <width>550</width>
+ <height>245</height>
+ <font>font11</font>
+ <align>justify</align>
+ <textcolor>white</textcolor>
+ <pagecontrol>9999999999</pagecontrol>
+ <label>$INFO[ListItem.Plot]</label>
+ <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
+ <visible>Control.IsVisible(59) + Container.Content(TVShows)</visible>
+ </control>
+ </include>
+ <include name="MovieDVDView">
+ <control type="grouplist">
+ <visible>Control.IsVisible(57)</visible>
+ <posx>300</posx>
+ <posy>180</posy>
+ <width>970</width>
+ <height>460</height>
+ <onup>9000</onup>
+ <ondown>61</ondown>
+ <usecontrolcoords>true</usecontrolcoords>
+ <control type="wraplist" id="57">
+ <visible>Container.Content(Movies) | Window.IsVisible(VideoFiles)</visible>
+ <posx>-60</posx>
+ <posy>0</posy>
+ <width>1090</width>
+ <height>460</height>
+ <onleft>57</onleft>
+ <onright>57</onright>
+ <onup>9000</onup>
+ <ondown>61</ondown>
+ <viewtype label="31028">list</viewtype>
+ <pagecontrol>61</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <focusposition>2</focusposition>
+ <orientation>horizontal</orientation>
+ <hitrect x="376" y="0" w="218" h="310" />
+ <preloaditems>4</preloaditems>
+ <itemlayout height="310" width="218">
+ <control type="image">
+ <posx>2</posx>
+ <posy>0</posy>
+ <width>214</width>
+ <height>310</height>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture background="true">$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="image">
+ <posx>2</posx>
+ <posy>310</posy>
+ <width>214</width>
+ <height>310</height>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="5" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="image">
+ <posx>180</posx>
+ <posy>275</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </itemlayout>
+ <focusedlayout height="310" width="218">
+ <control type="image">
+ <posx>2</posx>
+ <posy>0</posy>
+ <width>214</width>
+ <height>310</height>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="5">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture background="true">$INFO[ListItem.Icon]</texture>
+ <animation reversible="false" effect="zoom" start="2,0,214,310" end="-8,-10,234,330" time="200">focus</animation>
+ <animation reversible="false" effect="zoom" end="2,0,214,310" start="-8,-10,234,330" time="200">unfocus</animation>
+ </control>
+ <control type="image">
+ <posx>2</posx>
+ <posy>310</posy>
+ <width>214</width>
+ <height>310</height>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="5" flipy="true" diffuse="diffuse_mirror2.png">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture background="true" flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
+ <animation reversible="false" effect="zoom" start="2,310,214,310" end="-8,320,234,330" time="200">focus</animation>
+ <animation reversible="false" effect="zoom" end="2,310,214,310" start="-8,320,234,330" time="200">unfocus</animation>
+ </control>
+ <control type="image">
+ <posx>180</posx>
+ <posy>275</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ <animation effect="slide" start="0,0" end="5,5" time="200">Focus</animation>
+ <animation effect="slide" end="0,0" start="5,5" time="200">UnFocus</animation>
+ </control>
+ </focusedlayout>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Control.IsVisible(57)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="label">
+ <posx>300</posx>
+ <posy>540</posy>
+ <width>970</width>
+ <height>35</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
+ </control>
+ <control type="label">
+ <posx>300</posx>
+ <posy>580</posy>
+ <width>970</width>
+ <height>35</height>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[UPPERCASE][B]$INFO[ListItem.Genre][/B][/UPPERCASE]</label>
+ </control>
+ </control>
+ </include>
+ <include name="EpisodeFanartView">
+ <control type="list" id="55">
+ <visible>Container.Content(Episodes)</visible>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>400</width>
+ <height>300</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>55</onup>
+ <ondown>55</ondown>
+ <viewtype label="31030">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="390">
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>370</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="390">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>390</width>
+ <height>30</height>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(55)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>370</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="group">
+ <visible>Control.IsVisible(55)</visible>
+ <control type="image">
+ <posx>300</posx>
+ <posy>440</posy>
+ <width>390</width>
+ <height>215</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[Listitem.thumb]</texture>
+ <visible>!IsEmpty(Listitem.thumb)</visible>
+ <fadetime>IconCrossfadeTime</fadetime>
+ </control>
+ <control type="image">
+ <posx>300</posx>
+ <posy>440</posy>
+ <width>390</width>
+ <height>215</height>
+ <aspectratio>keep</aspectratio>
+ <texture border="5">NoCover_1.png</texture>
+ <visible>IsEmpty(Listitem.thumb)</visible>
+ </control>
+ <control type="image">
+ <posx>310</posx>
+ <posy>450</posy>
+ <width>370</width>
+ <height>195</height>
+ <aspectratio>keep</aspectratio>
+ <texture>NoCover_2.png</texture>
+ <visible>IsEmpty(Listitem.thumb)</visible>
+ </control>
+ <control type="label">
+ <posx>300</posx>
+ <posy>440</posy>
+ <width>390</width>
+ <height>215</height>
+ <font>font25</font>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>31011</label>
+ <visible>IsEmpty(Listitem.thumb)</visible>
+ </control>
+ <control type="image">
+ <posx>655</posx>
+ <posy>620</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </control>
+ </include>
+ <include name="EpisodeFanartView_Extras">
+ <control type="group">
+ <visible>Control.IsVisible(55)</visible>
+ <animation effect="fade" time="600" delay="400">Visible</animation>
+ <animation effect="fade" time="200">Hidden</animation>
+ <control type="label">
+ <posx>40</posx>
+ <posy>565</posy>
+ <width>785</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[UPPERCASE]$INFO[ListItem.Title][/UPPERCASE]</label>
+ </control>
+ <control type="textbox">
+ <description>Common Plot Value for all Content types</description>
+ <posx>40</posx>
+ <posy>600</posy>
+ <width>785</width>
+ <height>70</height>
+ <font>font11</font>
+ <align>justify</align>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <pagecontrol>9999999999</pagecontrol>
+ <label>$INFO[ListItem.Plot]</label>
+ <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
+ </control>
+ </control>
+ </include>
+ <include name="MovieFanartView">
+ <control type="list" id="56">
+ <visible>Container.Content(Movies) | Container.Content(TVShows) | Container.Content(Seasons)</visible>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>400</width>
+ <height>510</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>56</onup>
+ <ondown>56</ondown>
+ <viewtype label="31030">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="390">
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>370</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="390">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>390</width>
+ <height>30</height>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(56)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>370</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ </focusedlayout>
+ </control>
+ </include>
+ <include name="MovieFanartView_Extras">
+ <control type="group">
+ <visible>Control.IsVisible(56) + Container.Content(Movies)</visible>
+ <animation effect="fade" time="600" delay="400">Visible</animation>
+ <animation effect="fade" time="200">Hidden</animation>
+ <control type="image">
+ <posx>35</posx>
+ <posy>395</posy>
+ <width>230</width>
+ <height>320</height>
+ <aspectratio align="right" aligny="bottom">keep</aspectratio>
+ <texture>$INFO[Listitem.thumb]</texture>
+ <fadetime>IconCrossfadeTime</fadetime>
+ <bordertexture border="16">poster-shadow.png</bordertexture>
+ <bordersize>16</bordersize>
+ <visible>!IsEmpty(Listitem.thumb)</visible>
+ </control>
+ <control type="image">
+ <posx>220</posx>
+ <posy>670</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ <control type="label">
+ <posx>280</posx>
+ <posy>580</posy>
+ <width>550</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>[UPPERCASE]$INFO[ListItem.Title][/UPPERCASE]</label>
+ </control>
+ <control type="label">
+ <posx>280</posx>
+ <posy>620</posy>
+ <width>550</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Genre]</label>
+ </control>
+ <control type="label">
+ <posx>280</posx>
+ <posy>645</posy>
+ <width>550</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Year,$LOCALIZE[345] : ]$INFO[ListItem.Duration, - $LOCALIZE[2050] : ]</label>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Control.IsVisible(56) + Container.Content(TVShows)</visible>
+ <animation effect="fade" time="600" delay="400">Visible</animation>
+ <animation effect="fade" time="200">Hidden</animation>
+ <control type="label">
+ <posx>40</posx>
+ <posy>580</posy>
+ <width>785</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[UPPERCASE]$INFO[ListItem.Title][/UPPERCASE]</label>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Control.IsVisible(56) + Container.Content(Seasons)</visible>
+ <animation effect="fade" time="600" delay="400">Visible</animation>
+ <animation effect="fade" time="200">Hidden</animation>
+ <control type="image">
+ <posx>35</posx>
+ <posy>395</posy>
+ <width>230</width>
+ <height>320</height>
+ <aspectratio align="right" aligny="bottom">keep</aspectratio>
+ <texture>$INFO[Listitem.thumb]</texture>
+ <fadetime>IconCrossfadeTime</fadetime>
+ <bordertexture border="16">poster-shadow.png</bordertexture>
+ <bordersize>16</bordersize>
+ </control>
+ <control type="image">
+ <posx>220</posx>
+ <posy>670</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </control>
+ <control type="textbox">
+ <description>Plot Value for TVShow</description>
+ <posx>40</posx>
+ <posy>610</posy>
+ <width>785</width>
+ <height>90</height>
+ <font>font11</font>
+ <align>justify</align>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <pagecontrol>9999999999</pagecontrol>
+ <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
+ <label>$INFO[ListItem.Plot]</label>
+ <visible>Control.IsVisible(56) + Container.Content(TVShows)</visible>
+ </control>
+ </include>
+ <include name="MoviesListView">
+ <control type="list" id="58">
+ <visible>Container.Content(movies)</visible>
+ <posx>575</posx>
+ <posy>130</posy>
+ <width>675</width>
+ <height>360</height>
+ <onleft>9000</onleft>
+ <onright>60</onright>
+ <onup>58</onup>
+ <ondown>58</ondown>
+ <viewtype label="544">list</viewtype>
+ <pagecontrol>60</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="675">
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>660</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>665</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label2</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="675">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>675</width>
+ <height>30</height>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(58)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>660</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>665</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label2</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="group">
+ <posx>300</posx>
+ <posy>130</posy>
+ <visible>Control.IsVisible(58)</visible>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>270</width>
+ <height>360</height>
+ <aspectratio align="center" aligny="bottom">keep</aspectratio>
+ <texture>$INFO[ListItem.Icon]</texture>
+ <fadetime>IconCrossfadeTime</fadetime>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>360</posy>
+ <width>270</width>
+ <height>360</height>
+ <aspectratio align="center" aligny="top">keep</aspectratio>
+ <texture flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.Icon]</texture>
+ <fadetime>IconCrossfadeTime</fadetime>
+ </control>
+ <control type="image">
+ <posx>225</posx>
+ <posy>325</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>370</posy>
+ <width>950</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ </control>
+ <control type="textbox">
+ <description>Description Value for Movies</description>
+ <posx>300</posx>
+ <posy>505</posy>
+ <width>950</width>
+ <height>135</height>
+ <font>font11</font>
+ <align>justify</align>
+ <textcolor>white</textcolor>
+ <pagecontrol>9999999999</pagecontrol>
+ <label>$INFO[ListItem.Plot]</label>
+ <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
+ <visible>Control.IsVisible(58) + Container.Content(Movies)</visible>
+ </control>
+ </include>
+</includes>
diff --git a/skin/PM3.HD/720p/VisualisationPresetList.xml b/skin/PM3.HD/720p/VisualisationPresetList.xml new file mode 100644 index 0000000000..5bb851a738 --- /dev/null +++ b/skin/PM3.HD/720p/VisualisationPresetList.xml @@ -0,0 +1,160 @@ +<window id="122">
+ <defaultcontrol>2</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>400</posx>
+ <posy>55</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <colordiffuse>DDFFFFFF</colordiffuse>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>800</width>
+ <height>610</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="3">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="button">
+ <description>Close Window button</description>
+ <posx>731</posx>
+ <posy>35</posy>
+ <width>35</width>
+ <height>25</height>
+ <label>-</label>
+ <font>-</font>
+ <onclick>Dialog.Close(122)</onclick>
+ <texturefocus>close-windowFO.png</texturefocus>
+ <texturenofocus>close-window.png</texturenofocus>
+ <onleft>2</onleft>
+ <onright>2</onright>
+ <onup>2</onup>
+ <ondown>2</ondown>
+ <visible>system.getbool(lookandfeel.enablemouse)</visible>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="label" id="4">
+ <description>No Presets at all label</description>
+ <posx>40</posx>
+ <posy>200</posy>
+ <width>720</width>
+ <height>30</height>
+ <label>13389</label>
+ <align>center</align>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="list" id="2">
+ <posx>45</posx>
+ <posy>85</posy>
+ <width>710</width>
+ <height>440</height>
+ <onleft>61</onleft>
+ <onright>61</onright>
+ <onup>2</onup>
+ <ondown>2</ondown>
+ <pagecontrol>61</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>710</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>690</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>710</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(2)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>710</width>
+ <height>35</height>
+ <visible>Control.HasFocus(2)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>690</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <description>number of files/pages in list text label</description>
+ <posx>750</posx>
+ <posy>535</posy>
+ <width>700</width>
+ <font>font12b</font>
+ <align>right</align>
+ <scroll>true</scroll>
+ <textcolor>white</textcolor>
+ <label>($INFO[Container(2).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(2).CurrentPage]/$INFO[Container(2).NumPages])</label>
+ <animation effect="slide" time="0" end="-75,0" condition="Control.IsVisible(61)">Conditional</animation>
+ </control>
+ <control type="spincontrol" id="61">
+ <description>Next page button</description>
+ <posx>690</posx>
+ <posy>538</posy>
+ <subtype>page</subtype>
+ <font>font12b</font>
+ <onleft>2</onleft>
+ <onright>2</onright>
+ <ondown>2</ondown>
+ <onup>2</onup>
+ <textcolor>-</textcolor>
+ <showonepage>false</showonepage>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/custom_Credits_1112.xml b/skin/PM3.HD/720p/custom_Credits_1112.xml new file mode 100644 index 0000000000..3c63323fff --- /dev/null +++ b/skin/PM3.HD/720p/custom_Credits_1112.xml @@ -0,0 +1,266 @@ +<window id="1112" type="dialog">
+ <defaultcontrol>61</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>200</posx>
+ <posy>1</posy>
+ </coordinates>
+ <controls>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>880</width>
+ <height>720</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>880</width>
+ <height>720</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label">
+ <description>Item Title value</description>
+ <posx>40</posx>
+ <posy>45</posy>
+ <width>800</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>dialogheader</textcolor>
+ <label>$LOCALIZE[482]</label>
+ <font>font18</font>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>84</posy>
+ <width>800</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="scrollbar" id="61">
+ <posx>815</posx>
+ <posy>100</posy>
+ <width>20</width>
+ <height>540</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>61</onleft>
+ <onright>61</onright>
+ <ondown>61</ondown>
+ <onup>61</onup>
+ <showonepage>true</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ <control type="textbox" id="5">
+ <description>textarea</description>
+ <posx>50</posx>
+ <posy>100</posy>
+ <width>760</width>
+ <height>540</height>
+ <font>font13</font>
+ <align>center</align>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <pagecontrol>61</pagecontrol>
+ <autoscroll time="1000" delay="5000" repeat="5000">true</autoscroll>
+ <label>
+[COLOR=green][B]Project Founders[/B][/COLOR]
+
+Frodo [COLOR=grey2](yamp, xbmc)[/COLOR]
+RUNTiME [COLOR=grey2](xbplayer)[/COLOR]
+d7o3g4q [COLOR=grey2](xbmp)[/COLOR]
+[I]We wish you well with your future projects[/I]
+
+
+[COLOR=green][B]Project Managers[/B][/COLOR]
+
+Gamester17
+Pike
+
+
+[COLOR=green][B]Developers[/B][/COLOR]
+
+Jmarshall [COLOR=grey2]- Jedi-Master[/COLOR]
+Spiff [COLOR=grey2]- Will chop your head off!, think twice before you speak[/COLOR]
+elupus [COLOR=grey2]- XBMC video player (DVDPlayer) god[/COLOR]
+nad [COLOR=grey2]- XBMC HTTP API Mastermind[/COLOR]
+MrC [COLOR=grey2]- XBMC Visualisation/Screensaver Mastermind[/COLOR]
+c0diq [COLOR=grey2]- UPnP (Universial Plug And Play) Mastermind[/COLOR]
+D4rk [COLOR=grey2]- XBMC Linux and Mac port specialist[/COLOR]
+malloc [COLOR=grey2]- XBMC Linux and Mac port specialist[/COLOR]
+davilla [COLOR=grey2]- Mac OS X, Apple TV, and XBMC Live[/COLOR]
+MaestroDD [COLOR=grey2]- Mac OS X, and Apple TV[/COLOR]
+l.capriotti [COLOR=grey2]- XBMC for Linux - LiveUSB Distro[/COLOR]
+monkeyman 67156 [COLOR=grey2]- XBMC Linux port specialist[/COLOR]
+Topfs2 [COLOR=grey2]- XBMC Linux port specialist[/COLOR]
+wattazoum [COLOR=grey2]- XBMC for Linux packaging specialist[/COLOR]
+AlTheKiller [COLOR=grey2]- XBMC Linux port specialist[/COLOR]
+WiSo [COLOR=grey2]- XBMC Windows port specialist[/COLOR]
+Chadoe [COLOR=grey2]- XBMC Windows port specialist[/COLOR]
+Kraqh3d
+C-Quel
+tut-ankh-amon
+vdrfan [COLOR=grey2]- XBMC Linux port specialist[/COLOR]
+Alcoheca [COLOR=grey2]- PVR specialist[/COLOR]
+oldnemesis
+ceros
+Tslayer
+TechnoJuce
+Jezz_X [COLOR=grey2]- Skin Maintainer[/COLOR]
+arnova [COLOR=grey2]- XBMC Xbox port specialist[/COLOR]
+
+[COLOR=green][B]Wiki - Trac maintainers[/B][/COLOR]
+
+sho
+
+
+[COLOR=green][B]Python Scripters[/B][/COLOR]
+
+Blittan [COLOR=grey2]- Python coder[/COLOR]
+Voinage [COLOR=grey2]- Python coder[/COLOR]
+rwparris2 [COLOR=grey2]- Python coder[/COLOR]
+
+
+[COLOR=green][B]Testers[/B][/COLOR]
+
+Donno
+ModHack
+Nuka1195
+TheUni
+
+
+[COLOR=green][B]Visualisations[/B][/COLOR]
+
+Dinomight
+MrC
+mynci
+nmrs
+questor (a.k.a. fused)
+
+
+[COLOR=green][B]Screensavers[/B][/COLOR]
+
+Asteron
+Jme
+Siw
+Sylfan
+
+
+[COLOR=green][B]Stream Servers, Clients[/B][/COLOR]
+
+c0diq
+puh-puh
+[XC]D-Ice
+
+
+[COLOR=green][B]Retired - Inactive Team Members[/B][/COLOR]
+
+Butcher
+Chokemaniac
+Forza
+Guybrush
+Hullebulle (a.k.a. Nuendo)
+monkeyhappy
+Obstler
+Poing
+Shadow_Mx
+xAD (a.k.a. xantal)
+yuvalt
+[XC]D-Ice
+vulkanr
+AreaScout
+Agathorn
+Rudd
+SmokeHead
+Chief
+Bobbin007
+GeminiServer [COLOR=grey2]- Low-level Hardware Guru[/COLOR]
+Darkie
+Ysbox
+Guybrush
+Kreet
+monkeyhappy
+elan (a.k.a. leafmuncher)
+LiquidIce629
+
+
+[COLOR=green][B]Code Credits[/B][/COLOR]
+
+Adplug
+BiosChecker
+CxImage
+D.U.M.B.
+dosfs
+Drempels
+FFmpeg
+FileZilla (FTP-Server)
+FreeType (freetype.org)
+FriBiDi
+G-Force
+GensAPU
+GoAhead (Web-Server)
+in_cube
+liba52
+libCDIO
+libcurl
+libdaap
+libdca/libdts (VideoLan.org)
+libdvdcss
+libdvdnav/dvdread
+libfaad2 (AudioCoding.com)
+libid3tag
+libLame
+libmad
+libmpcdec
+libmpeg2
+libOggVorbis
+libSpeex
+libvorbis
+LZO
+Matroska
+MikMod
+Milkdrop
+ProjectM
+MPlayer
+MXM
+NoseFart
+Platinum (UPnP-client)
+Python
+Samba/libsmb (SMB/CIFS-client)
+Sidplay2
+SNESAPU
+SQLite
+St-Sound Library
+UnRAR (rarlab.com)
+xiph
+Xored Trainer Engine
+XviD
+
+
+[COLOR=green][B]TEAM THANKS:[/B][/COLOR]
+
+Team-XBMC would like to send
+a special thanks out to:
+Xbox-Scene.com
+Dankula (for the manual labour)
+Bizzeh (wiki and forums setup)
+MrC (great visualizations)
+freakware.com (some SmartXx v3)
+Modchip makers for LCD code
+modplug (credits music)
+
+
+
+
+
+
+</label>
+ </control>
+ </controls>
+</window>
diff --git a/skin/PM3.HD/720p/custom_SkinSetting_1111.xml b/skin/PM3.HD/720p/custom_SkinSetting_1111.xml new file mode 100644 index 0000000000..e83fb00e3e --- /dev/null +++ b/skin/PM3.HD/720p/custom_SkinSetting_1111.xml @@ -0,0 +1,1050 @@ +<window id="1111">
+ <defaultcontrol always="true">20</defaultcontrol>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <include>ContentPanel</include>
+ <control type="grouplist" id="9001">
+ <visible>Skin.String(SkinSettings,1)</visible>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>950</width>
+ <height>510</height>
+ <itemgap>2</itemgap>
+ <pagecontrol>-</pagecontrol>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>9001</onup>
+ <ondown>9001</ondown>
+ <control type="label" id="100">
+ <width>950</width>
+ <height>45</height>
+ <font>font18</font>
+ <label>31106</label>
+ <textcolor>dialogheader</textcolor>
+ <align>center</align>
+ </control>
+ <control type="radiobutton" id="101">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>$LOCALIZE[20079]</label>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <onclick>Skin.ToggleSetting(Animate_Skin)</onclick>
+ <selected>!Skin.HasSetting(Animate_Skin)</selected>
+ </control>
+ <control type="image" id="102">
+ <width>950</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="radiobutton" id="109">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>31104</label>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <onclick>Skin.ToggleSetting(ShutdownUseHibernate)</onclick>
+ <selected>Skin.HasSetting(ShutdownUseHibernate)</selected>
+ </control>
+ <control type="radiobutton" id="103">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>20189</label>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <onclick>Skin.ToggleSetting(AutoScroll)</onclick>
+ <selected>Skin.HasSetting(AutoScroll)</selected>
+ </control>
+ <control type="radiobutton" id="104">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>31103</label>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <onclick>Skin.ToggleSetting(Show_SlideShow_Paused)</onclick>
+ <selected>!Skin.HasSetting(Show_SlideShow_Paused)</selected>
+ </control>
+ <control type="radiobutton" id="105">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>31105</label>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <onclick>Skin.ToggleSetting(No_Media_Titles_In_Scanner)</onclick>
+ <selected>!Skin.HasSetting(No_Media_Titles_In_Scanner)</selected>
+ </control>
+ <control type="image" id="111">
+ <width>950</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="radiobutton" id="110">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>31112</label>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <onclick>Skin.ToggleSetting(Media_Titles_WideIcons)</onclick>
+ <selected>!Skin.HasSetting(Media_Titles_WideIcons)</selected>
+ </control>
+ <control type="image" id="106">
+ <width>950</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="radiobutton" id="107">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>21398</label>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <onclick>Skin.ToggleSetting(Use_Startup_Playlist)</onclick>
+ <selected>Skin.HasSetting(Use_Startup_Playlist)</selected>
+ </control>
+ <control type="button" id="108">
+ <description>Startup Playlist Path</description>
+ <width>950</width>
+ <height>35</height>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <label>15311</label>
+ <label2>$INFO[Skin.String(Startup_Playlist_Path)]</label2>
+ <onclick>Skin.SetFile(Startup_Playlist_Path,.m3u,t:\playlists\music\)</onclick>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <enable>Skin.HasSetting(Use_Startup_Playlist)</enable>
+ </control>
+ </control>
+ <control type="grouplist" id="9002">
+ <visible>Skin.String(SkinSettings,2)</visible>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>950</width>
+ <height>510</height>
+ <itemgap>2</itemgap>
+ <pagecontrol>-</pagecontrol>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>9002</onup>
+ <ondown>9002</ondown>
+ <control type="label" id="200">
+ <width>950</width>
+ <height>45</height>
+ <font>font18</font>
+ <label>31101</label>
+ <textcolor>dialogheader</textcolor>
+ <align>center</align>
+ </control>
+ <control type="radiobutton" id="201">
+ <description>Show Programs in home</description>
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>20082</label>
+ <onclick>Skin.ToggleSetting(ProgramsInHome)</onclick>
+ <selected>Skin.HasSetting(ProgramsInHome)</selected>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ </control>
+ <control type="image" id="202">
+ <width>950</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="radiobutton" id="203">
+ <description>Show Scan Lines in home</description>
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>31107</label>
+ <onclick>Skin.ToggleSetting(Remove_Scan_Lines)</onclick>
+ <selected>!Skin.HasSetting(Remove_Scan_Lines)</selected>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ </control>
+ <control type="radiobutton" id="204">
+ <description>Show Scan Lines in home during Media</description>
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>31108</label>
+ <onclick>Skin.ToggleSetting(Remove_Scan_Lines_Video)</onclick>
+ <selected>Skin.HasSetting(Remove_Scan_Lines_Video)</selected>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <enable>Skin.HasSetting(Remove_Scan_Lines)</enable>
+ </control>
+ <control type="image" id="205">
+ <width>950</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="radiobutton" id="206">
+ <description>enable video info</description>
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>20176</label>
+ <onclick>Skin.ToggleSetting(homepageVideoinfo)</onclick>
+ <selected>!Skin.HasSetting(homepageVideoinfo)</selected>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ </control>
+ <control type="radiobutton" id="207">
+ <description>enable music info</description>
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>20083</label>
+ <onclick>Skin.ToggleSetting(homepageMusicinfo)</onclick>
+ <selected>!Skin.HasSetting(homepageMusicinfo)</selected>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ </control>
+ <control type="radiobutton" id="208">
+ <description>enable weather info</description>
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>20084</label>
+ <onclick>Skin.ToggleSetting(homepageWeatherinfo)</onclick>
+ <selected>!Skin.HasSetting(homepageWeatherinfo)</selected>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ </control>
+ <control type="radiobutton" id="209">
+ <description>enable System info</description>
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>20085</label>
+ <onclick>Skin.ToggleSetting(homepageSysteminfo)</onclick>
+ <selected>!Skin.HasSetting(homepageSysteminfo)</selected>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Skin.String(SkinSettings,3)</visible>
+ <control type="label">
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>950</width>
+ <height>45</height>
+ <font>font18</font>
+ <label>31109</label>
+ <textcolor>dialogheader</textcolor>
+ <align>center</align>
+ </control>
+ <control type="list" id="9003">
+ <posx>300</posx>
+ <posy>175</posy>
+ <width>345</width>
+ <height>720</height>
+ <onleft>9000</onleft>
+ <onright>300</onright>
+ <onup>9003</onup>
+ <ondown>9003</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>0</scrolltime>
+ <itemlayout height="40" width="345">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>345</width>
+ <height>38</height>
+ <texture border="7">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>325</width>
+ <height>40</height>
+ <font>font13</font>
+ <textcolor>grey</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>[B]$INFO[ListItem.Label][/B]</label>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40" width="345">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>345</width>
+ <height>38</height>
+ <texture border="7">button-nofocus.png</texture>
+ <visible>!Control.HasFocus(9003)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>345</width>
+ <height>38</height>
+ <texture border="7">button-focus.png</texture>
+ <visible>Control.HasFocus(9003)</visible>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>325</width>
+ <height>40</height>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>[B]$INFO[ListItem.Label][/B]</label>
+ </control>
+ </focusedlayout>
+ <content>
+ <item id="1">
+ <label>3</label>
+ <onclick>-</onclick>
+ <icon>special://skin/backgrounds/videos.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Video_Folder)]</thumb>
+ </item>
+ <item id="2">
+ <label>2</label>
+ <onclick>-</onclick>
+ <icon>special://skin/backgrounds/music.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Music_Folder)]</thumb>
+ </item>
+ <item id="3">
+ <label>1</label>
+ <onclick>-</onclick>
+ <icon>special://skin/backgrounds/pictures.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Pictures_Folder)]</thumb>
+ </item>
+ <item id="4">
+ <label>0</label>
+ <onclick>-</onclick>
+ <icon>special://skin/backgrounds/programs.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Programs_Folder)]</thumb>
+ <visible>Skin.HasSetting(ProgramsInHome)</visible>
+ </item>
+ <item id="5">
+ <label>8</label>
+ <onclick>-</onclick>
+ <icon>special://skin/backgrounds/weather.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Weather_Folder)]</thumb>
+ </item>
+ <item id="6">
+ <label>247</label>
+ <onclick>-</onclick>
+ <icon>special://skin/backgrounds/scripts.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Scripts_Folder)]</thumb>
+ </item>
+ <item id="7">
+ <label>5</label>
+ <onclick>-</onclick>
+ <icon>special://skin/backgrounds/settings.jpg</icon>
+ <thumb>$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</thumb>
+ </item>
+ </content>
+ </control>
+ <control type="image">
+ <posx>670</posx>
+ <posy>175</posy>
+ <width>580</width>
+ <height>35</height>
+ <texture>Button_Side_NoFocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>680</posx>
+ <posy>175</posy>
+ <width>560</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <label>$INFO[Container(9003).ListItem.label] $LOCALIZE[31110]</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="image">
+ <posx>670</posx>
+ <posy>210</posy>
+ <width>580</width>
+ <height>430</height>
+ <colordiffuse>66FFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ </control>
+ <control type="group">
+ <posx>680</posx>
+ <posy>215</posy>
+ <visible>Container(9003).HasFocus(1)</visible>
+ <control type="button" id="300">
+ <description>Single Image button</description>
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31113</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetImage(Home_Custom_Back_Video_Folder)</onclick>
+ <onleft>9003</onleft>
+ <onright>301</onright>
+ <onup>300</onup>
+ <ondown>300</ondown>
+ </control>
+ <control type="button" id="301">
+ <description>Multi Image button</description>
+ <posx>190</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31114</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetPath(Home_Custom_Back_Video_Folder)</onclick>
+ <onleft>300</onleft>
+ <onright>302</onright>
+ <onup>301</onup>
+ <ondown>301</ondown>
+ </control>
+ <control type="button" id="302">
+ <description>Default Image button</description>
+ <posx>375</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>571</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.Reset(Home_Custom_Back_Video_Folder)</onclick>
+ <onleft>301</onleft>
+ <onright>9000</onright>
+ <onup>302</onup>
+ <ondown>302</ondown>
+ </control>
+ </control>
+ <control type="group">
+ <posx>680</posx>
+ <posy>215</posy>
+ <visible>Container(9003).HasFocus(2)</visible>
+ <control type="button" id="300">
+ <description>Single Image button</description>
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31113</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetImage(Home_Custom_Back_Music_Folder)</onclick>
+ <onleft>9003</onleft>
+ <onright>301</onright>
+ <onup>300</onup>
+ <ondown>300</ondown>
+ </control>
+ <control type="button" id="301">
+ <description>Multi Image button</description>
+ <posx>190</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31114</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetPath(Home_Custom_Back_Music_Folder)</onclick>
+ <onleft>300</onleft>
+ <onright>302</onright>
+ <onup>301</onup>
+ <ondown>301</ondown>
+ </control>
+ <control type="button" id="302">
+ <description>Default Image button</description>
+ <posx>375</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>571</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.Reset(Home_Custom_Back_Music_Folder)</onclick>
+ <onleft>301</onleft>
+ <onright>9000</onright>
+ <onup>302</onup>
+ <ondown>302</ondown>
+ </control>
+ </control>
+ <control type="group">
+ <posx>680</posx>
+ <posy>215</posy>
+ <visible>Container(9003).HasFocus(3)</visible>
+ <control type="button" id="300">
+ <description>Single Image button</description>
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31113</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetImage(Home_Custom_Back_Pictures_Folder)</onclick>
+ <onleft>9003</onleft>
+ <onright>301</onright>
+ <onup>300</onup>
+ <ondown>300</ondown>
+ </control>
+ <control type="button" id="301">
+ <description>Multi Image button</description>
+ <posx>190</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31114</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetPath(Home_Custom_Back_Pictures_Folder)</onclick>
+ <onleft>300</onleft>
+ <onright>302</onright>
+ <onup>301</onup>
+ <ondown>301</ondown>
+ </control>
+ <control type="button" id="302">
+ <description>Default Image button</description>
+ <posx>375</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>571</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.Reset(Home_Custom_Back_Pictures_Folder)</onclick>
+ <onleft>301</onleft>
+ <onright>9000</onright>
+ <onup>302</onup>
+ <ondown>302</ondown>
+ </control>
+ </control>
+ <control type="group">
+ <posx>680</posx>
+ <posy>215</posy>
+ <visible>Container(9003).HasFocus(4)</visible>
+ <control type="button" id="300">
+ <description>Single Image button</description>
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31113</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetImage(Home_Custom_Back_Programs_Folder)</onclick>
+ <onleft>9003</onleft>
+ <onright>301</onright>
+ <onup>300</onup>
+ <ondown>300</ondown>
+ </control>
+ <control type="button" id="301">
+ <description>Multi Image button</description>
+ <posx>190</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31114</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetPath(Home_Custom_Back_Programs_Folder)</onclick>
+ <onleft>300</onleft>
+ <onright>302</onright>
+ <onup>301</onup>
+ <ondown>301</ondown>
+ </control>
+ <control type="button" id="302">
+ <description>Default Image button</description>
+ <posx>375</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>571</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.Reset(Home_Custom_Back_Programs_Folder)</onclick>
+ <onleft>301</onleft>
+ <onright>9000</onright>
+ <onup>302</onup>
+ <ondown>302</ondown>
+ </control>
+ </control>
+ <control type="group">
+ <posx>680</posx>
+ <posy>215</posy>
+ <visible>Container(9003).HasFocus(5)</visible>
+ <control type="button" id="300">
+ <description>Single Image button</description>
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31113</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetImage(Home_Custom_Back_Weather_Folder)</onclick>
+ <onleft>9003</onleft>
+ <onright>301</onright>
+ <onup>300</onup>
+ <ondown>300</ondown>
+ </control>
+ <control type="button" id="301">
+ <description>Multi Image button</description>
+ <posx>190</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31114</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetPath(Home_Custom_Back_Weather_Folder)</onclick>
+ <onleft>300</onleft>
+ <onright>302</onright>
+ <onup>301</onup>
+ <ondown>301</ondown>
+ </control>
+ <control type="button" id="302">
+ <description>Default Image button</description>
+ <posx>375</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>571</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.Reset(Home_Custom_Back_Weather_Folder)</onclick>
+ <onleft>301</onleft>
+ <onright>9000</onright>
+ <onup>302</onup>
+ <ondown>302</ondown>
+ </control>
+ </control>
+ <control type="group">
+ <posx>680</posx>
+ <posy>215</posy>
+ <visible>Container(9003).HasFocus(6)</visible>
+ <control type="button" id="300">
+ <description>Single Image button</description>
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31113</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetImage(Home_Custom_Back_Scripts_Folder)</onclick>
+ <onleft>9003</onleft>
+ <onright>301</onright>
+ <onup>300</onup>
+ <ondown>300</ondown>
+ </control>
+ <control type="button" id="301">
+ <description>Multi Image button</description>
+ <posx>190</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31114</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetPath(Home_Custom_Back_Scripts_Folder)</onclick>
+ <onleft>300</onleft>
+ <onright>302</onright>
+ <onup>301</onup>
+ <ondown>301</ondown>
+ </control>
+ <control type="button" id="302">
+ <description>Default Image button</description>
+ <posx>375</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>571</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.Reset(Home_Custom_Back_Scripts_Folder)</onclick>
+ <onleft>301</onleft>
+ <onright>9000</onright>
+ <onup>302</onup>
+ <ondown>302</ondown>
+ </control>
+ </control>
+ <control type="group">
+ <posx>680</posx>
+ <posy>215</posy>
+ <visible>Container(9003).HasFocus(7)</visible>
+ <control type="button" id="300">
+ <description>Single Image button</description>
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31113</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetImage(Home_Custom_Back_Settings_Folder)</onclick>
+ <onleft>9003</onleft>
+ <onright>301</onright>
+ <onup>300</onup>
+ <ondown>300</ondown>
+ </control>
+ <control type="button" id="301">
+ <description>Multi Image button</description>
+ <posx>190</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>31114</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.SetPath(Home_Custom_Back_Settings_Folder)</onclick>
+ <onleft>300</onleft>
+ <onright>302</onright>
+ <onup>301</onup>
+ <ondown>301</ondown>
+ </control>
+ <control type="button" id="302">
+ <description>Default Image button</description>
+ <posx>375</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>35</height>
+ <label>571</label>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <align>center</align>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <onclick>Skin.Reset(Home_Custom_Back_Settings_Folder)</onclick>
+ <onleft>301</onleft>
+ <onright>9000</onright>
+ <onup>302</onup>
+ <ondown>302</ondown>
+ </control>
+ </control>
+ <control type="label">
+ <posx>680</posx>
+ <posy>260</posy>
+ <width>560</width>
+ <height>20</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <haspath>true</haspath>
+ <label fallback="571">$INFO[Container(9003).ListItem.Thumb]</label>
+ <textcolor>green</textcolor>
+ </control>
+ <control type="multiimage">
+ <posx>680</posx>
+ <posy>295</posy>
+ <width>560</width>
+ <height>335</height>
+ <imagepath background="true">$INFO[Container(9003).ListItem.Icon]</imagepath>
+ <timeperimage>6000</timeperimage>
+ <randomize>true</randomize>
+ <fadetime>500</fadetime>
+ </control>
+ </control>
+ <control type="grouplist" id="9004">
+ <visible>Skin.String(SkinSettings,4)</visible>
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>950</width>
+ <height>510</height>
+ <itemgap>2</itemgap>
+ <pagecontrol>-</pagecontrol>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>9004</onup>
+ <ondown>9004</ondown>
+ <control type="label" id="400">
+ <width>950</width>
+ <height>45</height>
+ <font>font18</font>
+ <label>31200</label>
+ <textcolor>dialogheader</textcolor>
+ <align>center</align>
+ </control>
+ <control type="radiobutton" id="401">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>$LOCALIZE[31208]</label>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <onclick>Skin.ToggleSetting(LyricScript_Enable)</onclick>
+ <selected>Skin.HasSetting(LyricScript_Enable)</selected>
+ </control>
+ <control type="button" id="402">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>- $LOCALIZE[31204]</label>
+ <label2>[COLOR=green]$INFO[Skin.String(LyricScript_Path)][/COLOR]</label2>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <onclick>Skin.SetFile(LyricScript_Path,.py)</onclick>
+ <enable>Skin.HasSetting(LyricScript_Enable)</enable>
+ </control>
+ <control type="image" id="403">
+ <width>950</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="radiobutton" id="404">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>$LOCALIZE[31209] [B]$LOCALIZE[8][/B]</label>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <onclick>Skin.ToggleSetting(WeatherScript_Enable)</onclick>
+ <selected>Skin.HasSetting(WeatherScript_Enable)</selected>
+ </control>
+ <control type="button" id="405">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>- $LOCALIZE[31203]</label>
+ <label2>[COLOR=green]$INFO[Skin.String(WeatherScript_Label)][/COLOR]</label2>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <onclick>Skin.SetString(WeatherScript_Label)</onclick>
+ <enable>Skin.HasSetting(WeatherScript_Enable)</enable>
+ </control>
+ <control type="button" id="406">
+ <width>950</width>
+ <height>35</height>
+ <font>font12</font>
+ <label>- $LOCALIZE[31204]</label>
+ <label2>[COLOR=green]$INFO[Skin.String(WeatherScript_Path)][/COLOR]</label2>
+ <textcolor>grey2</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="7">list-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureradioon>radiobutton-focus-2.png</textureradioon>
+ <onclick>Skin.SetFile(WeatherScript_Path,.py)</onclick>
+ <enable>Skin.HasSetting(WeatherScript_Enable)</enable>
+ </control>
+ <control type="image" id="407">
+ <width>950</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <include>CommonNowPlaying</include>
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <control type="button" id="20">
+ <description>General Options</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>128</label>
+ <onfocus>Skin.SetString(SkinSettings,1)</onfocus>
+ <onleft>9001</onleft>
+ <onright>9001</onright>
+ <onup>23</onup>
+ <ondown>21</ondown>
+ </control>
+ <control type="button" id="21">
+ <description>Home Window Options</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>513</label>
+ <onfocus>Skin.SetString(SkinSettings,2)</onfocus>
+ <onleft>9002</onleft>
+ <onright>9002</onright>
+ <onup>20</onup>
+ <ondown>22</ondown>
+ <pulseonselect>no</pulseonselect>
+ <visible>true</visible>
+ </control>
+ <control type="button" id="22">
+ <description>Backgrounds Options</description>
+ <posx>0</posx>
+ <posy>90</posy>
+ <include>ButtonCommonValues</include>
+ <label>31102</label>
+ <onfocus>Skin.SetString(SkinSettings,3)</onfocus>
+ <onclick>SetFocus(8000)</onclick>
+ <onleft>9003</onleft>
+ <onright>9003</onright>
+ <onup>21</onup>
+ <ondown>23</ondown>
+ </control>
+ <control type="button" id="23">
+ <description>Scripts Custom</description>
+ <posx>0</posx>
+ <posy>135</posy>
+ <include>ButtonCommonValues</include>
+ <label>10020</label>
+ <onfocus>Skin.SetString(SkinSettings,4)</onfocus>
+ <onleft>9004</onleft>
+ <onright>9004</onright>
+ <onup>22</onup>
+ <ondown>20</ondown>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[20077]</label>
+ </control>
+ </controls>
+</window> diff --git a/skin/PM3.HD/720p/defaults.xml b/skin/PM3.HD/720p/defaults.xml new file mode 100644 index 0000000000..26d60867e6 --- /dev/null +++ b/skin/PM3.HD/720p/defaults.xml @@ -0,0 +1,200 @@ +<includes>
+ <default type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <texture>-</texture>
+ <colorkey>0</colorkey>
+ </default>
+ <default type="label">
+ <posx>80</posx>
+ <posy>60</posy>
+ <label>-</label>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ </default>
+ <default type="fadelabel">
+ <posx>80</posx>
+ <posy>60</posy>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ </default>
+ <default type="button">
+ <posx>300</posx>
+ <posy>200</posy>
+ <width>300</width>
+ <height>42</height>
+ <texturefocus>button-focus.png</texturefocus>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ <disabledcolor>grey3</disabledcolor>
+ <textoffsetx>7</textoffsetx>
+ <aligny>center</aligny>
+ <pulseonselect>no</pulseonselect>
+ </default>
+ <default type="togglebutton">
+ <posx>140</posx>
+ <posy>167</posy>
+ <width>20</width>
+ <height>20</height>
+ <texturefocus>scroll-up-focus.png</texturefocus>
+ <texturenofocus>scroll-up.png</texturenofocus>
+ <alttexturefocus>scroll-down-focus.png</alttexturefocus>
+ <alttexturenofocus>scroll-down.png</alttexturenofocus>
+ <textcolor>white</textcolor>
+ <label>-</label>
+ <font>font13</font>
+ <disabledcolor>grey3</disabledcolor>
+ <pulseonselect>no</pulseonselect>
+ </default>
+ <default type="textbox">
+ <posx>220</posx>
+ <posy>220</posy>
+ <width>410</width>
+ <height>215</height>
+ <spinwidth>18</spinwidth>
+ <spinheight>16</spinheight>
+ <spinposx>410</spinposx>
+ <spinposy>305</spinposy>
+ <spincolor>white</spincolor>
+ <spinfont>font13</spinfont>
+ <textcolor>white</textcolor>
+ <textureup>scroll-up.png</textureup>
+ <texturedown>scroll-down.png</texturedown>
+ <textureupfocus>scroll-up-focus.png</textureupfocus>
+ <texturedownfocus>scroll-down-focus.png</texturedownfocus>
+ <font>font13</font>
+ </default>
+ <default type="progress">
+ <posx>100</posx>
+ <posy>325</posy>
+ <texturebg border="4,0,4,0">ProgressBack.png</texturebg>
+ <lefttexture>-</lefttexture>
+ <midtexture border="4,0,4,0">ProgressFront.png</midtexture>
+ <righttexture>-</righttexture>
+ <overlaytexture>-</overlaytexture>
+ </default>
+ <default type="spincontrol">
+ <posx>330</posx>
+ <posy>126</posy>
+ <textureup>scroll-up-2.png</textureup>
+ <texturedown>scroll-down-2.png</texturedown>
+ <textureupfocus>scroll-up-focus-2.png</textureupfocus>
+ <texturedownfocus>scroll-down-focus-2.png</texturedownfocus>
+ <align>right</align>
+ <width>33</width>
+ <height>22</height>
+ <font>font13</font>
+ <reverse>yes</reverse>
+ <textcolor>white</textcolor>
+ <disabledcolor>grey3</disabledcolor>
+ <subtype>text</subtype>
+ <textoffsetx>-5</textoffsetx>
+ <textoffsety>0</textoffsety>
+ <aligny>-</aligny>
+ <pulseonselect>no</pulseonselect>
+ </default>
+ <default type="spincontrolex">
+ <posx>530</posx>
+ <posy>160</posy>
+ <width>300</width>
+ <height>42</height>
+ <spinwidth>33</spinwidth>
+ <spinheight>22</spinheight>
+ <texturefocus>button-focus.png</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <textureup>scroll-up-2.png</textureup>
+ <texturedown>scroll-down-2.png</texturedown>
+ <textureupfocus>scroll-up-focus-2.png</textureupfocus>
+ <texturedownfocus>scroll-down-focus-2.png</texturedownfocus>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ <disabledcolor>grey3</disabledcolor>
+ <textoffsetx>7</textoffsetx>
+ <aligny>center</aligny>
+ <reverse>yes</reverse>
+ <pulseonselect>no</pulseonselect>
+ </default>
+ <default type="radiobutton">
+ <posx>300</posx>
+ <posy>200</posy>
+ <width>300</width>
+ <height>42</height>
+ <radiowidth>24</radiowidth>
+ <radioheight>24</radioheight>
+ <textureradioon>radiobutton-focus.png</textureradioon>
+ <textureradiooff>radiobutton-nofocus.png</textureradiooff>
+ <texturefocus>button-focus.png</texturefocus>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ <label>215</label>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ <disabledcolor>grey3</disabledcolor>
+ <textoffsetx>7</textoffsetx>
+ <aligny>center</aligny>
+ </default>
+ <default type="selectbutton">
+ <posx>490</posx>
+ <posy>335</posy>
+ <width>300</width>
+ <height>50</height>
+ <label>-</label>
+ <font>font12</font>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <texturebg>button-focus.png</texturebg>
+ <textureleft>scroll-left.png</textureleft>
+ <textureleftfocus>scroll-left-focus.png</textureleftfocus>
+ <textureright>scroll-right.png</textureright>
+ <texturerightfocus>scroll-right-focus.png</texturerightfocus>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ <disabledcolor>grey3</disabledcolor>
+ <aligny>center</aligny>
+ </default>
+ <default type="slider">
+ <controloffsetx>75</controloffsetx>
+ <controloffsety>0</controloffsety>
+ </default>
+ <default type="sliderex">
+ <height>35</height>
+ <textoffsetx>7</textoffsetx>
+ <aligny>center</aligny>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <sliderwidth>150</sliderwidth>
+ <sliderheight>20</sliderheight>
+ <texturesliderbar>osd_slider_bg.png</texturesliderbar>
+ <textureslidernib>osd_slider_nibNF.png</textureslidernib>
+ <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <disabledcolor>grey3</disabledcolor>
+ </default>
+ <default type="mover">
+ <posx>60</posx>
+ <posy>192</posy>
+ <texturefocus>button-focus.png</texturefocus>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ </default>
+ <default type="resize">
+ <posx>60</posx>
+ <posy>192</posy>
+ <texturefocus>button-focus.png</texturefocus>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ </default>
+ <default type="edit">
+ <posx>300</posx>
+ <posy>200</posy>
+ <width>300</width>
+ <height>42</height>
+ <texturefocus>button-focus.png</texturefocus>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ <font>font13</font>
+ <textcolor>white</textcolor>
+ <disabledcolor>grey3</disabledcolor>
+ <textoffsetx>7</textoffsetx>
+ <aligny>center</aligny>
+ <pulseonselect>no</pulseonselect>
+ </default>
+</includes> diff --git a/skin/PM3.HD/720p/includes.xml b/skin/PM3.HD/720p/includes.xml new file mode 100644 index 0000000000..6f5cfeee27 --- /dev/null +++ b/skin/PM3.HD/720p/includes.xml @@ -0,0 +1,672 @@ +<includes>
+ <include file="defaults.xml" />
+ <include file="IncludesCodecFlagging.xml" />
+ <include file="ViewsVideoLibrary.xml" />
+ <include file="ViewsMusicLibrary.xml" />
+ <include file="ViewsFileMode.xml" />
+ <include file="Views3dCoverView.xml" />
+
+ <constant name="FanartCrossfadeTime">600</constant>
+ <constant name="IconCrossfadeTime">400</constant>
+
+ <include name="CommonBackground">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>720</height>
+ <texture>Background.png</texture>
+ </control>
+ </include>
+ <include name="ContentPanel">
+ <control type="image">
+ <posx>265</posx>
+ <posy>100</posy>
+ <width>1015</width>
+ <height>580</height>
+ <texture border="50,0,0,45">Panel.png</texture>
+ </control>
+ </include>
+ <include name="WindowTitleCommons">
+ <posx>110</posx>
+ <posy>50</posy>
+ <width>1060</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <scroll>false</scroll>
+ <align>left</align>
+ <aligny>center</aligny>
+ <include>Window_OpenClose_Animation</include>
+ </include>
+ <include name="CommonNowPlaying_Controls">
+ <visible>[Player.HasAudio | Player.HasVideo]</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <description>Unfocus Background</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>280</width>
+ <height>44</height>
+ <texture border="32,0,0,0">Button_Side_NoFocus.png</texture>
+ <visible>!ControlGroup(9005).HasFocus</visible>
+ </control>
+ <control type="image">
+ <description>Focus Background</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>280</width>
+ <height>44</height>
+ <texture border="32,0,0,0">Button_Side_Focus.png</texture>
+ <visible>ControlGroup(9005).HasFocus</visible>
+ <animation effect="fade" start="100" end="70" time="900" pulse="true" condition="ControlGroup(9005).HasFocus">conditional</animation>
+ </control>
+ <control type="group" id="9005">
+ <posx>38</posx>
+ <posy>6</posy>
+ <control type="image">
+ <description>Button background image</description>
+ <posx>-5</posx>
+ <posy>-2</posy>
+ <width>234</width>
+ <height>36</height>
+ <texture border="3">black-back2.png</texture>
+ </control>
+ <control type="button" id="600">
+ <posx>0</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-PrevFO.png</texturefocus>
+ <texturenofocus>PlayerControls-PrevNF.png</texturenofocus>
+ <onleft>50</onleft>
+ <onright>601</onright>
+ <onup>610</onup>
+ <ondown>607</ondown>
+ <onclick>XBMC.PlayerControl(Previous)</onclick>
+ </control>
+ <control type="button" id="601">
+ <posx>32</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-StopFO.png</texturefocus>
+ <texturenofocus>PlayerControls-StopNF.png</texturenofocus>
+ <onleft>600</onleft>
+ <onright>603</onright>
+ <onup>610</onup>
+ <ondown>607</ondown>
+ <onclick>Up</onclick>
+ <onclick>XBMC.PlayerControl(Stop)</onclick>
+ </control>
+ <control type="togglebutton" id="603">
+ <posx>64</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-PauseFO.png</texturefocus>
+ <texturenofocus>PlayerControls-PauseNF.png</texturenofocus>
+ <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
+ <alttexturefocus>PlayerControls-PlayFO.png</alttexturefocus>
+ <alttexturenofocus>PlayerControls-PlayNF.png</alttexturenofocus>
+ <onleft>601</onleft>
+ <onright>602</onright>
+ <onup>610</onup>
+ <ondown>607</ondown>
+ <onclick>XBMC.PlayerControl(Play)</onclick>
+ </control>
+ <control type="button" id="602">
+ <posx>96</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-NextFO.png</texturefocus>
+ <texturenofocus>PlayerControls-NextNF.png</texturenofocus>
+ <onleft>603</onleft>
+ <onright>604</onright>
+ <onup>610</onup>
+ <ondown>607</ondown>
+ <onclick>XBMC.PlayerControl(Next)</onclick>
+ </control>
+ <control type="button" id="604">
+ <posx>128</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <label>-</label>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onclick>XBMC.PlayerControl(Repeat)</onclick>
+ <onleft>602</onleft>
+ <onright>605</onright>
+ <onup>610</onup>
+ <ondown>607</ondown>
+ </control>
+ <control type="image">
+ <posx>128</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <texture>PlayerControls-RepeatNF.png</texture>
+ <visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne</visible>
+ <visible>!Control.HasFocus(604)</visible>
+ </control>
+ <control type="image">
+ <posx>128</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <texture>PlayerControls-RepeatFO.png</texture>
+ <visible>!Playlist.IsRepeat + !Playlist.IsRepeatOne</visible>
+ <visible>Control.HasFocus(604)</visible>
+ </control>
+ <control type="image">
+ <posx>128</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <texture>PlayerControls-RepeatOneNF.png</texture>
+ <visible>Playlist.IsRepeatOne</visible>
+ <visible>!Control.HasFocus(604)</visible>
+ </control>
+ <control type="image">
+ <posx>128</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <texture>PlayerControls-RepeatOneFO.png</texture>
+ <visible>Playlist.IsRepeatOne</visible>
+ <visible>Control.HasFocus(604)</visible>
+ </control>
+ <control type="image">
+ <posx>128</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <texture>PlayerControls-RepeatAllNF.png</texture>
+ <visible>Playlist.IsRepeat</visible>
+ <visible>!Control.HasFocus(604)</visible>
+ </control>
+ <control type="image">
+ <posx>128</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <texture>PlayerControls-RepeatAllFO.png</texture>
+ <visible>Playlist.IsRepeat</visible>
+ <visible>Control.HasFocus(604)</visible>
+ </control>
+ <control type="togglebutton" id="605">
+ <posx>160</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-RandomFO_2.png</texturefocus>
+ <texturenofocus>PlayerControls-RandomNF_2.png</texturenofocus>
+ <usealttexture>Playlist.IsRandom</usealttexture>
+ <alttexturefocus>PlayerControls-RandomOnFO_2.png</alttexturefocus>
+ <alttexturenofocus>PlayerControls-RandomOnNF_2.png</alttexturenofocus>
+ <onclick>XBMC.PlayerControl(Random)</onclick>
+ <onleft>604</onleft>
+ <onright>606</onright>
+ <onup>610</onup>
+ <ondown>607</ondown>
+ </control>
+ <control type="button" id="606">
+ <posx>192</posx>
+ <posy>2</posy>
+ <width>32</width>
+ <height>28</height>
+ <label>-</label>
+ <texturefocus>PlayerControls-FullScreenFO.png</texturefocus>
+ <texturenofocus>PlayerControls-FullScreenNF.png</texturenofocus>
+ <onleft>605</onleft>
+ <onright>50</onright>
+ <onup>610</onup>
+ <ondown>607</ondown>
+ <onclick>FullScreen</onclick>
+ </control>
+ </control>
+ <control type="group">
+ <description>LastFM Love Hate Stuff</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <visible>LastFM.RadioPlaying</visible>
+ <control type="image">
+ <description>Unfocus Background</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>280</width>
+ <height>44</height>
+ <texture border="32,0,0,0">Button_Side_NoFocus.png</texture>
+ <visible>!Control.HasFocus(607) + !Control.HasFocus(608)</visible>
+ </control>
+ <control type="image">
+ <description>Focus Background</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>280</width>
+ <height>44</height>
+ <texture border="32,0,0,0">Button_Side_Focus.png</texture>
+ <visible>Control.HasFocus(607) | Control.HasFocus(608)</visible>
+ <animation effect="fade" start="100" end="70" time="900" pulse="true" condition="Control.HasFocus(607) | Control.HasFocus(608)">conditional</animation>
+ </control>
+ <control type="label">
+ <description>LastFM Label</description>
+ <posx>35</posx>
+ <posy>0</posy>
+ <width>165</width>
+ <height>44</height>
+ <aligny>center</aligny>
+ <label>15200</label>
+ </control>
+ <control type="button" id="607">
+ <description>Love button</description>
+ <posx>200</posx>
+ <posy>7</posy>
+ <height>30</height>
+ <width>30</width>
+ <font>font13</font>
+ <texturefocus>lastfm-love-focus.png</texturefocus>
+ <texturenofocus>lastfm-love-nofocus.png</texturenofocus>
+ <onclick>XBMC.LastFM.Love</onclick>
+ <aspectratio align="right">keep</aspectratio>
+ <pulseonselect>false</pulseonselect>
+ <animation effect="zoom" start="100" end="120" center="auto" time="100">focus</animation>
+ <animation effect="zoom" start="120" end="100" center="auto" time="100">unfocus</animation>
+ <onleft>50</onleft>
+ <onright>608</onright>
+ <onup>603</onup>
+ <ondown>611</ondown>
+ </control>
+ <control type="button" id="608">
+ <description>Hate button</description>
+ <posx>235</posx>
+ <posy>7</posy>
+ <height>30</height>
+ <width>30</width>
+ <texturefocus>lastfm-hate-focus.png</texturefocus>
+ <texturenofocus>lastfm-hate-nofocus.png</texturenofocus>
+ <onclick>XBMC.LastFM.Ban</onclick>
+ <aspectratio align="right">keep</aspectratio>
+ <pulseonselect>false</pulseonselect>
+ <animation effect="zoom" start="100" end="120" center="auto" time="100">focus</animation>
+ <animation effect="zoom" start="120" end="100" center="auto" time="100">unfocus</animation>
+ <onleft>607</onleft>
+ <onright>50</onright>
+ <onup>603</onup>
+ <ondown>611</ondown>
+ </control>
+ </control>
+ </include>
+ <include name="CommonNowPlaying">
+ <control type="group">
+ <posx>10</posx>
+ <posy>450</posy>
+ <visible>Player.HasAudio</visible>
+ <visible>![Window.IsVisible(VideoLibrary) + Control.IsVisible(55)]</visible>
+ <visible>![Window.IsVisible(VideoLibrary) + Control.IsVisible(56)]</visible>
+ <visible>![Window.IsVisible(VideoLibrary) + Control.IsVisible(500)]</visible>
+ <visible>![Window.IsVisible(VideoFiles) + Control.IsVisible(500)]</visible>
+ <visible>![Window.IsVisible(MusicLibrary) + Control.IsVisible(500)]</visible>
+ <visible>![Window.IsVisible(MusicLibrary) + Control.IsVisible(55)]</visible>
+ <visible>![Window.IsVisible(MusicLibrary) + Control.IsVisible(56)]</visible>
+ <visible>![Window.IsVisible(MusicFiles) + Control.IsVisible(500)]</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>175</height>
+ <texture>$INFO[MusicPlayer.Cover]</texture>
+ <bordertexture border="3">black-back2.png</bordertexture>
+ <bordersize>5</bordersize>
+ <aspectratio align="left">keep</aspectratio>
+ <visible>!Window.IsVisible(MusicLibrary)</visible>
+ <visible>!Window.IsVisible(VideoLibrary)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>180</width>
+ <height>175</height>
+ <texture>$INFO[MusicPlayer.Cover]</texture>
+ <bordertexture border="3">black-back2.png</bordertexture>
+ <bordersize>5</bordersize>
+ <aspectratio align="left">keep</aspectratio>
+ <visible>Window.IsVisible(MusicLibrary) + !LastFM.RadioPlaying</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>45</posy>
+ <width>180</width>
+ <height>135</height>
+ <texture>$INFO[MusicPlayer.Cover]</texture>
+ <bordertexture border="3">black-back2.png</bordertexture>
+ <bordersize>5</bordersize>
+ <aspectratio align="left">keep</aspectratio>
+ <visible>Window.IsVisible(MusicLibrary) + LastFM.RadioPlaying</visible>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>180</posy>
+ <width>250</width>
+ <height>20</height>
+ <label>$INFO[MusicPlayer.Time]$INFO[MusicPlayer.Duration, - ]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ </control>
+ <control type="fadelabel">
+ <posx>5</posx>
+ <posy>203</posy>
+ <width>250</width>
+ <height>20</height>
+ <label>$INFO[MusicPlayer.Title]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scrollout>false</scrollout>
+ <pauseatend>2000</pauseatend>
+ </control>
+ <control type="fadelabel">
+ <posx>5</posx>
+ <posy>225</posy>
+ <width>250</width>
+ <height>20</height>
+ <label>$INFO[MusicPlayer.Artist]$INFO[MusicPlayer.Album, | ]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scrollout>false</scrollout>
+ <pauseatend>2000</pauseatend>
+ </control>
+ </control>
+ <control type="group">
+ <posx>10</posx>
+ <posy>450</posy>
+ <visible>Player.HasVideo</visible>
+ <visible>![Window.IsVisible(VideoLibrary) + Control.IsVisible(55)]</visible>
+ <visible>![Window.IsVisible(VideoLibrary) + Control.IsVisible(56)]</visible>
+ <visible>![Window.IsVisible(VideoLibrary) + Control.IsVisible(500)]</visible>
+ <visible>![Window.IsVisible(VideoFiles) + Control.IsVisible(500)]</visible>
+ <visible>![Window.IsVisible(MusicLibrary) + Control.IsVisible(500)]</visible>
+ <visible>![Window.IsVisible(MusicLibrary) + Control.IsVisible(55)]</visible>
+ <visible>![Window.IsVisible(MusicLibrary) + Control.IsVisible(56)]</visible>
+ <visible>![Window.IsVisible(MusicFiles) + Control.IsVisible(500)]</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <posx>0</posx>
+ <posy>10</posy>
+ <width>260</width>
+ <height>165</height>
+ <colordiffuse>AAFFFFFF</colordiffuse>
+ <texture>black-back.png</texture>
+ <visible>!Window.IsVisible(VideoLibrary)</visible>
+ </control>
+ <control type="videowindow">
+ <posx>5</posx>
+ <posy>15</posy>
+ <width>250</width>
+ <height>155</height>
+ <visible>!Window.IsVisible(VideoLibrary)</visible>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>180</posy>
+ <width>250</width>
+ <height>20</height>
+ <label>$INFO[VideoPlayer.Time]$INFO[Player.Duration, - ]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scroll>true</scroll>
+ </control>
+ <control type="fadelabel">
+ <posx>5</posx>
+ <posy>203</posy>
+ <width>250</width>
+ <height>20</height>
+ <label>$INFO[VideoPlayer.Title]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scrollout>false</scrollout>
+ <pauseatend>2000</pauseatend>
+ </control>
+ <control type="fadelabel">
+ <posx>5</posx>
+ <posy>225</posy>
+ <width>250</width>
+ <height>20</height>
+ <label>$INFO[VideoPlayer.TVShowTitle,, - ]$INFO[VideoPlayer.Season,,x]$INFO[VideoPlayer.Episode]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scrollout>false</scrollout>
+ <pauseatend>2000</pauseatend>
+ <visible>VideoPlayer.Content(Episodes)</visible>
+ </control>
+ <control type="fadelabel">
+ <posx>5</posx>
+ <posy>225</posy>
+ <width>250</width>
+ <height>20</height>
+ <label>$INFO[VideoPlayer.Year]$INFO[VideoPlayer.Director, | ]$INFO[VideoPlayer.Genre, | ]</label>
+ <align>left</align>
+ <aligny>center</aligny>
+ <font>font10</font>
+ <textcolor>white</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <scrollout>false</scrollout>
+ <pauseatend>2000</pauseatend>
+ <visible>VideoPlayer.Content(Movies)</visible>
+ </control>
+ </control>
+ </include>
+ <include name="CommonFileCount">
+ <control type="label">
+ <description>Page Count Label</description>
+ <posx>50r</posx>
+ <posy>38r</posy>
+ <width>500</width>
+ <height>20</height>
+ <font>font12b</font>
+ <textcolor>white</textcolor>
+ <scroll>false</scroll>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>($INFO[Container.NumItems]) $LOCALIZE[31025]$INFO[Container.TotalTime, - $LOCALIZE[180] (,)] - $LOCALIZE[31024] ($INFO[Container.CurrentPage]/$INFO[Container.NumPages])</label>
+ </control>
+ </include>
+ <include name="AllViewCommonPageControls">
+ <control type="scrollbar" id="60">
+ <posx>1255</posx>
+ <posy>130</posy>
+ <width>20</width>
+ <height>360</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>50</onleft>
+ <onright>9000</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ <visible>[Control.IsVisible(59) + Window.IsVisible(MusicFiles)] | [Control.IsVisible(59) + Window.IsVisible(MusicLibrary)] | [Control.IsVisible(59) + Window.IsVisible(MusicPlaylist)] | [Control.IsVisible(58) + Window.IsVisible(VideoLibrary)]</visible>
+ </control>
+ <control type="scrollbar" id="60">
+ <posx>1255</posx>
+ <posy>130</posy>
+ <width>20</width>
+ <height>510</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>50</onleft>
+ <onright>9000</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ <visible>!Control.IsVisible(57)</visible>
+ <visible>!Control.IsVisible(500)</visible>
+ <visible>![Control.IsVisible(59) + Window.IsVisible(MusicFiles)]</visible>
+ <visible>![Control.IsVisible(59) + Window.IsVisible(MusicLibrary)]</visible>
+ <visible>![Control.IsVisible(59) + Window.IsVisible(MusicPlaylist)]</visible>
+ <visible>![Control.IsVisible(58) + Window.IsVisible(VideoLibrary)]</visible>
+ <animation effect="slide" end="-410,0" time="0" condition="Control.IsVisible(51)">Conditional</animation>
+ </control>
+ </include>
+ <include name="ScrollOffsetLabel">
+ <control type="group">
+ <visible>Container.Scrolling</visible>
+ <animation effect="fade" time="100">Visible</animation>
+ <animation effect="fade" time="300">Hidden</animation>
+ <animation effect="slide" end="-200,0" time="0" condition="Control.IsVisible(51)">Conditional</animation>
+ <animation effect="slide" end="130,-50" time="0" condition="[Window.IsVisible(MusicFiles) | Window.IsVisible(Musiclibrary) | Window.IsVisible(MusicPlaylist)] + Control.IsVisible(59)">Conditional</animation>
+ <animation effect="slide" end="280,0" time="0" condition="Window.IsVisible(Videolibrary) + [Control.IsVisible(56) | Control.IsVisible(59)]">Conditional</animation>
+ <animation effect="slide" end="280,-80" time="0" condition="Window.IsVisible(Videolibrary) + Control.IsVisible(55)">Conditional</animation>
+ <animation effect="slide" end="130,-50" time="0" condition="Window.IsVisible(Videolibrary) + Control.IsVisible(58)">Conditional</animation>
+ <animation effect="slide" end="-130,0" time="0" condition="Window.IsVisible(Videolibrary) + Control.IsVisible(500)">Conditional</animation>
+ <animation effect="slide" end="-130,0" time="0" condition="Window.IsVisible(VideoFiles) + Control.IsVisible(500)">Conditional</animation>
+ <animation effect="slide" end="-130,0" time="0" condition="Window.IsVisible(Musiclibrary) + Control.IsVisible(500)">Conditional</animation>
+ <animation effect="slide" end="-130,0" time="0" condition="Window.IsVisible(MusicFiles) + Control.IsVisible(500)">Conditional</animation>
+ <posx>740</posx>
+ <posy>324</posy>
+ <width>330</width>
+ <height>232</height>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>70</width>
+ <height>70</height>
+ <texture border="10">black-back.png</texture>
+ </control>
+ <control type="label">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>70</width>
+ <height>70</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.SortLetter]</label>
+ <textcolor>white</textcolor>
+ <font>font13</font>
+ </control>
+ </control>
+ </include>
+ <include name="ButtonCommonValues">
+ <height>44</height>
+ <width>280</width>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <shadowcolor>black</shadowcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textoffsetx>35</textoffsetx>
+ <texturefocus border="32,0,0,0">Button_Side_Focus.png</texturefocus>
+ <texturenofocus border="32,0,0,0">Button_Side_NoFocus.png</texturenofocus>
+ <pulseonselect>true</pulseonselect>
+ </include>
+ <include name="ButtonHomeSubCommonValues">
+ <height>22</height>
+ <width>320</width>
+ <font>font12</font>
+ <align>center</align>
+ <aligny>center</aligny>
+ <textcolor>grey</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus>-</texturefocus>
+ <texturenofocus>-</texturenofocus>
+ <onleft>SetFocus(2)</onleft>
+ <onleft>Control.Move(2,-1)</onleft>
+ <onright>SetFocus(2)</onright>
+ <onright>Control.Move(2,1)</onright>
+ </include>
+ <include name="ButtonInfoDialogsCommonValues">
+ <height>30</height>
+ <width>200</width>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <shadowcolor>black</shadowcolor>
+ <align>center</align>
+ <aligny>center</aligny>
+ <texturefocus border="2">button-focus.png</texturefocus>
+ <texturenofocus border="2">button-nofocus.png</texturenofocus>
+ <pulseonselect>no</pulseonselect>
+ </include>
+ <include name="backgroundfade">
+ <animation effect="fade" time="600">Visible</animation>
+ <animation effect="fade" time="600">Hidden</animation>
+ </include>
+ <include name="Window_OpenClose_Animation">
+ <animation effect="fade" time="200">WindowOpen</animation>
+ <animation effect="fade" time="200">WindowClose</animation>
+ </include>
+ <include name="Window_OpenClose_Left_Panel_Animation">
+ <animation effect="fade" time="200" condition="Skin.HasSetting(Animate_Skin)">WindowOpen</animation>
+ <animation effect="fade" time="200" condition="Skin.HasSetting(Animate_Skin)">WindowClose</animation>
+ <animation effect="slide" start="-400,0" end="0,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin)">WindowOpen</animation>
+ <animation effect="slide" end="-400,0" start="0,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin)">WindowClose</animation>
+ </include>
+ <include name="Window_OpenClose_Right_Panel_Animation">
+ <animation effect="fade" time="200" condition="Skin.HasSetting(Animate_Skin)">WindowOpen</animation>
+ <animation effect="fade" time="200" condition="Skin.HasSetting(Animate_Skin)">WindowClose</animation>
+ <animation effect="slide" start="1030,0" end="0,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin)">WindowOpen</animation>
+ <animation effect="slide" end="1030,0" start="0,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin)">WindowClose</animation>
+ </include>
+ <include name="Window_OpenClose_Home_Panel_Animation">
+ <animation effect="fade" time="200" condition="Skin.HasSetting(Animate_Skin)">WindowOpen</animation>
+ <animation effect="fade" time="200" condition="Skin.HasSetting(Animate_Skin)">WindowClose</animation>
+ <animation effect="slide" start="-600,0" end="0,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin)">WindowOpen</animation>
+ <animation effect="slide" end="-600,0" start="0,0" time="300" tween="quadratic" easing="out" condition="!Skin.HasSetting(Animate_Skin)">WindowClose</animation>
+ </include>
+ <include name="dialogeffect">
+ <animation effect="fade" time="200">WindowOpen</animation>
+ <animation effect="fade" time="200">WindowClose</animation>
+ </include>
+ <include name="VisibleFadeEffect">
+ <animation effect="fade" time="200">Visible</animation>
+ <animation effect="fade" time="200">Hidden</animation>
+ </include>
+ <include name="homestatsinfo">
+ <animation effect="fade" time="200">VisibleChange</animation>
+ <animation effect="slide" time="0" start="0,0" end="0,-320" condition="[Player.HasAudio + !Skin.HasSetting(homepageMusicinfo)] | [Player.HasVideo + !Skin.HasSetting(homepageVideoinfo)]">Conditional</animation>
+ <animation effect="slide" time="300" start="700,0" end="0,0" acceleration="-1.1" delay="0" condition="!Skin.HasSetting(Animate_Skin)">WindowOpen</animation>
+ <animation effect="slide" time="300" start="0,0" end="700,0" acceleration="-1.3" delay="0" condition="!Skin.HasSetting(Animate_Skin)">WindowClose</animation>
+ </include>
+ <include name="homeaudioinfo">
+ <visible>Player.HasAudio + !Skin.HasSetting(homepageMusicinfo)</visible>
+ <animation effect="fade" time="200">VisibleChange</animation>
+ <animation effect="slide" time="300" start="700,0" end="0,0" acceleration="-1.1" delay="0" condition="!Skin.HasSetting(Animate_Skin)">WindowOpen</animation>
+ <animation effect="slide" time="300" start="0,0" end="700,0" acceleration="-1.3" delay="0" condition="!Skin.HasSetting(Animate_Skin)">WindowClose</animation>
+ </include>
+ <include name="homevideoinfo">
+ <visible>Player.HasVideo + !Skin.HasSetting(homepageVideoinfo)</visible>
+ <animation effect="fade" time="200">VisibleChange</animation>
+ <animation effect="slide" time="300" start="700,0" end="0,0" acceleration="-1.1" delay="0" condition="!Skin.HasSetting(Animate_Skin)">WindowOpen</animation>
+ <animation effect="slide" time="300" start="0,0" end="700,0" acceleration="-1.3" delay="0" condition="!Skin.HasSetting(Animate_Skin)">WindowClose</animation>
+ </include>
+</includes>
diff --git a/skin/PM3.HD/720p/script-Apple_Movie_Trailers-chooser.xml b/skin/PM3.HD/720p/script-Apple_Movie_Trailers-chooser.xml new file mode 100644 index 0000000000..4bfe723668 --- /dev/null +++ b/skin/PM3.HD/720p/script-Apple_Movie_Trailers-chooser.xml @@ -0,0 +1,226 @@ +<window>
+ <coordinates>
+ <system>1</system>
+ <posx>215</posx>
+ <posy>105</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>850</width>
+ <height>510</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>850</width>
+ <height>510</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="500">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>790</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>-</label>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>790</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <!-- skin selection controls -->
+ <!-- ** Required ** Do not change <description> or <type> -->
+ <control type="multiimage" id="501">
+ <posx>500</posx>
+ <posy>100</posy>
+ <width>310</width>
+ <height>315</height>
+ <imagepath>thumbs</imagepath>
+ <info>Skin.String(AMT-chooser-thumbfolder)</info>
+ <timeperimage>2000</timeperimage>
+ <fadetime>500</fadetime>
+ <visible>!Control.IsVisible(504) + !Control.IsVisible(505)</visible>
+ <aspectratio>keep</aspectratio>
+ </control>
+ <control type="textbox" id="505">
+ <posx>500</posx>
+ <posy>100</posy>
+ <width>310</width>
+ <height>315</height>
+ <font>font12</font>
+ <info>Container(503).ListItem.Label2</info>
+ </control>
+ <!-- ** Required ** Do not change <id> or <type> -->
+ <control type="list" id="503">
+ <posx>45</posx>
+ <posy>100</posy>
+ <width>450</width>
+ <height>320</height>
+ <onup>503</onup>
+ <onleft>503</onleft>
+ <onright>503</onright>
+ <ondown>503</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>450</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>430</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>450</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(503)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>450</width>
+ <height>35</height>
+ <visible>Control.HasFocus(503)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>430</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <description>Page label</description>
+ <posx>40</posx>
+ <posy>430</posy>
+ <width>450</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12b</font>
+ <label>($INFO[Container(503).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(503).CurrentPage]/$INFO[Container(503).NumPages])</label>
+ <visible>Control.IsVisible(503)</visible>
+ </control>
+ <!-- ** Required ** Do not change <description> -->
+ <control type="label" id="502">
+ <description>Chooser Warning Label</description>
+ <posx>500</posx>
+ <posy>430</posy>
+ <width>310</width>
+ <height>20</height>
+ <align>center</align>
+ <font>font12b</font>
+ <label>$LOCALIZE[SCRIPT231]</label>
+ </control>
+ <!-- ** Required ** Do not change <id> or <type> -->
+ <control type="list" id="504">
+ <posx>45</posx>
+ <posy>100</posy>
+ <width>760</width>
+ <height>320</height>
+ <onup>504</onup>
+ <onleft>504</onleft>
+ <onright>504</onright>
+ <ondown>504</ondown>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>760</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>740</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>760</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(504)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>760</width>
+ <height>35</height>
+ <visible>Control.HasFocus(504)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>740</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <description>Page label</description>
+ <posx>40</posx>
+ <posy>430</posy>
+ <width>760</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12b</font>
+ <label>($INFO[Container(504).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(504).CurrentPage]/$INFO[Container(504).NumPages])</label>
+ <visible>Control.IsVisible(504)</visible>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/script-Apple_Movie_Trailers-context.xml b/skin/PM3.HD/720p/script-Apple_Movie_Trailers-context.xml new file mode 100644 index 0000000000..c922416e55 --- /dev/null +++ b/skin/PM3.HD/720p/script-Apple_Movie_Trailers-context.xml @@ -0,0 +1,170 @@ +<window>
+ <defaultcontrol>1001</defaultcontrol>
+ <include>dialogeffect</include>
+ <coordinates>
+ <system>1</system>
+ <posx>0</posx>
+ <posy>0</posy>
+ </coordinates>
+ <controls>
+ <control type="image" id="997">
+ <description>background top image</description>
+ <posx>0</posx>
+ <posy>-50</posy>
+ <width>350</width>
+ <height>50</height>
+ <texture border="40,40,40,0">ContextMenu_Top.png</texture>
+ </control>
+ <control type="image" id="998">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <texture border="40,0,40,0">ContextMenu_Middle.png</texture>
+ </control>
+ <control type="image" id="999">
+ <description>background bottom image</description>
+ <posx>0</posx>
+ <width>350</width>
+ <height>50</height>
+ <texture border="40,0,40,40">ContextMenu_Bottom.png</texture>
+ </control>
+ <!-- ** Required ** Do not change <description> or <type> -->
+ <control type="button" id="1001">
+ <description>Context Menu Button1</description>
+ <posx>40</posx>
+ <posy>0</posy>
+ <width>267</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>center</align>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>1001</onleft>
+ <onright>1001</onright>
+ <onup>1008</onup>
+ <ondown>1002</ondown>
+ </control>
+ <control type="button" id="1002">
+ <description>Context Menu Button2</description>
+ <posx>40</posx>
+ <posy>0</posy>
+ <width>267</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>center</align>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>1002</onleft>
+ <onright>1002</onright>
+ <onup>1001</onup>
+ <ondown>1003</ondown>
+ </control>
+ <control type="button" id="1003">
+ <description>Context Menu Button3</description>
+ <posx>40</posx>
+ <posy>0</posy>
+ <width>267</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>center</align>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>1003</onleft>
+ <onright>1003</onright>
+ <onup>1002</onup>
+ <ondown>1004</ondown>
+ </control>
+ <control type="button" id="1004">
+ <description>Context Menu Button4</description>
+ <posx>40</posx>
+ <posy>0</posy>
+ <width>267</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>center</align>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>1004</onleft>
+ <onright>1004</onright>
+ <onup>1003</onup>
+ <ondown>1005</ondown>
+ </control>
+ <control type="button" id="1005">
+ <description>Context Menu Button5</description>
+ <posx>40</posx>
+ <posy>0</posy>
+ <width>267</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>center</align>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>1005</onleft>
+ <onright>1005</onright>
+ <onup>1004</onup>
+ <ondown>1006</ondown>
+ </control>
+ <control type="button" id="1006">
+ <description>Context Menu Button6</description>
+ <posx>40</posx>
+ <posy>0</posy>
+ <width>267</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>center</align>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>1006</onleft>
+ <onright>1006</onright>
+ <onup>1005</onup>
+ <ondown>1007</ondown>
+ </control>
+ <control type="button" id="1007">
+ <description>Context Menu Button7</description>
+ <posx>40</posx>
+ <posy>0</posy>
+ <width>267</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>center</align>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>1007</onleft>
+ <onright>1007</onright>
+ <onup>1006</onup>
+ <ondown>1008</ondown>
+ </control>
+ <control type="button" id="1008">
+ <description>Context Menu Button8</description>
+ <posx>40</posx>
+ <posy>0</posy>
+ <width>267</width>
+ <height>30</height>
+ <font>font12</font>
+ <align>center</align>
+ <textcolor>white</textcolor>
+ <focusedcolor>white</focusedcolor>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>1008</onleft>
+ <onright>1008</onright>
+ <onup>1007</onup>
+ <ondown>1001</ondown>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/script-Apple_Movie_Trailers-main.xml b/skin/PM3.HD/720p/script-Apple_Movie_Trailers-main.xml new file mode 100644 index 0000000000..096688ecf9 --- /dev/null +++ b/skin/PM3.HD/720p/script-Apple_Movie_Trailers-main.xml @@ -0,0 +1,747 @@ +<window>
+ <defaultcontrol>50</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <controls>
+ <include>CommonBackground</include>
+ <control type="group">
+ <include>Window_OpenClose_Right_Panel_Animation</include>
+ <!-- Trailer list controls -->
+ <!-- ** Required ** Do not change id or type-->
+ <include>ContentPanel</include>
+ <control type="group" id="3000">
+ <control type="group">
+ <posx>310</posx>
+ <posy>670</posy>
+ <visible>Control.IsVisible(50) | Control.IsVisible(51)</visible>
+ <control type="image" id="202">
+ <description>Trailer Rating</description>
+ <posx>0</posx>
+ <posy>5</posy>
+ <width>120</width>
+ <height>30</height>
+ <aspectratio>stretch</aspectratio>
+ </control>
+ <control type="image" id="203">
+ <description>Trailer Favorite Overlay</description>
+ <posx>140</posx>
+ <posy>0</posy>
+ <width>40</width>
+ <height>40</height>
+ <aspectratio>keep</aspectratio>
+ <texture>amt-overlay-favorite.png</texture>
+ </control>
+ <control type="image" id="204">
+ <description>Trailer Watched Overlay</description>
+ <posx>140</posx>
+ <posy>0</posy>
+ <width>40</width>
+ <height>40</height>
+ <aspectratio>keep</aspectratio>
+ <texture>amt-overlay-watched.png</texture>
+ <animation effect="slide" start="0,0" end="40,0" time="0" condition="Control.IsVisible(203)">Conditional</animation>
+ </control>
+ <control type="image" id="205">
+ <description>Trailer Saved Overlay</description>
+ <posx>140</posx>
+ <posy>0</posy>
+ <width>40</width>
+ <height>40</height>
+ <aspectratio>keep</aspectratio>
+ <texture>amt-overlay-saved.png</texture>
+ <animation effect="slide" start="0,0" end="40,0" time="0" condition="Control.IsVisible(203)">Conditional</animation>
+ <animation effect="slide" start="0,0" end="40,0" time="0" condition="Control.IsVisible(204)">Conditional</animation>
+ </control>
+ </control>
+ <control type="group">
+ <control type="list" id="50">
+ <posx>575</posx>
+ <posy>130</posy>
+ <width>675</width>
+ <height>360</height>
+ <onleft>9000</onleft>
+ <onright>2050</onright>
+ <onup>50</onup>
+ <ondown>50</ondown>
+ <viewtype label="544">list</viewtype>
+ <pagecontrol>2050</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="675">
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>660</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>665</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label2</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="675">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>675</width>
+ <height>30</height>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(50)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>660</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>665</posx>
+ <posy>0</posy>
+ <width>400</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <info>ListItem.Label2</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="group">
+ <posx>300</posx>
+ <posy>130</posy>
+ <visible>Control.IsVisible(50)</visible>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>270</width>
+ <height>360</height>
+ <aspectratio align="center" aligny="bottom">keep</aspectratio>
+ <texture>$INFO[ListItem.ActualIcon]</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>360</posy>
+ <width>270</width>
+ <height>360</height>
+ <aspectratio align="center" aligny="top">keep</aspectratio>
+ <texture flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.ActualIcon]</texture>
+ </control>
+ <control type="image">
+ <posx>225</posx>
+ <posy>325</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>370</posy>
+ <width>950</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ </control>
+ <control type="scrollbar" id="2050">
+ <posx>1255</posx>
+ <posy>130</posy>
+ <width>20</width>
+ <height>360</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>50</onleft>
+ <onright>2059</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ <visible>Control.IsVisible(50)</visible>
+ </control>
+ <control type="textbox">
+ <description>Description Value for Movies</description>
+ <posx>300</posx>
+ <posy>505</posy>
+ <width>945</width>
+ <height>135</height>
+ <font>font11</font>
+ <align>justify</align>
+ <textcolor>white</textcolor>
+ <pagecontrol>2059</pagecontrol>
+ <label>$INFO[ListItem.Plot]</label>
+ <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
+ <visible>Control.IsVisible(50)</visible>
+ <visible>!Skin.HasSetting(Show_AMT_Cast)</visible>
+ </control>
+ <control type="textbox">
+ <description>Description Value for Movies 2</description>
+ <posx>585</posx>
+ <posy>505</posy>
+ <width>660</width>
+ <height>135</height>
+ <font>font11</font>
+ <align>justify</align>
+ <textcolor>white</textcolor>
+ <pagecontrol>2059</pagecontrol>
+ <label>$INFO[ListItem.Plot]</label>
+ <autoscroll time="2000" delay="3000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
+ <visible>Control.IsVisible(50)</visible>
+ <visible>Skin.HasSetting(Show_AMT_Cast)</visible>
+ </control>
+ <control type="scrollbar" id="2059">
+ <posx>1255</posx>
+ <posy>505</posy>
+ <width>20</width>
+ <height>135</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>2050</onleft>
+ <onright>60</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ <visible>Control.IsVisible(50)</visible>
+ </control>
+ <control type="label">
+ <description>Page Count Label</description>
+ <posx>50r</posx>
+ <posy>38r</posy>
+ <width>500</width>
+ <height>20</height>
+ <font>font12b</font>
+ <textcolor>white</textcolor>
+ <scroll>false</scroll>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>($INFO[Container.NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container.CurrentPage]/$INFO[Container.NumPages])</label>
+ </control>
+ </control>
+ <control type="grouplist">
+ <visible>Control.IsVisible(51)</visible>
+ <posx>300</posx>
+ <posy>180</posy>
+ <width>970</width>
+ <height>460</height>
+ <onup>9000</onup>
+ <ondown>61</ondown>
+ <usecontrolcoords>true</usecontrolcoords>
+ <control type="wraplist" id="51">
+ <posx>-60</posx>
+ <posy>0</posy>
+ <width>1090</width>
+ <height>460</height>
+ <onleft>57</onleft>
+ <onright>57</onright>
+ <onup>9000</onup>
+ <ondown>2051</ondown>
+ <viewtype label="31028">list</viewtype>
+ <pagecontrol>2051</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <focusposition>2</focusposition>
+ <orientation>horizontal</orientation>
+ <hitrect x="376" y="0" w="218" h="310" />
+ <itemlayout height="310" width="218">
+ <control type="image">
+ <posx>2</posx>
+ <posy>0</posy>
+ <width>214</width>
+ <height>310</height>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="5">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture>$INFO[ListItem.ActualIcon]</texture>
+ </control>
+ <control type="image">
+ <posx>2</posx>
+ <posy>310</posy>
+ <width>214</width>
+ <height>310</height>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="5" flipy="true" diffuse="diffuse_mirror2.png">button-nofocus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.ActualIcon]</texture>
+ </control>
+ <control type="image">
+ <posx>180</posx>
+ <posy>275</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ </control>
+ </itemlayout>
+ <focusedlayout height="310" width="218">
+ <control type="image">
+ <posx>2</posx>
+ <posy>0</posy>
+ <width>214</width>
+ <height>310</height>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="5">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture>$INFO[ListItem.ActualIcon]</texture>
+ <animation reversible="false" effect="zoom" start="2,0,214,310" end="-8,-10,234,330" time="200">focus</animation>
+ <animation reversible="false" effect="zoom" end="2,0,214,310" start="-8,-10,234,330" time="200">unfocus</animation>
+ </control>
+ <control type="image">
+ <posx>2</posx>
+ <posy>310</posy>
+ <width>214</width>
+ <height>310</height>
+ <aspectratio>stretch</aspectratio>
+ <bordertexture border="5" flipy="true" diffuse="diffuse_mirror2.png">folder-focus.png</bordertexture>
+ <bordersize>5</bordersize>
+ <texture flipy="true" diffuse="diffuse_mirror2.png">$INFO[ListItem.ActualIcon]</texture>
+ <animation reversible="false" effect="zoom" start="2,310,214,310" end="-8,320,234,330" time="200">focus</animation>
+ <animation reversible="false" effect="zoom" end="2,310,214,310" start="-8,320,234,330" time="200">unfocus</animation>
+ </control>
+ <control type="image">
+ <posx>180</posx>
+ <posy>275</posy>
+ <width>35</width>
+ <height>35</height>
+ <aspectratio>keep</aspectratio>
+ <texture>$INFO[ListItem.Overlay]</texture>
+ <animation effect="slide" start="0,0" end="5,5" time="200">Focus</animation>
+ <animation effect="slide" end="0,0" start="5,5" time="200">UnFocus</animation>
+ </control>
+ </focusedlayout>
+ </control>
+ </control>
+ <control type="group">
+ <visible>Control.IsVisible(51)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="label">
+ <posx>300</posx>
+ <posy>540</posy>
+ <width>970</width>
+ <height>35</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>
+ </control>
+ <control type="label">
+ <posx>300</posx>
+ <posy>580</posy>
+ <width>970</width>
+ <height>35</height>
+ <font>font11</font>
+ <textcolor>grey2</textcolor>
+ <scroll>true</scroll>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>[UPPERCASE][B]$INFO[ListItem.Studio][/B][/UPPERCASE]</label>
+ </control>
+ </control>
+ <control type="scrollbar" id="2051">
+ <posx>300</posx>
+ <posy>630</posy>
+ <width>970</width>
+ <height>20</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="16,2,16,2">scrollbar_bar-vertical.png</texturesliderbar>
+ <texturesliderbarfocus border="16,2,16,2">scrollbar_bar_focus-vertical.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib-vertical.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib-vertical.png</textureslidernibfocus>
+ <onup>51</onup>
+ <ondown>9000</ondown>
+ <showonepage>false</showonepage>
+ <orientation>horizontal</orientation>
+ <visible>Control.IsVisible(51)</visible>
+ </control>
+
+ <control type="list" id="70">
+ <description>Cast List</description>
+ <posx>300</posx>
+ <posy>505</posy>
+ <width>270</width>
+ <height>145</height>
+ <onleft>121</onleft>
+ <onright>121</onright>
+ <onup>70</onup>
+ <ondown>70</ondown>
+ <viewtype label="535">list</viewtype>
+ <pagecontrol>-</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <visible>Skin.HasSetting(Show_AMT_Cast) + Control.IsVisible(50)</visible>
+ <itemlayout height="29" width="270">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>270</width>
+ <height>27</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>250</width>
+ <height>27</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="29" width="270">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>270</width>
+ <height>27</height>
+ <texture border="5">button-nofocus.png</texture>
+ <visible>!Control.HasFocus(70)</visible>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>270</width>
+ <height>27</height>
+ <texture border="5">button-focus.png</texture>
+ <visible>Control.HasFocus(70)</visible>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>250</width>
+ <height>27</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ </control>
+ <!-- ** Required ** Do not change <description> or <type> -->
+ <control type="group" id="4000">
+ <!-- Category list controls -->
+ <!-- ** Required ** Do not change <description> or <type> -->
+ <control type="list" id="60">
+ <posx>300</posx>
+ <posy>130</posy>
+ <width>950</width>
+ <height>510</height>
+ <onleft>9000</onleft>
+ <onright>2060</onright>
+ <onup>50</onup>
+ <ondown>50</ondown>
+ <viewtype label="31031">list</viewtype>
+ <pagecontrol>2060</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="30" width="1080">
+ <control type="image">
+ <posx>5</posx>
+ <posy>4</posy>
+ <width>40</width>
+ <height>22</height>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>50</posx>
+ <posy>0</posy>
+ <width>890</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ <control type="label">
+ <posx>940</posx>
+ <posy>0</posy>
+ <width>870</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label2]</label>
+ </control>
+ </itemlayout>
+ <focusedlayout height="30" width="1080">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>950</width>
+ <height>30</height>
+ <texture border="7">list-focus.png</texture>
+ <visible>Control.HasFocus(60)</visible>
+ <include>VisibleFadeEffect</include>
+ </control>
+ <control type="image">
+ <posx>5</posx>
+ <posy>4</posy>
+ <width>40</width>
+ <height>22</height>
+ <texture>$INFO[ListItem.Icon]</texture>
+ </control>
+ <control type="label">
+ <posx>50</posx>
+ <posy>0</posy>
+ <width>890</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label]</label>
+ </control>
+ <control type="label">
+ <posx>940</posx>
+ <posy>0</posy>
+ <width>870</width>
+ <height>30</height>
+ <font>font12</font>
+ <textcolor>grey2</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$INFO[ListItem.Label2]</label>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="2060">
+ <posx>1255</posx>
+ <posy>130</posy>
+ <width>20</width>
+ <height>510</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>50</onleft>
+ <onright>9000</onright>
+ <showonepage>false</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ </control>
+ </control>
+ <control type="group">
+ <include>Window_OpenClose_Left_Panel_Animation</include>
+ <!-- Button Group -->
+ <!-- ** Required ** Do not change id or type-->
+ <control type="group" id="9000">
+ <posx>0</posx>
+ <posy>130</posy>
+ <control type="button" id="2">
+ <description>View As button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <include>ButtonCommonValues</include>
+ <label>-</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>109</onup>
+ <ondown>100</ondown>
+ <enable>!Control.IsVisible(4000)</enable>
+ </control>
+ <control type="button" id="100">
+ <description>Shortcut1 Button</description>
+ <posx>0</posx>
+ <posy>45</posy>
+ <include>ButtonCommonValues</include>
+ <label>$INFO[Container.Property(Shortcut1)]</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>2</onup>
+ <ondown>101</ondown>
+ </control>
+ <control type="button" id="101">
+ <description>Shortcut2 Button</description>
+ <posx>0</posx>
+ <posy>90</posy>
+ <include>ButtonCommonValues</include>
+ <label>$INFO[Container.Property(Shortcut2)]</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>100</onup>
+ <ondown>102</ondown>
+ </control>
+ <control type="button" id="102">
+ <description>Shortcut3 Button</description>
+ <posx>0</posx>
+ <posy>135</posy>
+ <include>ButtonCommonValues</include>
+ <label>$INFO[Container.Property(Shortcut3)]</label>
+ <onleft>70</onleft>
+ <onright>50</onright>
+ <onup>101</onup>
+ <ondown>103</ondown>
+ </control>
+ <control type="button" id="103">
+ <description>Genre Button</description>
+ <posx>0</posx>
+ <posy>180</posy>
+ <include>ButtonCommonValues</include>
+ <label>$LOCALIZE[SCRIPT103]</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>102</onup>
+ <ondown>104</ondown>
+ </control>
+ <control type="button" id="104">
+ <description>Studio Button</description>
+ <posx>0</posx>
+ <posy>225</posy>
+ <include>ButtonCommonValues</include>
+ <label>$LOCALIZE[SCRIPT104]</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>103</onup>
+ <ondown>105</ondown>
+ </control>
+ <control type="button" id="105">
+ <description>Actor Button</description>
+ <posx>0</posx>
+ <posy>270</posy>
+ <include>ButtonCommonValues</include>
+ <label>$LOCALIZE[SCRIPT105]</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>104</onup>
+ <ondown>106</ondown>
+ </control>
+ <control type="button" id="106">
+ <description>Search Button</description>
+ <posx>0</posx>
+ <posy>315</posy>
+ <include>ButtonCommonValues</include>
+ <label>$LOCALIZE[SCRIPT106]</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>105</onup>
+ <ondown>107</ondown>
+ </control>
+ <control type="button" id="107">
+ <description>Settings Button</description>
+ <posx>0</posx>
+ <posy>360</posy>
+ <include>ButtonCommonValues</include>
+ <label>$LOCALIZE[SCRIPT107]</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>106</onup>
+ <ondown>120</ondown>
+ </control>
+ <control type="radiobutton" id="120">
+ <description>Cast Button</description>
+ <posx>0</posx>
+ <posy>405</posy>
+ <include>ButtonCommonValues</include>
+ <label>31300</label>
+ <onclick>Skin.ToggleSetting(Show_AMT_Cast)</onclick>
+ <selected>Skin.HasSetting(Show_AMT_Cast)</selected>
+ <enable>!Control.IsVisible(4000) + Control.IsVisible(50)</enable>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>107</onup>
+ <ondown>109</ondown>
+ </control>
+ <control type="button" id="109">
+ <description>Update Button</description>
+ <posx>0</posx>
+ <posy>495</posy>
+ <include>ButtonCommonValues</include>
+ <label>$LOCALIZE[SCRIPT109]</label>
+ <onleft>50</onleft>
+ <onright>50</onright>
+ <onup>120</onup>
+ <ondown>2</ondown>
+ <visible>false</visible>
+ </control>
+ </control>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>128</height>
+ <texture>Header.png</texture>
+ </control>
+ <control type="label">
+ <include>WindowTitleCommons</include>
+ <label>$LOCALIZE[9] - $LOCALIZE[SCRIPT0]</label>
+ <include>Window_OpenClose_Animation</include>
+ </control>
+ <control type="label">
+ <description>Genre label</description>
+ <posx>50r</posx>
+ <posy>50</posy>
+ <width>1060</width>
+ <height>30</height>
+ <font>font18</font>
+ <textcolor>white</textcolor>
+ <scroll>false</scroll>
+ <align>right</align>
+ <aligny>center</aligny>
+ <label>$INFO[Container.Property(Category)]</label>
+ <include>Window_OpenClose_Animation</include>
+ <visible>!Control.IsVisible(4000)</visible>
+ </control>
+<!-- Bunch of stuff required by amt to run proper but not in this skin -->
+ <!-- ** Required ** Do not change id or type-->
+ <control type="button" id="108">
+ <description>Credits Button</description>
+ <visible>false</visible>
+ </control>
+ <control type="button" id="175">
+ <description>Plot Button</description>
+ <visible>false</visible>
+ </control>
+ <!-- ** Required ** Do not change id or type-->
+ <control type="button" id="170">
+ <description>Cast Button</description>
+ <visible>false</visible>
+ </control>
+ <control type="label" id="2150">
+ <description>number of files text label</description>
+ <visible>false</visible>
+ </control>
+ <control type="fadelabel" id="206">
+ <description>Trailer Label</description>
+ <visible>false</visible>
+ </control>
+ <control type="textbox" id="75">
+ <description>Plot Value</description>
+ <visible>false</visible>
+ </control>
+ <control type="label" id="2160">
+ <description>number of files text label</description>
+ <visible>false</visible>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/script-Apple_Movie_Trailers-search.xml b/skin/PM3.HD/720p/script-Apple_Movie_Trailers-search.xml new file mode 100644 index 0000000000..dfe74e817b --- /dev/null +++ b/skin/PM3.HD/720p/script-Apple_Movie_Trailers-search.xml @@ -0,0 +1,838 @@ +<window>
+ <defaultcontrol>3000</defaultcontrol>
+ <allowoverlay>no</allowoverlay>
+ <coordinates>
+ <system>1</system>
+ <posx>0</posx>
+ <posy>10</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>700</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>1280</width>
+ <height>700</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="group">
+ <control type="label" id="20">
+ <description>Title label</description>
+ <visible>false</visible>
+ </control>
+ <!-- ** Required ** Do not change id or type -->
+ <control type="label" id="30">
+ <description>Category Label</description>
+ <posx>50</posx>
+ <posy>75</posy>
+ <width>600</width>
+ <height>20</height>
+ <align>left</align>
+ <aligny>center</aligny>
+ <textcolor>green</textcolor>
+ <shadowcolor>black</shadowcolor>
+ <font>font13</font>
+ <visible>false</visible>
+ </control>
+ <!-- ** Required ** Do not change id or type -->
+ <control type="group" id="3000">
+ <control type="group">
+ <posx>50</posx>
+ <posy>45</posy>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <texture border="5">button-focus2.png</texture>
+ <visible>Control.HasFocus(102)</visible>
+ </control>
+ <control type="checkmark" id="102">
+ <description>Genre</description>
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>350</width>
+ <height>24</height>
+ <align>right</align>
+ <label />
+ <font>font11</font>
+ <textcolor>green</textcolor>
+ <texturecheckmark>radiobutton-focus.png</texturecheckmark>
+ <texturecheckmarknofocus>radiobutton-nofocus.png</texturecheckmarknofocus>
+ <markwidth>24</markwidth>
+ <markheight>24</markheight>
+ <onleft>2000</onleft>
+ <onright>112</onright>
+ <onup>100</onup>
+ <ondown>100</ondown>
+ </control>
+ <control type="list" id="100">
+ <posx>0</posx>
+ <posy>45</posy>
+ <width>360</width>
+ <height>160</height>
+ <onleft>122</onleft>
+ <onright>101</onright>
+ <onup>100</onup>
+ <ondown>100</ondown>
+ <viewtype label="535">list</viewtype>
+ <pagecontrol>101</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>1</posy>
+ <width>360</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <visible>Control.HasFocus(100)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(100)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="101">
+ <posx>365</posx>
+ <posy>45</posy>
+ <width>20</width>
+ <height>155</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>100</onleft>
+ <onright>110</onright>
+ <showonepage>true</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ </control>
+ <control type="group">
+ <posx>450</posx>
+ <posy>45</posy>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <texture border="5">button-focus2.png</texture>
+ <visible>Control.HasFocus(112)</visible>
+ </control>
+ <control type="checkmark" id="112">
+ <description>Genre</description>
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>350</width>
+ <height>24</height>
+ <align>right</align>
+ <label />
+ <font>font11</font>
+ <textcolor>green</textcolor>
+ <texturecheckmark>radiobutton-focus.png</texturecheckmark>
+ <texturecheckmarknofocus>radiobutton-nofocus.png</texturecheckmarknofocus>
+ <markwidth>24</markwidth>
+ <markheight>24</markheight>
+ <onleft>102</onleft>
+ <onright>122</onright>
+ <onup>110</onup>
+ <ondown>110</ondown>
+ </control>
+ <control type="list" id="110">
+ <posx>0</posx>
+ <posy>45</posy>
+ <width>360</width>
+ <height>160</height>
+ <onleft>101</onleft>
+ <onright>111</onright>
+ <onup>110</onup>
+ <ondown>110</ondown>
+ <viewtype label="535">list</viewtype>
+ <pagecontrol>111</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>1</posy>
+ <width>360</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <visible>Control.HasFocus(110)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(110)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="111">
+ <posx>365</posx>
+ <posy>45</posy>
+ <width>20</width>
+ <height>155</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>110</onleft>
+ <onright>120</onright>
+ <showonepage>true</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ </control>
+ <control type="group">
+ <posx>850</posx>
+ <posy>45</posy>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <texture border="5">button-focus2.png</texture>
+ <visible>Control.HasFocus(122)</visible>
+ </control>
+ <control type="checkmark" id="122">
+ <description>Genre</description>
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>350</width>
+ <height>24</height>
+ <align>right</align>
+ <label />
+ <font>font11</font>
+ <textcolor>green</textcolor>
+ <texturecheckmark>radiobutton-focus.png</texturecheckmark>
+ <texturecheckmarknofocus>radiobutton-nofocus.png</texturecheckmarknofocus>
+ <markwidth>24</markwidth>
+ <markheight>24</markheight>
+ <onleft>112</onleft>
+ <onright>100</onright>
+ <onup>120</onup>
+ <ondown>120</ondown>
+ </control>
+ <control type="list" id="120">
+ <posx>0</posx>
+ <posy>45</posy>
+ <width>360</width>
+ <height>160</height>
+ <onleft>111</onleft>
+ <onright>121</onright>
+ <onup>120</onup>
+ <ondown>120</ondown>
+ <viewtype label="535">list</viewtype>
+ <pagecontrol>121</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>1</posy>
+ <width>360</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <visible>Control.HasFocus(120)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(120)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="121">
+ <posx>365</posx>
+ <posy>45</posy>
+ <width>20</width>
+ <height>155</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>120</onleft>
+ <onright>132</onright>
+ <showonepage>true</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ </control>
+ <control type="group">
+ <posx>50</posx>
+ <posy>255</posy>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <texture border="5">button-focus2.png</texture>
+ <visible>Control.HasFocus(132)</visible>
+ </control>
+ <control type="checkmark" id="132">
+ <description>Genre</description>
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>350</width>
+ <height>24</height>
+ <align>right</align>
+ <label />
+ <font>font11</font>
+ <textcolor>green</textcolor>
+ <texturecheckmark>radiobutton-focus.png</texturecheckmark>
+ <texturecheckmarknofocus>radiobutton-nofocus.png</texturecheckmarknofocus>
+ <markwidth>24</markwidth>
+ <markheight>24</markheight>
+ <onleft>121</onleft>
+ <onright>142</onright>
+ <onup>100</onup>
+ <ondown>100</ondown>
+ </control>
+ <control type="list" id="130">
+ <posx>0</posx>
+ <posy>45</posy>
+ <width>360</width>
+ <height>160</height>
+ <onleft>152</onleft>
+ <onright>131</onright>
+ <onup>130</onup>
+ <ondown>130</ondown>
+ <viewtype label="535">list</viewtype>
+ <pagecontrol>131</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>1</posy>
+ <width>360</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <visible>Control.HasFocus(130)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(130)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="131">
+ <posx>365</posx>
+ <posy>45</posy>
+ <width>20</width>
+ <height>155</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>130</onleft>
+ <onright>140</onright>
+ <showonepage>true</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ </control>
+ <control type="group">
+ <posx>450</posx>
+ <posy>255</posy>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <texture border="5">button-focus2.png</texture>
+ <visible>Control.HasFocus(142)</visible>
+ </control>
+ <control type="checkmark" id="142">
+ <description>Genre</description>
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>350</width>
+ <height>24</height>
+ <align>right</align>
+ <label />
+ <font>font11</font>
+ <textcolor>green</textcolor>
+ <texturecheckmark>radiobutton-focus.png</texturecheckmark>
+ <texturecheckmarknofocus>radiobutton-nofocus.png</texturecheckmarknofocus>
+ <markwidth>24</markwidth>
+ <markheight>24</markheight>
+ <onleft>132</onleft>
+ <onright>152</onright>
+ <onup>140</onup>
+ <ondown>140</ondown>
+ </control>
+ <control type="list" id="140">
+ <posx>0</posx>
+ <posy>45</posy>
+ <width>360</width>
+ <height>160</height>
+ <onleft>131</onleft>
+ <onright>141</onright>
+ <onup>140</onup>
+ <ondown>140</ondown>
+ <viewtype label="535">list</viewtype>
+ <pagecontrol>141</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>1</posy>
+ <width>360</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <visible>Control.HasFocus(140)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(140)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="141">
+ <posx>365</posx>
+ <posy>45</posy>
+ <width>20</width>
+ <height>155</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>140</onleft>
+ <onright>150</onright>
+ <showonepage>true</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ </control>
+ <control type="group">
+ <posx>850</posx>
+ <posy>255</posy>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <texture border="5">button-focus2.png</texture>
+ <visible>Control.HasFocus(152)</visible>
+ </control>
+ <control type="checkmark" id="152">
+ <description>Genre</description>
+ <posx>5</posx>
+ <posy>5</posy>
+ <width>350</width>
+ <height>24</height>
+ <align>right</align>
+ <label />
+ <font>font11</font>
+ <textcolor>green</textcolor>
+ <texturecheckmark>radiobutton-focus.png</texturecheckmark>
+ <texturecheckmarknofocus>radiobutton-nofocus.png</texturecheckmarknofocus>
+ <markwidth>24</markwidth>
+ <markheight>24</markheight>
+ <onleft>142</onleft>
+ <onright>130</onright>
+ <onup>150</onup>
+ <ondown>150</ondown>
+ </control>
+ <control type="list" id="150">
+ <posx>0</posx>
+ <posy>45</posy>
+ <width>360</width>
+ <height>160</height>
+ <onleft>141</onleft>
+ <onright>151</onright>
+ <onup>150</onup>
+ <ondown>150</ondown>
+ <viewtype label="535">list</viewtype>
+ <pagecontrol>151</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>1</posy>
+ <width>360</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <visible>Control.HasFocus(150)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>360</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(150)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>5</posx>
+ <posy>0</posy>
+ <width>350</width>
+ <height>35</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <textcolor>white</textcolor>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="scrollbar" id="151">
+ <posx>365</posx>
+ <posy>45</posy>
+ <width>20</width>
+ <height>155</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>150</onleft>
+ <onright>2075</onright>
+ <showonepage>true</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ </control>
+ </control>
+ <!-- ** Required ** Do not change id's or type's -->
+ <control type="group">
+ <posx>50</posx>
+ <posy>480</posy>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>895</width>
+ <height>140</height>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <!-- ** Required ** Do not change id or type-->
+ <control type="textbox" id="75">
+ <description>SQL statement</description>
+ <posx>10</posx>
+ <posy>10</posy>
+ <width>875</width>
+ <height>120</height>
+ <font>font11</font>
+ <textcolor>white</textcolor>
+ <onup>75</onup>
+ <ondown>75</ondown>
+ <onleft>151</onleft>
+ <onright>2075</onright>
+ <pagecontrol>2075</pagecontrol>
+ </control>
+ <control type="scrollbar" id="2075">
+ <posx>900</posx>
+ <posy>0</posy>
+ <width>20</width>
+ <height>140</height>
+ <texturesliderbackground border="2,2,2,2">scrollbar_bar_back.png</texturesliderbackground>
+ <texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
+ <texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
+ <textureslidernib>scrollbar_nib.png</textureslidernib>
+ <textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
+ <onleft>151</onleft>
+ <onright>2000</onright>
+ <showonepage>true</showonepage>
+ <orientation>vertical</orientation>
+ </control>
+ <!-- ** Required ** Do not change id or type -->
+ <control type="label" id="40">
+ <description>SQL run Label</description>
+ <posx>0</posx>
+ <posy>145</posy>
+ <width>895</width>
+ <align>left</align>
+ <font>font12</font>
+ <textcolor>white</textcolor>
+ <label />
+ </control>
+ </control>
+ <!-- ** Required ** Do not change id's or type's -->
+ <control type="group" id="2000">
+ <posx>980</posx>
+ <posy>480</posy>
+ <control type="button" id="250">
+ <description>Ok Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>255</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <onleft>2075</onleft>
+ <onright>102</onright>
+ <onup>258</onup>
+ <ondown>251</ondown>
+ </control>
+ <control type="button" id="251">
+ <description>Cancel Button</description>
+ <posx>0</posx>
+ <posy>40</posy>
+ <width>255</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <onleft>2075</onleft>
+ <onright>102</onright>
+ <onup>250</onup>
+ <ondown>257</ondown>
+ </control>
+ <control type="button" id="257">
+ <description>Save Button</description>
+ <posx>0</posx>
+ <posy>80</posy>
+ <width>255</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <onleft>2075</onleft>
+ <onright>102</onright>
+ <onup>251</onup>
+ <ondown>258</ondown>
+ </control>
+ <control type="button" id="258">
+ <description>Clear/Load Button</description>
+ <posx>0</posx>
+ <posy>120</posy>
+ <width>255</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <label>-</label>
+ <texturefocus border="5">button-focus2.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <onleft>2075</onleft>
+ <onright>102</onright>
+ <onup>257</onup>
+ <ondown>250</ondown>
+ </control>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/script-Apple_Movie_Trailers-settings.xml b/skin/PM3.HD/720p/script-Apple_Movie_Trailers-settings.xml new file mode 100644 index 0000000000..356357d629 --- /dev/null +++ b/skin/PM3.HD/720p/script-Apple_Movie_Trailers-settings.xml @@ -0,0 +1,411 @@ +<window>
+ <defaultcontrol>201</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>240</posx>
+ <posy>85</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="group">
+ <visible>!Window.IsVisible(script-Apple_Movie_Trailers-chooser.xml)</visible>
+ <include>VisibleFadeEffect</include>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>810</width>
+ <height>550</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>810</width>
+ <height>550</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <!-- ** Required ** Do not change id or type -->
+ <control type="label">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>$LOCALIZE[SCRIPT0] - ( $INFO[Control.GetLabel(30)] )</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="label" id="30">
+ <description>Version label</description>
+ <label>-</label>
+ <visible>false</visible>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>80</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <!-- ** Required ** Do not change id's or type's -->
+ <control type="grouplist" id="9000">
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>570</width>
+ <height>410</height>
+ <itemgap>5</itemgap>
+ <pagecontrol>-</pagecontrol>
+ <onleft>2000</onleft>
+ <onright>2000</onright>
+ <onup>9000</onup>
+ <ondown>9000</ondown>
+ <control type="button" id="201">
+ <description>Setting1 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <label>$LOCALIZE[SCRIPT201]</label>
+ </control>
+ <control type="image" id="1">
+ <description>separator image</description>
+ <width>570</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="button" id="202">
+ <description>Setting2 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT202]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="button" id="203">
+ <description>Setting3 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT203]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="button" id="204">
+ <description>Setting4 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT204]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="205">
+ <description>Setting5 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT205]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="image" id="2">
+ <description>separator image</description>
+ <width>570</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="button" id="206">
+ <description>Setting6 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT206]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="207">
+ <description>Setting7 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT207]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="image" id="3">
+ <description>separator image</description>
+ <width>570</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="button" id="208">
+ <description>Setting8 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT208]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="button" id="209">
+ <description>Setting9 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT209]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="button" id="210">
+ <description>Setting10 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT210]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="button" id="211">
+ <description>Setting11 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT211]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="image" id="4">
+ <description>separator image</description>
+ <width>570</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="radiobutton" id="212">
+ <description>Setting12 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT212]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="218">
+ <description>Setting18 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT218]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="213">
+ <description>Setting13 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT213]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="214">
+ <description>Setting14 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT214]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="button" id="215">
+ <description>Setting15 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT215]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="image" id="5">
+ <description>separator image</description>
+ <width>570</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="button" id="216">
+ <description>Setting16 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT216]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="button" id="217">
+ <description>Setting17 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT217]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="button" id="219">
+ <description>Setting19 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT219]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <visible>false</visible>
+ </control>
+ <control type="button" id="220">
+ <description>Setting20 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT220]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <visible>false</visible>
+ </control>
+ </control>
+ <!-- ** Required ** Do not change id's or type's -->
+ <control type="group" id="2000">
+ <posx>620</posx>
+ <posy>90</posy>
+ <control type="button" id="250">
+ <description>OK button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <label>$LOCALIZE[SCRIPT250]</label>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ <texturefocus>button-focus2.png</texturefocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>254</onup>
+ <ondown>251</ondown>
+ </control>
+ <control type="button" id="251">
+ <description>Cancel button</description>
+ <posx>0</posx>
+ <posy>40</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <label>$LOCALIZE[SCRIPT251]</label>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ <texturefocus>button-focus2.png</texturefocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>250</onup>
+ <ondown>252</ondown>
+ </control>
+ <control type="button" id="252">
+ <description>Update button</description>
+ <posx>0</posx>
+ <posy>80</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <label>$LOCALIZE[SCRIPT252]</label>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ <texturefocus>button-focus2.png</texturefocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>251</onup>
+ <ondown>253</ondown>
+ </control>
+ <control type="button" id="253">
+ <description>Credits button</description>
+ <posx>0</posx>
+ <posy>120</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <label>$LOCALIZE[SCRIPT253]</label>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ <texturefocus>button-focus2.png</texturefocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>252</onup>
+ <ondown>255</ondown>
+ </control>
+ <control type="button" id="255">
+ <description>Defaults button</description>
+ <posx>0</posx>
+ <posy>160</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <label>$LOCALIZE[SCRIPT255]</label>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ <texturefocus>button-focus2.png</texturefocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>253</onup>
+ <ondown>254</ondown>
+ </control>
+ <control type="button" id="254">
+ <description>Plugins button</description>
+ <posx>0</posx>
+ <posy>200</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <font>font12</font>
+ <label>$LOCALIZE[SCRIPT254]</label>
+ <texturenofocus>button-nofocus.png</texturenofocus>
+ <texturefocus>button-focus2.png</texturefocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>255</onup>
+ <ondown>250</ondown>
+ </control>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/script-Apple_Movie_Trailers-showtimes.xml b/skin/PM3.HD/720p/script-Apple_Movie_Trailers-showtimes.xml new file mode 100644 index 0000000000..71cef1ccf8 --- /dev/null +++ b/skin/PM3.HD/720p/script-Apple_Movie_Trailers-showtimes.xml @@ -0,0 +1,214 @@ +<window>
+ <defaultcontrol>100</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>240</posx>
+ <posy>35</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>810</width>
+ <height>650</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>810</width>
+ <height>650</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <!-- ** Required ** Do not change id or type -->
+ <control type="label">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>[UPPERCASE]$INFO[Control.GetLabel(20)][/UPPERCASE]</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <!-- ** Required ** Do not change <description> or <type> -->
+ <control type="label" id="20">
+ <description>Showtimes Label1</description>
+ <visible>false</visible>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <!-- ** Required ** Do not change <description> or <type> -->
+ <control type="label" id="30">
+ <description>Showtimes Label2</description>
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>720</width>
+ <align>center</align>
+ <font>font12</font>
+ <label>-</label>
+ <textcolor>green</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <control type="label">
+ <posx>40</posx>
+ <posy>115</posy>
+ <width>720</width>
+ <align>center</align>
+ <font>font12</font>
+ <label>$INFO[Control.GetLabel(40)]$INFO[Control.GetLabel(50), - ]</label>
+ <textcolor>green</textcolor>
+ <shadowcolor>black</shadowcolor>
+ </control>
+ <!-- ** Required ** Do not change <description> or <type> -->
+ <control type="label" id="40">
+ <description>Showtimes Label3</description>
+ <visible>false</visible>
+ </control>
+ <!-- ** Required ** Do not change <description> or <type> -->
+ <control type="label" id="50">
+ <description>Showtimes Label4</description>
+ <visible>false</visible>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>145</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <!-- ** Required ** Do not change <id> or <type> -->
+ <control type="list" id="100">
+ <description>Team Credits List</description>
+ <posx>45</posx>
+ <posy>165</posy>
+ <width>720</width>
+ <height>400</height>
+ <scrolltime>200</scrolltime>
+ <onup>100</onup>
+ <ondown>100</ondown>
+ <itemlayout height="100">
+ <control type="image">
+ <width>720</width>
+ <height>95</height>
+ <posx>0</posx>
+ <posy>0</posy>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>10</posy>
+ <width>700</width>
+ <height>20</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>710</posx>
+ <posy>10</posy>
+ <width>680</width>
+ <height>20</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <align>right</align>
+ <info>ListItem.Thumb</info>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>38</posy>
+ <width>700</width>
+ <height>20</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <align>left</align>
+ <info>ListItem.ActualIcon</info>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>65</posy>
+ <width>700</width>
+ <height>20</height>
+ <font>font12</font>
+ <textcolor>grey</textcolor>
+ <aligny>center</aligny>
+ <align>left</align>
+ <info>ListItem.Label2</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="100">
+ <control type="image">
+ <width>720</width>
+ <height>95</height>
+ <posx>0</posx>
+ <posy>0</posy>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>10</posy>
+ <width>700</width>
+ <height>20</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ <control type="label">
+ <posx>710</posx>
+ <posy>10</posy>
+ <width>680</width>
+ <height>20</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <align>right</align>
+ <info>ListItem.Thumb</info>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>38</posy>
+ <width>700</width>
+ <height>20</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <align>left</align>
+ <info>ListItem.ActualIcon</info>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>65</posy>
+ <width>700</width>
+ <height>20</height>
+ <font>font12</font>
+ <textcolor>grey</textcolor>
+ <aligny>center</aligny>
+ <align>left</align>
+ <info>ListItem.Label2</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="label">
+ <description>Page label</description>
+ <posx>40</posx>
+ <posy>570</posy>
+ <width>720</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12b</font>
+ <label>($INFO[Container(100).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(100).CurrentPage]/$INFO[Container(100).NumPages])</label>
+ <visible>!Control.IsVisible(451)</visible>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/script-XBMC_Lyrics-main.xml b/skin/PM3.HD/720p/script-XBMC_Lyrics-main.xml new file mode 100644 index 0000000000..50ac75480f --- /dev/null +++ b/skin/PM3.HD/720p/script-XBMC_Lyrics-main.xml @@ -0,0 +1,242 @@ +<window>
+ <allowoverlay>no</allowoverlay>
+ <defaultcontrol always="false">101</defaultcontrol>
+ <coordinates>
+ <system>0</system>
+ <posx>290</posx>
+ <posy>-10</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>550</height>
+ <colordiffuse>BBFFFFFF</colordiffuse>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>700</width>
+ <height>550</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <control type="label" id="2">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>31053</label>
+ <textcolor>dialogheader</textcolor>
+ </control>
+ <control type="label" id="200">
+ <description>Scraper Label</description>
+ <visible>false</visible>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>620</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <!-- ** Required ** Do not change <id> or <type> -->
+ <control type="textbox" id="100">
+ <description>textarea</description>
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>620</width>
+ <height>380</height>
+ <align>center</align>
+ <font>font12</font>
+ <onup>100</onup>
+ <ondown>100</ondown>
+ <onleft>101</onleft>
+ <onright>101</onright>
+ <pagecontrol>101</pagecontrol>
+ </control>
+ <control type="spincontrol" id="101">
+ <description>Next page button</description>
+ <posx>590</posx>
+ <posy>480</posy>
+ <subtype>page</subtype>
+ <font>font12b</font>
+ <onleft>101</onleft>
+ <onright>101</onright>
+ <ondown>101</ondown>
+ <onup>101</onup>
+ <textcolor>white</textcolor>
+ <showonepage>true</showonepage>
+ <visible>Control.IsVisible(100)</visible>
+ </control>
+ <!-- ** Required ** Do not change <id> or <type> -->
+ <control type="list" id="110">
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>620</width>
+ <height>380</height>
+ <onleft>111</onleft>
+ <onright>111</onright>
+ <onup>110</onup>
+ <ondown>110</ondown>
+ <pagecontrol>111</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <itemlayout height="25">
+ <control type="label">
+ <posx>310</posx>
+ <posy>0</posy>
+ <width>620</width>
+ <height>25</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <align>center</align>
+ <selectedcolor>green</selectedcolor>
+ <align>left</align>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="25">
+ <control type="label">
+ <posx>310</posx>
+ <posy>0</posy>
+ <width>620</width>
+ <height>25</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <align>center</align>
+ <shadowcolor>black</shadowcolor>
+ <textcolor>white</textcolor>
+ <align>left</align>
+ <label>$INFO[ListItem.Label]</label>
+ <visible>!Control.HasFocus(110)</visible>
+ </control>
+ <control type="label">
+ <posx>310</posx>
+ <posy>0</posy>
+ <width>620</width>
+ <height>25</height>
+ <font>font12</font>
+ <aligny>center</aligny>
+ <align>center</align>
+ <shadowcolor>black</shadowcolor>
+ <textcolor>white</textcolor>
+ <align>left</align>
+ <label>[B][COLOR=green]>> [/COLOR][/B]$INFO[ListItem.Label][B][COLOR=green] <<[/COLOR][/B]</label>
+ <visible>Control.HasFocus(110)</visible>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="spincontrol" id="111">
+ <description>Next page button</description>
+ <posx>590</posx>
+ <posy>480</posy>
+ <subtype>page</subtype>
+ <font>font12b</font>
+ <onleft>110</onleft>
+ <onright>110</onright>
+ <ondown>110</ondown>
+ <onup>110</onup>
+ <textcolor>white</textcolor>
+ <showonepage>true</showonepage>
+ <visible>Control.IsVisible(110)</visible>
+ </control>
+ <!-- ** Required ** Do not change <id> or <type> -->
+ <control type="label" id="2">
+ <description>Pick label</description>
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>620</width>
+ <height>30</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font12</font>
+ <label>31054</label>
+ <textcolor>white</textcolor>
+ <visible>Control.IsVisible(120)</visible>
+ </control>
+ <control type="list" id="120">
+ <posx>40</posx>
+ <posy>130</posy>
+ <width>620</width>
+ <height>340</height>
+ <onleft>121</onleft>
+ <onright>121</onright>
+ <onup>120</onup>
+ <ondown>120</ondown>
+ <pagecontrol>121</pagecontrol>
+ <scrolltime>200</scrolltime>
+ <animation effect="slide" start="0,0" end="20,0" time="0" condition="!Control.IsVisible(121)">Conditional</animation>
+ <itemlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>620</width>
+ <height>35</height>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>600</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </itemlayout>
+ <focusedlayout height="40">
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>620</width>
+ <height>35</height>
+ <visible>!Control.HasFocus(120)</visible>
+ <texture border="5">button-nofocus.png</texture>
+ </control>
+ <control type="image">
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>600</width>
+ <height>35</height>
+ <visible>Control.HasFocus(120)</visible>
+ <texture border="5">button-focus.png</texture>
+ </control>
+ <control type="label">
+ <posx>10</posx>
+ <posy>0</posy>
+ <width>600</width>
+ <height>35</height>
+ <font>font12</font>
+ <align>left</align>
+ <aligny>center</aligny>
+ <selectedcolor>green</selectedcolor>
+ <info>ListItem.Label</info>
+ </control>
+ </focusedlayout>
+ </control>
+ <control type="spincontrol" id="121">
+ <description>Next page button</description>
+ <posx>590</posx>
+ <posy>480</posy>
+ <subtype>page</subtype>
+ <font>font12b</font>
+ <onleft>120</onleft>
+ <onright>120</onright>
+ <ondown>120</ondown>
+ <onup>120</onup>
+ <textcolor>white</textcolor>
+ <showonepage>true</showonepage>
+ <visible>Control.IsVisible(120)</visible>
+ </control>
+ </controls>
+</window>
\ No newline at end of file diff --git a/skin/PM3.HD/720p/script-XBMC_Lyrics-settings.xml b/skin/PM3.HD/720p/script-XBMC_Lyrics-settings.xml new file mode 100644 index 0000000000..0ee48a9866 --- /dev/null +++ b/skin/PM3.HD/720p/script-XBMC_Lyrics-settings.xml @@ -0,0 +1,311 @@ +<window>
+ <defaultcontrol>201</defaultcontrol>
+ <coordinates>
+ <system>1</system>
+ <posx>240</posx>
+ <posy>85</posy>
+ </coordinates>
+ <include>dialogeffect</include>
+ <controls>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>810</width>
+ <height>550</height>
+ <texture border="40">DialogBack.png</texture>
+ </control>
+ <control type="image">
+ <description>background image</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>810</width>
+ <height>550</height>
+ <texture border="40">DialogFront.png</texture>
+ </control>
+ <!-- ** Required ** Do not change id or type -->
+ <control type="label">
+ <description>heading label</description>
+ <posx>40</posx>
+ <posy>40</posy>
+ <width>720</width>
+ <height>35</height>
+ <align>center</align>
+ <aligny>center</aligny>
+ <font>font18</font>
+ <label>[UPPERCASE]$LOCALIZE[SCRIPT0][/UPPERCASE] - ( $INFO[Control.GetLabel(30)] )</label>
+ <textcolor>white</textcolor>
+ </control>
+ <control type="label" id="30">
+ <description>Version label</description>
+ <label>-</label>
+ <visible>false</visible>
+ </control>
+ <control type="image">
+ <posx>40</posx>
+ <posy>78</posy>
+ <width>720</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <!-- ** Required ** Do not change id's or type's -->
+ <control type="grouplist" id="9000">
+ <posx>40</posx>
+ <posy>90</posy>
+ <width>570</width>
+ <height>410</height>
+ <itemgap>5</itemgap>
+ <pagecontrol>-</pagecontrol>
+ <onleft>2000</onleft>
+ <onright>2000</onright>
+ <onup>9000</onup>
+ <ondown>9000</ondown>
+ <control type="button" id="201">
+ <description>Setting1 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ <label>$LOCALIZE[SCRIPT201]</label>
+ </control>
+ <control type="image" id="1">
+ <description>separator image</description>
+ <width>570</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="radiobutton" id="202">
+ <description>Setting2 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT202]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="button" id="203">
+ <description>Setting2 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT203]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="210">
+ <description>Setting10 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT210]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="211">
+ <description>Setting11 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT211]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="image" id="2">
+ <description>separator image</description>
+ <width>570</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="radiobutton" id="280">
+ <description>Custom Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>31111</label>
+ <pulseonselect>no</pulseonselect>
+ <onclick>Skin.ToggleSetting(Music_Info_In_Lyrics)</onclick>
+ <selected>!Skin.HasSetting(Music_Info_In_Lyrics)</selected>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="204">
+ <description>Setting4 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT204]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="205">
+ <description>Setting5 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT205]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="image" id="3">
+ <description>separator image</description>
+ <width>570</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="radiobutton" id="206">
+ <description>Setting6 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT206]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="button" id="207">
+ <description>Setting7 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT207]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="image" id="4">
+ <description>separator image</description>
+ <width>570</width>
+ <height>2</height>
+ <texture>separator.png</texture>
+ </control>
+ <control type="button" id="208">
+ <description>Setting8 Button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT208]</label>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ <control type="radiobutton" id="209">
+ <description>Setting9 Button</description>
+ <width>570</width>
+ <height>35</height>
+ <label>$LOCALIZE[SCRIPT209]</label>
+ <pulseonselect>no</pulseonselect>
+ <font>font12</font>
+ <texturefocus border="5">button-focus.png</texturefocus>
+ <texturenofocus border="5">button-nofocus.png</texturenofocus>
+ </control>
+ </control>
+ <!-- ** Required ** Do not change id's or type's -->
+ <control type="group" id="2000">
+ <posx>620</posx>
+ <posy>90</posy>
+ <control type="button" id="250">
+ <description>OK button</description>
+ <posx>0</posx>
+ <posy>0</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <label>$LOCALIZE[SCRIPT250]</label>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>254</onup>
+ <ondown>251</ondown>
+ </control>
+ <control type="button" id="251">
+ <description>Cancel button</description>
+ <posx>0</posx>
+ <posy>40</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <label>$LOCALIZE[SCRIPT251]</label>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>250</onup>
+ <ondown>252</ondown>
+ </control>
+ <control type="button" id="252">
+ <description>Update button</description>
+ <posx>0</posx>
+ <posy>80</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <label>$LOCALIZE[SCRIPT252]</label>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>251</onup>
+ <ondown>253</ondown>
+ </control>
+ <control type="button" id="253">
+ <description>Credits button</description>
+ <posx>0</posx>
+ <posy>120</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <label>$LOCALIZE[SCRIPT253]</label>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>252</onup>
+ <ondown>255</ondown>
+ </control>
+ <control type="button" id="255">
+ <description>Defaults button</description>
+ <posx>0</posx>
+ <posy>160</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <label>$LOCALIZE[SCRIPT255]</label>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>253</onup>
+ <ondown>254</ondown>
+ </control>
+ <control type="button" id="254">
+ <description>Play button</description>
+ <posx>0</posx>
+ <posy>200</posy>
+ <width>150</width>
+ <height>35</height>
+ <align>center</align>
+ <font>font12</font>
+ <label>$LOCALIZE[SCRIPT254]</label>
+ <texturefocus border="3">button-focus2.png</texturefocus>
+ <texturenofocus border="3">button-nofocus.png</texturenofocus>
+ <onleft>9000</onleft>
+ <onright>9000</onright>
+ <onup>255</onup>
+ <ondown>250</ondown>
+ </control>
+ </control>
+ </controls>
+</window>
\ No newline at end of file |