This commit is contained in:
Chris Bevan 2015-11-06 20:36:39 +00:00
parent 5af4dbebf7
commit 4400c501c8
7 changed files with 65 additions and 110 deletions

View File

@ -307,7 +307,6 @@
<onclick>SendClick(2003,6)</onclick> <onclick>SendClick(2003,6)</onclick>
</item> </item>
<item> <item>
<visible>!System.HasAddon(script.artwork.downloader)</visible>
<label>13511</label> <label>13511</label>
<label2></label2> <label2></label2>
<thumb>-</thumb> <thumb>-</thumb>
@ -319,7 +318,7 @@
<onclick condition="Container.Content(movies)">XBMC.RunScript(script.artwork.downloader, mode=gui, mediatype=movie, dbid=$INFO[ListItem.DBID])</onclick> <onclick condition="Container.Content(movies)">XBMC.RunScript(script.artwork.downloader, mode=gui, mediatype=movie, dbid=$INFO[ListItem.DBID])</onclick>
<onclick condition="Container.Content(tvshows)">RunScript(script.artwork.downloader,mode=gui, mediatype=tvshow, dbid=$INFO[ListItem.DBID])</onclick> <onclick condition="Container.Content(tvshows)">RunScript(script.artwork.downloader,mode=gui, mediatype=tvshow, dbid=$INFO[ListItem.DBID])</onclick>
<label>$INFO[System.AddonTitle(script.artwork.downloader)]</label> <label>$INFO[System.AddonTitle(script.artwork.downloader)]</label>
<visible>System.HasAddon(script.artwork.downloader)</visible> <visible>false</visible>
</item> </item>
<item> <item>
<label>38023</label> <label>38023</label>

View File

