bits n bobs

This commit is contained in:
chrisbevan 2016-07-24 19:39:38 +01:00
parent 1204dd44de
commit a245b44cc8
8 changed files with 157 additions and 122 deletions

View File

@ -6,8 +6,8 @@
<controls> <controls>
<include>modalDialog</include> <include>modalDialog</include>
<control type="group"> <control type="group">
<posx>col-8-begin</posx> <posx>col-9-begin</posx>
<posy>row-3-begin</posy> <posy>row-2-begin</posy>
<!--animations--> <!--animations-->
<include>modalDialogInOut</include> <include>modalDialogInOut</include>
<control type="image"> <control type="image">
@ -20,7 +20,7 @@
</control> </control>
<control type="panel" id="5"> <control type="panel" id="5">
<posx>0</posx> <posx>0</posx>
<posy>11-row</posy> <posy>13-row</posy>
<width>12-col</width> <width>12-col</width>
<height>12-row</height> <height>12-row</height>
<itemlayout width="8-col" height="36"> <itemlayout width="8-col" height="36">

View File

@ -80,7 +80,7 @@
<visible>container.content(albums) + !container.content(songs) + [SubString(container.folderpath,musicdb://artists) | SubString(container.folderpath,musicdb://genres)]</visible> <visible>container.content(albums) + !container.content(songs) + [SubString(container.folderpath,musicdb://artists) | SubString(container.folderpath,musicdb://genres)]</visible>
<posx>72</posx> <posx>72</posx>
<posy>row-21-begin</posy> <posy>row-21-begin</posy>
<width>1800</width> <width>1848</width>
<height>9-row</height> <height>9-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<ondown>50</ondown> <ondown>50</ondown>

View File

@ -64,7 +64,7 @@
</animation> </animation>
<posx>72</posx> <posx>72</posx>
<posy>row-21-begin</posy> <posy>row-21-begin</posy>
<width>1800</width> <width>1848</width>
<height>9-row</height> <height>9-row</height>
<onup>9123</onup> <onup>9123</onup>
<onleft>9000</onleft> <onleft>9000</onleft>

View File

@ -47,8 +47,8 @@
<width>6-col-gutter</width> <width>6-col-gutter</width>
<height>4-col-gutter</height> <height>4-col-gutter</height>
<aspectratio>scale</aspectratio> <aspectratio>scale</aspectratio>
<texture fallback="DefaultPoster.png" border="6">$INFO[Listitem.thumb]</texture> <texture fallback="DefaultPoster.png">$INFO[Listitem.thumb]</texture>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="6">colors/white.png</bordertexture>
<bordersize>6</bordersize> <bordersize>6</bordersize>
<colordiffuse>ffffffff</colordiffuse> <colordiffuse>ffffffff</colordiffuse>
</control> </control>

View File

@ -75,14 +75,11 @@
<visible>!isempty(container.folderpath) + !StringCompare(container.foldername,files) + !container.content(episodes) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible> <visible>!isempty(container.folderpath) + !StringCompare(container.foldername,files) + !container.content(episodes) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-17-begin</posy> <posy>row-17-begin</posy>
<width>24-col</width> <width>1836</width>
<height>11-row</height> <height>11-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>58</onright>
<ondown>50</ondown> <orientation>horizontal</orientation>
<onup>50</onup>
<pagecontrol>60</pagecontrol>
<preloaditems>2</preloaditems>
<itemlayout width="4-col" height="391"> <itemlayout width="4-col" height="391">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>

View File

@ -20,129 +20,174 @@
</control> </control>
<include>kenBurnsey</include> <include>kenBurnsey</include>
</control> </control>
<!--cover art-->
<control type="group">
<posx>col-17-begin</posx>
<posy>222</posy>
<control type="group">
<visible>Substring(container.folderpath,videodb://) + Library.HasContent(tvshows) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons) + !container.content(files)</visible>
<animation type="windowopen">
<effect type="fade" start="0" end="100" time="300" delay="700"/>
<effect type="slide" start="3-col" end="0" center="auto" tween="cubic" easing="out" time="400" delay="700"/>
<effect type="rotateY" end="5" center="auto,auto" time="500"/>
<effect type="zoom" end="90" time="0"/>
</animation>
<control type="group">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>768</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" fallback="colors/offblack.png" border="0">$INFO[Listitem.art(poster)]</texture>
<fadetime>200</fadetime>
</control>
<control type="image">
<posx>0</posx>
<posy>768</posy>
<width>8-col</width>
<height>2-row</height>
<aspectratio align="center" aligny="top">scale</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/thumbFader.png" flipy="true">$INFO[Listitem.art(poster)]</texture>
<fadetime>200</fadetime>
</control>
</control>
</control>
</control>
<control type="panel" id="50"> <control type="panel" id="50">
<visible>Substring(container.folderpath,videodb://) + Library.HasContent(tvshows) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons) + !container.content(files)</visible> <visible>Substring(container.folderpath,videodb://) + Library.HasContent(tvshows) + !isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons) + !container.content(files)</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>1800</width> <width>15-col</width>
<height>25-row</height> <height>23-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
<ondown>50</ondown> <ondown>50</ondown>
<onup>50</onup> <onup>50</onup>
<scrolltime tween="cubic" easing="out">600</scrolltime>
<onback>9000</onback>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="444" height="336"> <itemlayout width="15-col" height="2-row">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>3</posy>
<width>66</width>
<height>66</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/black.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>13-col-textbox</width>
<height>4-col-gutter</height> <height>69</height>
<aspectratio>scale</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="6">DefaultPoster.png</texture> <texture border="0">colors/black.png</texture>
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture> <colordiffuse>textboxInactive</colordiffuse>
<bordersize>6</bordersize> </control>
<colordiffuse>overlay</colordiffuse>
<control type="image">
<posx>14-col</posx>
<posy>0</posy>
<width>1-col</width>
<height>69</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control> </control>
<control type="label"> <control type="label">
<visible>isempty(ListItem.Title)</visible> <posx>1-col-indent</posx>
<posx>12</posx> <posy>0</posy>
<posy>4-row</posy> <width>11-col-gutter</width>
<width>384</width> <height>2-row</height>
<height>3-row</height>
<align>center</align>
<aligny>center</aligny> <aligny>center</aligny>
<font>itemTitle</font> <font>itemTitle</font>
<textcolor>textActive</textcolor> <textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label> <shadowcolor>-</shadowcolor>
<shadowcolor>ff333333</shadowcolor> <label>$INFO[ListItem.Label]</label>
</control> </control>
<control type="label"> <control type="label">
<posx>12</posx> <posx>11-col-indent</posx>
<posy>268</posy>
<width>384</width>
<height>1-row</height>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>ff333333</shadowcolor>
</control>
<control type="label">
<posx>12</posx>
<posy>268</posy>
<width>384</width>
<height>1-row</height>
<align>right</align>
<aligny>center</aligny>
<font>thumbTitle</font>
<textcolor>textDisabled</textcolor>
<label>$INFO[ListItem.Property(TotalEpisodes)] $LOCALIZE[31189]</label>
<shadowcolor>ff333333</shadowcolor>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>6-col-gutter</width> <width>3-col-gutter</width>
<height>4-col-gutter</height> <height>2-row</height>
<aspectratio>scale</aspectratio> <aligny>center</aligny>
<texture fallback="DefaultPoster.png" border="6">$INFO[Listitem.art(fanart)]</texture> <align>right</align>
<bordertexture border="3" colordiffuse="07FFFFFF">colors/white.png</bordertexture> <font>itemSubTitle</font>
<bordersize>3</bordersize> <textcolor>textActive</textcolor>
<colordiffuse>ffffffff</colordiffuse> <shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label>
</control>
<control type="label">
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
<posx>985</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="444" height="336"> <focusedlayout width="15-col" height="2-row">
<control type="group"> <control type="image">
<include>focusThumb</include> <posx>0</posx>
<control type="image"> <posy>3</posy>
<posx>0</posx> <width>66</width>
<posy>0</posy> <height>66</height>
<width>6-col-gutter</width> <aspectratio scalediffuse="false">stretch</aspectratio>
<height>4-col-gutter</height> <texture fallback="colors/white.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.thumb]</texture>
<aspectratio>scale</aspectratio> <animation type="focus" loop="false" reversible="false">
<texture fallback="DefaultPoster.png" border="6">$INFO[Listitem.art(fanart)]</texture> <effect type="fade" time="500"/>
<bordertexture border="6" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
<bordersize>6</bordersize> </animation>
<colordiffuse>ffffffff</colordiffuse> </control>
</control> <control type="image">
<control type="label"> <posx>1-col</posx>
<visible>isempty(ListItem.Title)</visible> <posy>0</posy>
<posx>12</posx> <width>14-col</width>
<posy>4-row</posy> <height>2-row</height>
<width>384</width> <aspectratio>stretch</aspectratio>
<height>3-row</height> <texture border="0">colors/white.png</texture>
<align>center</align> <colordiffuse>highlight</colordiffuse>
<aligny>center</aligny> </control>
<font>itemTitle</font> <control type="label">
<textcolor>textActive</textcolor> <posx>1-col-indent</posx>
<label>$INFO[ListItem.label]</label> <posy>0</posy>
<shadowcolor>ff333333</shadowcolor> <width>11-col-gutter</width>
</control> <height>2-row</height>
<control type="label"> <aligny>center</aligny>
<posx>12</posx> <font>itemTitle</font>
<posy>268</posy> <textcolor>textActive</textcolor>
<width>384</width> <shadowcolor>-</shadowcolor>
<height>1-row</height> <label>$INFO[ListItem.Label]</label>
<aligny>center</aligny> </control>
<font>thumbTitle</font> <control type="label">
<textcolor>textActive</textcolor> <posx>11-col-indent</posx>
<label>$INFO[ListItem.label]</label> <posy>0</posy>
<shadowcolor>ff333333</shadowcolor> <width>3-col-gutter</width>
</control> <height>2-row</height>
<control type="label"> <aligny>center</aligny>
<posx>12</posx> <align>right</align>
<posy>268</posy> <font>itemSubTitle</font>
<width>384</width> <textcolor>textActive</textcolor>
<height>1-row</height> <shadowcolor>-</shadowcolor>
<align>right</align> <label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label>
<aligny>center</aligny> </control>
<font>thumbTitle</font> <control type="label">
<textcolor>textActive</textcolor> <visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
<label>$INFO[ListItem.Property(TotalEpisodes)] $LOCALIZE[31189]</label> <posx>985</posx>
<shadowcolor>ff333333</shadowcolor> <posy>0</posy>
</control> <width>1-col</width>
<height>2-row</height>
<aligny>center</aligny>
<align>right</align>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>

View File

@ -83,7 +83,7 @@
</animation> </animation>
<posx>72</posx> <posx>72</posx>
<posy>row-20-begin</posy> <posy>row-20-begin</posy>
<width>1800</width> <width>1848</width>
<height>9-row</height> <height>9-row</height>
<onup>9123</onup> <onup>9123</onup>
<onleft>9000</onleft> <onleft>9000</onleft>

View File

@ -46,15 +46,8 @@
Add mini screen / view during menu option Add mini screen / view during menu option
Check Youtube addon login issue
Photo section needs revision
Improve handling of new users (bring through images from homescreen etc) Improve handling of new users (bring through images from homescreen etc)
PVR Recording schedule (integrate with recordings) PVR Recording schedule (integrate with recordings)
Complete DialogAudioDSPManager.xml and DialogAudioDSPSettings.xmls