InfoPlus Fix e Migliorie

This commit is contained in:
Alhaziel01
2020-09-23 19:48:51 +02:00
parent abf5e48f0c
commit 385fd0fd8a
4 changed files with 252 additions and 175 deletions
+168 -81
View File
@@ -35,7 +35,7 @@
<control type="image" id='30000'>
<width>1280</width>
<height>720</height>
<texture colordiffuse="FF888888"></texture>
<texture colordiffuse="FF555555"></texture>
</control>
<!-- LOADING -->
@@ -48,152 +48,123 @@
<animation effect="rotate" center="640,360" start="0" end="-360" time="5000" loop="true" condition="Control.IsVisible(30011)">Conditional</animation>
</control>
<!-- PREVIOUS -->
<control type="button" id='30009'>
<left>0</left>
<bottom>0</bottom>
<width>1280</width>
<height>30</height>
<texturenofocus colordiffuse="00FFFFFF">white.png</texturenofocus>
<texturefocus colordiffuse="00FFFFFF">white.png</texturefocus>
<align>center</align>
</control>
<!-- NEXT -->
<control type="button" id='30010'>
<left>0</left>
<top>0</top>
<width>1280</width>
<height>30</height>
<texturenofocus colordiffuse="00FFFFFF">white.png</texturenofocus>
<texturefocus colordiffuse="00FFFFFF">white.png</texturefocus>
<align>center</align>
</control>
<control type="grouplist">
<top>60</top>
<top>75</top>
<orientation>vertical</orientation>
<defaultcontrol>30500</defaultcontrol>
<width>1280</width>
<height>600</height>
<height>570</height>
<onup>30007</onup>
<scrolltime tween="cubic" easing="out">300</scrolltime>
<!-- RECOMMENDATIONS -->
<control type="wraplist" id="30500">
<width>1280</width>
<height>600</height>
<width>100%</width>
<height>570</height>
<viewtype>wrap</viewtype>
<orientation>horizontal</orientation>
<scrolltime tween="sine" easing="out">300</scrolltime>
<itemlayout height="600" width="220">
<scrolltime tween="cubic" easing="out">300</scrolltime>
<itemlayout height="570" width="180">
<!-- Poster -->
<control type="image">
<bottom>0</bottom>
<left>0</left>
<width>200</width>
<height>300</height>
<width>180</width>
<height>270</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<aspectratio>scale</aspectratio>
<bordersize>10</bordersize>
</control>
</itemlayout>
<focusedlayout height="600" width="420">
<focusedlayout height="570" width="380">
<!-- Title -->
<control type="textbox">
<left>440</left>
<top>0</top>
<width>800</width>
<left>400</left>
<top>10</top>
<width>840</width>
<height>30</height>
<font>font30_title</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[B]$INFO[ListItem.Label] [COLOR FFAAAAAA]($INFO[ListItem.Property(year)])[/COLOR][/B] </label>
<label>[B]$INFO[ListItem.Label] [COLOR FFAAAAAA] $INFO[ListItem.Property(year)][/COLOR][/B] </label>
<align>left</align>
<aligny>center</aligny>
</control>
<!-- Tagline -->
<control type="textbox">
<left>440</left>
<top>40</top>
<width>800</width>
<height>30</height>
<font>font30</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[ListItem.Property(tagline)]</label>
<align>left</align>
</control>
<!-- Plot -->
<control type="textbox">
<left>440</left>
<top>80</top>
<width>800</width>
<height>180</height>
<font>font12</font>
<left>400</left>
<top>70</top>
<width>840</width>
<height>190</height>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[ListItem.Property(plot)]</label>
<autoscroll time="3000" delay="3000" repeat="3000">True</autoscroll>
<align>left</align>
</control>
<!-- Poster -->
<control type="image">
<bottom>0</bottom>
<left>0</left>
<width>400</width>
<height>600</height>
<width>380</width>
<height>570</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<aspectratio>scale</aspectratio>
<bordersize>10</bordersize>
</control>
</focusedlayout>
</control>
<!-- CAST -->
<!-- Actors -->
<control type="wraplist" id="30501">
<width>1280</width>
<height>600</height>
<height>570</height>
<viewtype>wrap</viewtype>
<orientation>horizontal</orientation>
<scrolltime tween="sine" easing="out">300</scrolltime>
<itemlayout height="600" width="220">
<scrolltime tween="cubic" easing="out">300</scrolltime>
<itemlayout height="570" width="180">
<!-- Poster -->
<control type="image">
<bottom>0</bottom>
<left>0</left>
<width>200</width>
<height>300</height>
<width>180</width>
<height>270</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<aspectratio>scale</aspectratio>
<bordersize>10</bordersize>
</control>
</itemlayout>
<focusedlayout height="600" width="420">
<focusedlayout height="570" width="380">
<!-- Title -->
<control type="textbox">
<left>440</left>
<top>0</top>
<width>800</width>
<left>400</left>
<top>10</top>
<width>840</width>
<height>30</height>
<font>font30_title</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[B]$INFO[ListItem.Label][/B] </label>
<label>[B]$INFO[ListItem.Property(title)][/B] </label>
<align>left</align>
<aligny>center</aligny>
</control>
<!-- Tagline -->
<control type="textbox">
<left>440</left>
<top>40</top>
<width>800</width>
<left>400</left>
<top>50</top>
<width>840</width>
<height>30</height>
<font>font30</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[ListItem.Property(job)]</label>
<label>[B]$INFO[ListItem.Property(job)][/B]</label>
<align>left</align>
</control>
<!-- Plot -->
<control type="textbox">
<left>440</left>
<top>80</top>
<width>800</width>
<left>400</left>
<top>90</top>
<width>830</width>
<height>180</height>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
@@ -206,22 +177,140 @@
<control type="image">
<bottom>0</bottom>
<left>0</left>
<width>400</width>
<height>600</height>
<width>380</width>
<height>570</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<aspectratio>scale</aspectratio>
<bordersize>10</bordersize>
</control>
</focusedlayout>
</control>
<!-- CAST -->
<control type="wraplist" id="30502">
<width>1280</width>
<height>570</height>
<viewtype>wrap</viewtype>
<orientation>horizontal</orientation>
<scrolltime tween="cubic" easing="out">300</scrolltime>
<itemlayout height="570" width="180">
<!-- Background -->
<control type="image">
<bottom>0</bottom>
<left>0</left>
<width>180</width>
<height>270</height>
<texture colordiffuse="FF232323">white.png</texture>
<aspectratio>scale</aspectratio>
<bordersize>10</bordersize>
</control>
<!-- Poster -->
<control type="image">
<bottom>0</bottom>
<left>0</left>
<width>180</width>
<height>270</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<aspectratio>scale</aspectratio>
<bordersize>10</bordersize>
</control>
<!-- DEPARTMENT -->
<control type="textbox">
<visible>String.IsEmpty(ListItem.Property(thumbnail))</visible>
<left>0</left>
<bottom>0</bottom>
<width>180</width>
<height>270</height>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<label>[B]$INFO[ListItem.Property(department)][/B]</label>
<autoscroll delay="3000" time="2000" repeat="3000"></autoscroll>
<align>center</align>
<aligny>center</aligny>
</control>
</itemlayout>
<focusedlayout height="570" width="380">
<!-- Title -->
<control type="textbox">
<left>400</left>
<top>10</top>
<width>840</width>
<height>30</height>
<font>font30_title</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[B]$INFO[ListItem.Property(title)][/B] </label>
<align>left</align>
<aligny>center</aligny>
</control>
<!-- Tagline -->
<control type="textbox">
<left>400</left>
<top>50</top>
<width>840</width>
<height>30</height>
<font>font30</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[B]$INFO[ListItem.Property(job)][/B]</label>
<align>left</align>
</control>
<!-- Plot -->
<control type="textbox">
<left>400</left>
<top>90</top>
<width>830</width>
<height>180</height>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[ListItem.Property(bio)]</label>
<autoscroll delay="3000" time="2000" repeat="3000"></autoscroll>
<align>left</align>
</control>
<!-- Background -->
<control type="image">
<bottom>0</bottom>
<left>0</left>
<width>380</width>
<height>570</height>
<texture colordiffuse="FF232323">white.png</texture>
<aspectratio>scale</aspectratio>
<bordersize>10</bordersize>
</control>
<!-- Poster -->
<control type="image">
<bottom>0</bottom>
<left>0</left>
<width>380</width>
<height>570</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<aspectratio>scale</aspectratio>
<bordersize>10</bordersize>
</control>
<!-- Department -->
<control type="textbox">
<visible>String.IsEmpty(ListItem.Property(thumbnail))</visible>
<left>0</left>
<top>0</top>
<width>380</width>
<height>570</height>
<font>font30_title</font>
<textcolor>FFFFFFFF</textcolor>
<label>$INFO[ListItem.Property(department)]</label>
<autoscroll delay="3000" time="2000" repeat="3000"></autoscroll>
<align>center</align>
<aligny>center</aligny>
</control>
</focusedlayout>
</control>
</control>
<control type="group">
<top>15</top>
<right>15</right>
<top>25</top>
<right>25</right>
<height>50</height>
<width>220</width>
<visible allowhiddenfocus="true">!Control.HasFocus(30501)</visible>
<visible allowhiddenfocus="true">Control.HasFocus(30500) | Control.HasFocus(30006) | Control.HasFocus(30007) | Control.HasFocus(30008)</visible>
<control type="image">
<width>50</width>
<height>50</height>
@@ -244,7 +333,6 @@
<height>50</height>
<texturenofocus colordiffuse="AAFFFFFF">Infoplus/trailer.png</texturenofocus>
<texturefocus colordiffuse="FFFFFFFF">Infoplus/trailer.png</texturefocus>
<onup>30501</onup>
<ondown>30500</ondown>
<onleft>30008</onleft>
<onright>30008</onright>
@@ -255,7 +343,6 @@
<height>50</height>
<texturenofocus colordiffuse="AAFFFFFF">Infoplus/search.png</texturenofocus>
<texturefocus colordiffuse="FFFFFFFF">Infoplus/search.png</texturefocus>
<onup>30501</onup>
<ondown>30500</ondown>
<onleft>30007</onleft>
<onright>30007</onright>
+24 -22
View File
@@ -35,7 +35,7 @@
<control type="image" id='30000'>
<width>1280</width>
<height>720</height>
<texture colordiffuse="FF888888"/>
<texture colordiffuse="FF555555"/>
</control>
<!-- LOADING -->
<control type="image" id='30011'>
@@ -49,7 +49,7 @@
<!-- TITLE -->
<control type="textbox" id='30001'>
<left>40</left>
<top>15</top>
<top>50</top>
<width>1000</width>
<height>30</height>
<font>font30_title</font>
@@ -62,28 +62,29 @@
<!-- SEARCH ITEM -->
<control type="fixedlist" id="30500">
<top>60</top>
<bottom>40</bottom>
<width>1280</width>
<height>600</height>
<height>570</height>
<onup>30012</onup>
<orientation>horizontal</orientation>
<scrolltime tween="sine" easing="out">300</scrolltime>
<itemlayout height="600" width="220">
<scrolltime tween="cubic" easing="out">300</scrolltime>
<itemlayout height="570" width="180">
<!-- Poster -->
<control type="image">
<bottom>0</bottom>
<left>0</left>
<width>200</width>
<height>300</height>
<width>180</width>
<height>270</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
</itemlayout>
<focusedlayout height="600" width="420">
<focusedlayout height="570" width="380">
<!-- Title -->
<control type="textbox">
<left>440</left>
<top>0</top>
<left>400</left>
<top>10</top>
<width>800</width>
<height>30</height>
<font>font30_title</font>
@@ -95,23 +96,23 @@
</control>
<!-- Tagline -->
<control type="textbox">
<left>440</left>
<top>40</top>
<left>400</left>
<top>50</top>
<width>800</width>
<height>30</height>
<font>font30</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[ListItem.Property(channel)]</label>
<label>[B]$INFO[ListItem.Property(channel)][/B]</label>
<align>left</align>
</control>
<!-- Plot -->
<control type="textbox">
<left>440</left>
<top>80</top>
<left>400</left>
<top>90</top>
<width>800</width>
<height>180</height>
<font>font12</font>
<height>170</height>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[ListItem.Property(plot)]</label>
@@ -121,16 +122,17 @@
<control type="image">
<bottom>0</bottom>
<left>0</left>
<width>400</width>
<height>600</height>
<width>380</width>
<height>570</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
</focusedlayout>
</control>
<control type="list" id="30012">
<top>15</top>
<right>15</right>
<top>25</top>
<right>25</right>
<height>50</height>
<width>140</width>
<align>right</align>
+12 -22
View File
@@ -35,7 +35,7 @@
<control type="image" id='30000'>
<width>1280</width>
<height>720</height>
<texture colordiffuse="FF888888"/>
<texture colordiffuse="FF555555"/>
</control>
<!-- LOADING -->
<control type="image" id='30011'>
@@ -49,7 +49,7 @@
<!-- TITLE -->
<control type="textbox" id='30001'>
<left>40</left>
<top>15</top>
<top>50</top>
<width>1000</width>
<height>30</height>
<font>font30_title</font>
@@ -68,7 +68,7 @@
<orientation>horizontal</orientation>
<onup>30012</onup>
<scrolltime tween="sine" easing="out">300</scrolltime>
<itemlayout height="400" width="220">
<itemlayout height="400" width="200">
<!-- Poster -->
<control type="image">
<bottom>0</bottom>
@@ -76,10 +76,11 @@
<width>200</width>
<height>200</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
</itemlayout>
<focusedlayout height="400" width="420">
<focusedlayout height="400" width="400">
<!-- Title -->
<control type="textbox">
<left>440</left>
@@ -89,29 +90,17 @@
<font>font30_title</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>[B]$INFO[ListItem.Label] [COLOR FFAAAAAA]($INFO[ListItem.Property(server)])[/COLOR][/B] </label>
<label>[B]$INFO[ListItem.Property(server)] [COLOR FFAAAAAA]$INFO[ListItem.Property(quality)][/COLOR][/B] </label>
<align>left</align>
<aligny>center</aligny>
</control>
<!-- Tagline -->
<control type="textbox">
<left>440</left>
<top>40</top>
<width>800</width>
<height>30</height>
<font>font30</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[ListItem.Property(quality)]</label>
<align>left</align>
</control>
<!-- Plot -->
<control type="textbox">
<left>440</left>
<top>80</top>
<top>40</top>
<width>800</width>
<height>180</height>
<font>font12</font>
<height>120</height>
<font>font13</font>
<textcolor>FFFFFFFF</textcolor>
<shadowcolor>00000000</shadowcolor>
<label>$INFO[ListItem.Property(plot)]</label>
@@ -124,14 +113,15 @@
<width>400</width>
<height>400</height>
<texture>$INFO[ListItem.Property(thumbnail)]</texture>
<bordersize>10</bordersize>
<aspectratio>scale</aspectratio>
</control>
</focusedlayout>
</control>
<control type="list" id="30012">
<top>15</top>
<right>15</right>
<top>25</top>
<right>25</right>
<height>50</height>
<width>140</width>
<align>right</align>