@ -40,7 +40,7 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>396</height> <height>396</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture> <texture border="3">defaultPoster.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
@ -94,7 +94,7 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>396</height> <height>396</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[ListItem.Art(poster)]</texture> <texture fallback="defaultPoster.png" border="0">$INFO[ListItem.Art(poster)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>

View File

@ -89,7 +89,7 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>396</height> <height>396</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture> <texture border="3">defaultPoster.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture> <bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
@ -139,7 +139,7 @@
<width>4-col-gutter</width> <width>4-col-gutter</width>
<height>396</height> <height>396</height>
<aspectratio aligny="top">scale</aspectratio> <aspectratio aligny="top">scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[ListItem.thumb]</texture> <texture fallback="defaultPoster.png" border="0">$INFO[ListItem.thumb]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture> <bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>ff666666</colordiffuse> <colordiffuse>ff666666</colordiffuse>

View File

@ -27,7 +27,7 @@
<visible>!isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible> <visible>!isempty(container.foldername) + !StringCompare(container.foldername,files) + !container.content(movies) + !container.content(episodes) + !container.content(seasons) + !Substring(Container.folderpath,plugin) + !container.content(addons)</visible>
<posx>col-1-begin</posx> <posx>col-1-begin</posx>
<posy>row-5-begin</posy> <posy>row-5-begin</posy>
<width>12-col</width> <width>1800</width>
<height>25-row</height> <height>25-row</height>
<onleft>9000</onleft> <onleft>9000</onleft>
<onright>60</onright> <onright>60</onright>
@ -35,114 +35,70 @@
<onup>50</onup> <onup>50</onup>
<onback>activateWindow(home)</onback> <onback>activateWindow(home)</onback>
<pagecontrol>60</pagecontrol> <pagecontrol>60</pagecontrol>
<itemlayout width="12-col" height="3-row"> <itemlayout width="444" height="300">
<control type="image"> <control type="image">
<posx>0</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>1-col</width> <width>6-col-gutter</width>
<height>3-row</height> <height>4-col-gutter</height>
<aspectratio scalediffuse="false" align="right">scale</aspectratio> <aspectratio>scale</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture> <texture fallback="colors/offblack.png" border="0">$INFO[Listitem.art(fanart)]</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control> </control>
<control type="image"> <control type="image">
<posx>1-col</posx> <posx>0</posx>
<posy>0</posy> <posy>0</posy>
<width>11-col</width> <width>6-col-gutter</width>
<height>3-row</height> <height>4-col-gutter</height>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="0">colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control> </control>
<control type="label"> <control type="image">
<posx>1-col-indent</posx> <posx>0</posx>
<posy>0</posy> <posy>row-3-begin</posy>
<width>8-col-gutter</width> <width>6-col-gutter</width>
<height>2-row</height> <height>2-col-gutter</height>
<aligny>center</aligny> <aspectratio>keep</aspectratio>
<font>itemTitle</font> <texture>$INFO[ListItem.Art(clearlogo)]</texture>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<posx>1-col-indent</posx>
<posy>1-row</posy>
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$VAR[itemDetail]</label>
</control>
<control type="label">
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
<right>12</right>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<align>right</align>
<aligny>center</aligny>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Property(UnWatchedEpisodes)] [LOWERCASE]$LOCALIZE[16101][/LOWERCASE]</label>
</control> </control>
</itemlayout> </itemlayout>
<focusedlayout width="12-col" height="3-row"> <focusedlayout width="444" height="300">
<control type="image"> <control type="group">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>3-row</height>
<aspectratio scalediffuse="false" align="right">scale</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.thumb]</texture>
<animation type="focus" loop="false" reversible="false"> <animation type="focus" loop="false" reversible="false">
<effect type="rotatey" start="0" end="-15" center="36" tween="back" easing="out" time="300"/> <effect type="rotatey" start="0" end="-15" center="132" tween="back" easing="out" time="300"/>
<effect type="rotatey" start="0" end="15" center="36" tween="back" easing="out" delay="300" time="300"/> <effect type="rotatey" start="0" end="15" center="132" tween="back" easing="out" delay="300" time="300"/>
<effect type="zoom" start="95" end="110" center="auto" tween="back" easing="out" time="300"/>
</animation> </animation>
</control> <control type="image">
<control type="image"> <posx>0</posx>
<posx>1-col</posx> <posy>0</posy>
<posy>0</posy> <width>6-col-gutter</width>
<width>11-col</width> <height>4-col-gutter</height>
<height>3-row</height> <aspectratio scalediffuse="false" align="right">scale</aspectratio>
<aspectratio>stretch</aspectratio> <texture fallback="defaultPoster.png" border="0">$INFO[Listitem.art(fanart)]</texture>
<texture border="0">colors/white.png</texture> <bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<colordiffuse>highlight</colordiffuse> <bordersize>3</bordersize>
</control> <colordiffuse>ffffffff</colordiffuse>
<control type="label"> </control>
<posx>1-col-indent</posx> <control type="image">
<posy>0</posy> <posx>3</posx>
<width>8-col-gutter</width> <posy>3</posy>
<height>2-row</height> <width>402</width>
<aligny>center</aligny> <height>258</height>
<font>itemTitle</font> <texture>vignette.png</texture>
<textcolor>textActive</textcolor> <colordiffuse>ffffffff</colordiffuse>
<shadowcolor>-</shadowcolor> <aspectratio>stretch</aspectratio>
<label>$INFO[ListItem.Label]</label> </control>
</control> <control type="image">
<control type="label"> <posx>0</posx>
<posx>1-col-indent</posx> <posy>row-3-begin</posy>
<posy>1-row</posy> <width>6-col-gutter</width>
<width>11-col-gutter</width> <height>2-col-gutter</height>
<height>2-row</height> <aspectratio>keep</aspectratio>
<aligny>center</aligny> <texture>$INFO[ListItem.Art(clearlogo)]</texture>
<font>itemSubTitle</font> </control>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$VAR[itemDetail]</label>
</control>
<control type="label">
<visible>IntegerGreaterThan(ListItem.Property(UnWatchedEpisodes),0)</visible>
<right>12</right>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<align>right</align>
<aligny>center</aligny>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Property(UnWatchedEpisodes)] [LOWERCASE]$LOCALIZE[16101][/LOWERCASE]</label>
</control> </control>
</focusedlayout> </focusedlayout>
</control> </control>

View File

@ -171,7 +171,7 @@
<height>288</height> <height>288</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture> <texture border="3">colors/black.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/offblack.png</bordertexture> <bordertexture colordiffuse="ffFFFFFF">defaultPoster.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>
@ -260,7 +260,7 @@
<height>288</height> <height>288</height>
<aspectratio>stretch</aspectratio> <aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture> <texture border="3">colors/black.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/offblack.png</bordertexture> <bordertexture colordiffuse="ffFFFFFF">defaultPoster.png</bordertexture>
<bordersize>3</bordersize> <bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse> <colordiffuse>textboxInactive</colordiffuse>
</control> </control>

View File

@ -26,19 +26,19 @@
***To do*** ***To do***
Reinstate artwork downloader into videoinfo (replace existing artwork button? No - but need to integrate both somehow!)
DialogPVRinfo - button update DialogPVRinfo - button update
Touchscreen controls Touchscreen controls
revise the TVShow view (looks kinda clunky) revise the TVShow view (looks kinda clunky)
CREATE A BETTER LOGO! Add Artwork downloader link to 2nd level side menu
CREATE A BETTER SKIN LOGO!
Addons manager - clean up a bit. Addons manager - clean up a bit.
DefaultAlbum redesign
implement Default posters and thumbs for video section Design Fallbacks for posters and album covers

BIN
media/DefaultPoster.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB