This commit is contained in:
Chris Bevan 2015-11-06 10:29:14 +00:00
parent 6cf95084e4
commit 5af4dbebf7
9 changed files with 72 additions and 37 deletions

View File

@ -36,23 +36,20 @@
<aspectratio>stretch</aspectratio>
<include>kenBurnsey</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>row-25-begin</posy>
<width>4-col</width>
<height>2-col</height>
<texture>$INFO[ListItem.Art(clearlogo)]</texture>
<aspectratio align="left">keep</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--studio logos etc-->
<control type="image">
<posx>1-col</posx>
<posy>row-27-begin</posy>
<width>2-col</width>
<height>1-col</height>
<texture>resource://resource.images.studios.white/$INFO[ListItem.Studio,,.png]</texture>
<aspectratio>scale</aspectratio>
</control>
</control>
<!--content is movie or tvshow (from XBMC Library)-->
<control type="group">
@ -310,11 +307,20 @@
<onclick>SendClick(2003,6)</onclick>
</item>
<item>
<visible>!System.HasAddon(script.artwork.downloader)</visible>
<label>13511</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2003,10)</onclick>
</item>
<item>
<description>Artwork Downloader (overrides get artwork if available)</description>
<label2></label2>
<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>
<label>$INFO[System.AddonTitle(script.artwork.downloader)]</label>
<visible>System.HasAddon(script.artwork.downloader)</visible>
</item>
<item>
<label>38023</label>
<label2></label2>

View File

@ -5,7 +5,7 @@
<!--fanart-->
<control type="group">
<visible>container.content(albums) + !container.content(songs) + !SubString(container.folderpath,musicdb://artists)</visible>
<visible>container.content(albums) + !container.content(songs) + !SubString(container.folderpath,musicdb://artists) + !SubString(container.folderpath,musicdb://genres)</visible>
<control type="image">
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio>
@ -21,7 +21,7 @@
</control>
<control type="panel" id="50">
<visible>container.content(albums) + !container.content(songs) + !SubString(container.folderpath,musicdb://artists)</visible>
<visible>container.content(albums) + !container.content(songs) + !SubString(container.folderpath,musicdb://artists) + !SubString(container.folderpath,musicdb://genres)</visible>
<posx>78</posx>
<posy>row-5-begin</posy>
<width>1800</width>
@ -38,7 +38,7 @@
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture>
<texture border="3">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse>
@ -92,7 +92,7 @@
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/offblack.png</texture>
<texture border="0">defaultAlbumCover.png</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>

View File

@ -5,7 +5,7 @@
<!--fanart-->
<control type="group">
<visible>container.content(albums) + !container.content(songs) + SubString(container.folderpath,musicdb://artists)</visible>
<visible>container.content(albums) + !container.content(songs) + [SubString(container.folderpath,musicdb://artists) | SubString(container.folderpath,musicdb://genres)]</visible>
<control type="image">
<posx>0</posx>
<posy>0</posy>
@ -75,7 +75,7 @@
</control>
<control type="panel" id="50">
<visible>container.content(albums) + !container.content(songs) + SubString(container.folderpath,musicdb://artists)</visible>
<visible>container.content(albums) + !container.content(songs) + [SubString(container.folderpath,musicdb://artists) | SubString(container.folderpath,musicdb://genres)]</visible>
<posx>72</posx>
<posy>row-21-begin</posy>
<width>1800</width>
@ -92,7 +92,7 @@
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture>
<texture border="3">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse>
@ -119,7 +119,7 @@
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>disabled</textcolor>
<label>$INFO[ListItem.artist]</label>
<label>$INFO[ListItem.year,(,)]</label>
</control>
<control type="image">
<posx>0</posx>
@ -146,7 +146,7 @@
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="0">colors/offblack.png</texture>
<texture border="0">defaultAlbumCover.png</texture>
<bordertexture border="3" colordiffuse="ffFFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>ffFFFFFF</colordiffuse>
@ -160,6 +160,28 @@
<texture border="0">colors/black.png</texture>
<colordiffuse>ccFFFFFF</colordiffuse>
</control>
<control type="label">
<posx>12</posx>
<posy>2-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>regularStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Title]</label>
</control>
<control type="label">
<posx>12</posx>
<posy>3-row</posy>
<width>240</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.year,(,)]</label>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>

View File

@ -10,7 +10,7 @@
<control type="image">
<include>dimensionsFullscreen</include>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture background="true" fallback="colors/black.png" border="0">$INFO[lisitem.art(fanart)]</texture>
<texture background="true" fallback="colors/black.png" border="0">$INFO[container.art(fanart)]</texture>
<colordiffuse>ffffffff</colordiffuse>
<animation type="conditional" condition="!controlgroup(9000).hasfocus" loop="true" reversible="false">
<effect type="fade" start="0" end="100" time="2000"/>
@ -21,16 +21,13 @@
<!--display clearart if available-->
<control type="image">
<posx>966</posx>
<posy>row-6-begin</posy>
<posx>1068</posx>
<posy>row-25-begin</posy>
<width>4-col</width>
<height>4-col</height>
<aspectratio>stretch</aspectratio>
<texture>$INFO[listitem.art(clearart)]</texture>
<bordersize>0</bordersize>
<height>2-col</height>
<texture>$INFO[ListItem.Art(tvshow.clearlogo)]</texture>
<aspectratio align="left">keep</aspectratio>
</control>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>

View File

@ -150,7 +150,7 @@
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture>
<texture border="3">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/offblack.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse>
@ -204,7 +204,7 @@
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture border="3">colors/black.png</texture>
<texture border="3">defaultAlbumCover.png</texture>
<bordertexture colordiffuse="ffFFFFFF">colors/offblack.png</bordertexture>
<bordersize>3</bordersize>
<colordiffuse>textboxInactive</colordiffuse>

View File

@ -35,7 +35,7 @@
<width>8-col</width>
<height>8-col</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[ListItem.art(thumb)]</texture>
<texture fallback="defaultAlbumCover.png" border="0">$INFO[ListItem.art(thumb)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<fadetime>500</fadetime>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="5001">
<defaultcontrol always="true">9876</defaultcontrol>
<onload condition="Skin.HasSetting(artistSlideshowActive)">RunScript(script.artistslideshow)</onload>
<onunload>activateWindow(MusicLibrary)</onunload>
<onunload>Skin.SetString(showRecentMusicItems,true)</onunload>
@ -72,7 +72,7 @@
<width>6-col</width>
<height>6-col</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[musicplayer.cover]</texture>
<texture fallback="defaultAlbumCover.png" border="0">$INFO[musicplayer.cover]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<fadetime>500</fadetime>

View File

@ -25,10 +25,20 @@
- [MODIFIED] MyMusicNav.xml - remove files node button
***To do***
DialogPVRinfo - button and layout update
Reinstate artwork downloader into videoinfo (replace existing artwork button? No - but need to integrate both somehow!)
DialogPVRinfo - button update
Touchscreen controls
revise the TVShow view
Fix clearart in TVShow views
revise the TVShow view (looks kinda clunky)
CREATE A BETTER LOGO!
Addons manager - clean up a bit.
DefaultAlbum redesign
implement Default posters and thumbs for video section

BIN
media/DefaultAlbumCover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB