Bits and bobs

This commit is contained in:
Chris Bevan 2016-05-29 18:38:50 +01:00
parent 968e27da49
commit 74048c5bdc
8 changed files with 63 additions and 123 deletions

View File

@ -72,10 +72,25 @@
<font>textbox</font> <font>textbox</font>
<width>24-col</width> <width>24-col</width>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<height>114</height> <height>84</height>
<label fallback="31205">$INFO[videoplayer.plot]</label> <label fallback="31205">$INFO[videoplayer.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/> <autoscroll delay="10000" time="1000" repeat="10000"/>
</control> </control>
<control type="group">
<visible>Pvr.IsPlayingTv | Pvr.IsPlayingRadio</visible>
<posx>0</posx>
<posy>5-row</posy>
<control type="label">
<posx>96r</posx>
<posy>6</posy>
<font>buttonTitle</font>
<align>right</align>
<width>fullscreenWidth</width>
<textcolor>textActive</textcolor>
<height>1-row</height>
<label>[B][COLOR highlight]$LOCALIZE[31047] $INFO[VideoPlayer.TimeRemaining][/COLOR] - $INFO[VideoPlayer.NextTitle][/B]</label>
</control>
</control>
</control> </control>
</control> </control>
<!--debugging--> <!--debugging-->

View File

@ -179,7 +179,7 @@
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus"> <animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
<effect type="fade" start="100" end="0" time="200"/> <effect type="fade" start="100" end="0" time="200"/>
</animation> </animation>
<posx>72</posx> <posx>60</posx>
<posy>672</posy> <posy>672</posy>
<width>24-col</width> <width>24-col</width>
<height>78</height> <height>78</height>
@ -189,11 +189,12 @@
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="4-col" height="2-row"> <itemlayout width="4-col" height="2-row">
<control type="label"> <control type="label">
<posx>12</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col</width> <width>4-col</width>
<height>2-row</height> <height>2-row</height>
<font>buttonTitle</font> <font>buttonTitle</font>
<align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
@ -212,12 +213,13 @@
<animation effect="fade" start="100" end="20" time="750" condition="Control.HasFocus(9123)" pulse="true">Conditional</animation> <animation effect="fade" start="100" end="20" time="750" condition="Control.HasFocus(9123)" pulse="true">Conditional</animation>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col</width> <width>4-col</width>
<height>2-row</height> <height>2-row</height>
<font>buttonTitle</font> <font>buttonTitle</font>
<aligny>center</aligny> <aligny>center</aligny>
<align>center</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>[B]$INFO[ListItem.property(textTitle)][/B]</label> <label>[B]$INFO[ListItem.property(textTitle)][/B]</label>

View File

@ -5,148 +5,64 @@
<control type="panel" id="52"> <control type="panel" id="52">
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>24-col</width> <width>1800</width>
<height>24-row</height> <height>25-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
<ondown>52</ondown> <ondown>50</ondown>
<onup>52</onup> <onup>50</onup>
<onback>9000</onback>
<pagecontrol>60</pagecontrol>
<scrolltime tween="cubic" easing="out">600</scrolltime> <scrolltime tween="cubic" easing="out">600</scrolltime>
<itemlayout width="6-col" height="294"> <pagecontrol>60</pagecontrol>
<itemlayout width="444" height="336">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>396</width> <width>6-col-gutter</width>
<height>264</height> <height>4-col-gutter</height>
<aspectratio>stretch</aspectratio> <aspectratio>scale</aspectratio>
<texture border="6">DefaultAlbumCover.png</texture> <texture fallback="DefaultPoster.png" border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture> <bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx> <posx>12</posx>
<posy>2-row</posy> <posy>268</posy>
<width>372</width> <width>384</width>
<height>2-row</height> <height>1-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>thumbTitle</font>
<textcolor>textDisabled</textcolor> <textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> <shadowcolor>ff333333</shadowcolor>
<control type="label">
<visible>!controlgroup(9000).hasfocus</visible>
<posx>12</posx>
<posy>3-row</posy>
<width>372</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Property(Addon.Summary)]</label>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>396</width>
<height>264</height>
<aspectratio>scale</aspectratio>
<texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="6-col" height="294"> <focusedlayout width="444" height="336">
<control type="group"> <control type="group">
<include>focusThumb</include> <include>focusThumb</include>
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>396</width> <width>6-col-gutter</width>
<height>264</height> <height>4-col-gutter</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture border="6">DefaultAlbumCover.png</texture> <texture fallback="DefaultPoster.png" border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>396</width>
<height>264</height>
<aspectratio>scale</aspectratio>
<texture border="6">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>6</bordersize>
<colordiffuse>ff666666</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>12</posx>
<posy>2-row</posy> <posy>268</posy>
<width>372</width> <width>384</width>
<height>2-row</height> <height>1-row</height>
<align>center</align> <align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>regularStrong</font> <font>thumbTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <label>$INFO[ListItem.label]</label>
</control> <shadowcolor>ff333333</shadowcolor>
<control type="label">
<posx>12</posx>
<posy>3-row</posy>
<width>372</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Property(Addon.Summary)]</label>
</control>
<control type="grouplist">
<posx>114</posx>
<posy>row-5-begin</posy>
<width>6-col</width>
<orientation>horizontal</orientation>
<visible>!isempty(ListItem.PicturePath)</visible>
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31186]</label>
</control>
<control type="label">
<width>24</width>
<height>2-row</height>
<aligny>center</aligny>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="label">
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$LOCALIZE[31184]</label>
</control>
</control> </control>
</control> </control>
</focusedlayout> </focusedlayout>

View File

@ -30,7 +30,6 @@
<onright>60</onright> <onright>60</onright>
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<onback>9000</onback>
<scrolltime tween="cubic" easing="out">600</scrolltime> <scrolltime tween="cubic" easing="out">600</scrolltime>
<onback>9000</onback> <onback>9000</onback>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>

View File

@ -318,7 +318,7 @@
<animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus"> <animation type="Conditional" condition="controlgroup(9000).hasfocus | controlgroup(9002).hasfocus | controlgroup(100).hasfocus">
<effect type="fade" start="100" end="0" time="200"/> <effect type="fade" start="100" end="0" time="200"/>
</animation> </animation>
<posx>72</posx> <posx>60</posx>
<posy>636</posy> <posy>636</posy>
<width>24-col</width> <width>24-col</width>
<height>84</height> <height>84</height>
@ -328,12 +328,13 @@
<orientation>horizontal</orientation> <orientation>horizontal</orientation>
<itemlayout width="4-col" height="2-row"> <itemlayout width="4-col" height="2-row">
<control type="label"> <control type="label">
<posx>12</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col</width> <width>4-col</width>
<height>2-row</height> <height>2-row</height>
<font>buttonTitle</font> <font>buttonTitle</font>
<aligny>center</aligny> <aligny>center</aligny>
<align>center</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>[B]$INFO[ListItem.property(textTitle)][/B]</label> <label>[B]$INFO[ListItem.property(textTitle)][/B]</label>
@ -351,12 +352,13 @@
<animation effect="fade" start="100" end="20" time="750" condition="Control.HasFocus(9123)" pulse="true">Conditional</animation> <animation effect="fade" start="100" end="20" time="750" condition="Control.HasFocus(9123)" pulse="true">Conditional</animation>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>4-col</width> <width>4-col</width>
<height>2-row</height> <height>2-row</height>
<font>buttonTitle</font> <font>buttonTitle</font>
<aligny>center</aligny> <aligny>center</aligny>
<align>center</align>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor> <shadowcolor>-</shadowcolor>
<label>[B]$INFO[ListItem.property(textTitle)][/B]</label> <label>[B]$INFO[ListItem.property(textTitle)][/B]</label>

View File

@ -117,7 +117,7 @@
<width>9-col</width> <width>9-col</width>
<height>2-row</height> <height>2-row</height>
<texture>colors/black.png</texture> <texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse> <colordiffuse>99000000</colordiffuse>
</control> </control>
<control type="progress"> <control type="progress">
<description>Duration</description> <description>Duration</description>

View File

@ -44,7 +44,9 @@
***To do (Skinners Notes)*** ***To do (Skinners Notes)***
Extend sort menus to include music / games etc shortcuts Update music library not working
Photo section needs revision (incl. Onback)
PVR item info rework PVR item info rework

View File

@ -213,6 +213,10 @@ msgctxt "#31046"
msgid "Field:" msgid "Field:"
msgstr "" msgstr ""
msgctxt "#31047"
msgid "Starting in"
msgstr ""
msgctxt "#31048" msgctxt "#31048"
msgid "Create Folder" msgid "Create Folder"
msgstr "" msgstr ""