This commit is contained in:
Chris Bevan 2015-12-21 20:30:26 +00:00
parent 7043e5ce56
commit d0ed2d12b5
251 changed files with 457 additions and 312 deletions

View File

@ -42,7 +42,7 @@
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31214][/COLOR] $INFO[ListItem.channelname]</label>
<label>[COLOR $INFO[skin.string(highlightColor)]]$LOCALIZE[31214][/COLOR] $INFO[ListItem.channelname]</label>
</control>
<control type="label">
<posx>0</posx>
@ -53,7 +53,7 @@
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31192][/COLOR] $INFO[ListItem.startdate]</label>
<label>[COLOR $INFO[skin.string(highlightColor)]]$LOCALIZE[31192][/COLOR] $INFO[ListItem.startdate]</label>
</control>
<control type="label">
<posx>0</posx>
@ -64,7 +64,7 @@
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[COLOR highlight]$LOCALIZE[31193][/COLOR] $INFO[ListItem.duration]</label>
<label>[COLOR $INFO[skin.string(highlightColor)]]$LOCALIZE[31193][/COLOR] $INFO[ListItem.duration]</label>
</control>
<!--synopsis-->
<control type="textbox">

View File

@ -99,6 +99,92 @@
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--player controls-->
<control type="group">
<posx>10-col</posx>
<posy>row-12-begin</posy>
<control type="label">
<posx>3-col</posx>
<posy>0</posy>
<width>3-col</width>
<height>1-col</height>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.SeekStepSize]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="button" id="500">
<posx>3-col</posx>
<posy>1-col</posy>
<height>1-col</height>
<width>1-col</width>
<font>symbol</font>
<label></label>
<textoffsetx>25</textoffsetx>
<texturenofocus colordiffuse="overlay" diffuse="masks/circle.png">colors/black.png</texturenofocus>
</control>
<control type="label">
<posx>2-col-gutter</posx>
<posy>2-col</posy>
<width>3-col</width>
<height>1-col</height>
<align>right</align>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.SeekStepSize]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="button" id="501">
<posx>2-col</posx>
<posy>2-col</posy>
<height>1-col</height>
<width>1-col</width>
<font>symbol</font>
<label></label>
<textoffsetx>25</textoffsetx>
<texturenofocus colordiffuse="overlay" diffuse="masks/circle.png">colors/black.png</texturenofocus>
</control>
<control type="label">
<posx>372</posx>
<posy>2-col</posy>
<width>3-col</width>
<height>1-col</height>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.SeekStepSize]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="button" id="502">
<posx>4-col</posx>
<posy>2-col</posy>
<height>1-col</height>
<width>1-col</width>
<font>symbol</font>
<label></label>
<textoffsetx>25</textoffsetx>
<texturenofocus colordiffuse="overlay" diffuse="masks/circle.png">colors/black.png</texturenofocus>
</control>
<control type="label">
<posx>3-col</posx>
<posy>4-col</posy>
<width>3-col</width>
<height>1-col</height>
<font>smallStrong</font>
<textcolor>textActive</textcolor>
<label>$INFO[Player.SeekStepSize]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="button" id="503">
<posx>3-col</posx>
<posy>3-col</posy>
<height>1-col</height>
<width>1-col</width>
<font>symbol</font>
<label></label>
<textoffsetx>25</textoffsetx>
<texturenofocus colordiffuse="overlay" diffuse="masks/circle.png">colors/black.png</texturenofocus>
</control>
</control>
<!--ff / rw speed indicators-->
<control type="group">
<posx>col-1-begin</posx>

View File

@ -86,14 +86,14 @@
<posx>0</posx>
<posy>row-5-begin</posy>
<width>10-col</width>
<height>1-row</height>
<height>24</height>
<texture>colors/white.png</texture>
<aspectratio>stretch</aspectratio>
</control>
<!--meta-->
<control type="panel">
<posx>12</posx>
<posy>7-row</posy>
<posy>324</posy>
<width>10-col</width>
<height>6-row</height>
<enable>false</enable>
@ -139,8 +139,8 @@
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[563]</label>
<label2>$INFO[ListItem.UserRating,,/10]</label2>
<label>$LOCALIZE[31193]</label>
<label2>$INFO[ListItem.duration,, $LOCALIZE[31018]]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
@ -164,23 +164,37 @@
</control>
<control type="label">
<posx>0</posx>
<posy>4-row</posy>
<posy>5-row</posy>
<height>2-row</height>
<width>672</width>
<align>left</align>
<font>itemSubTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.duration,, $LOCALIZE[31018]. ]$INFO[listitem.MPAA,,.]</label>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[listitem.Tagline,,.]</label>
<wrapmultiline>true</wrapmultiline>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>0</posx>
<posy>5-row</posy>
<height>2-row</height>
<width>672</width>
<align>left</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label>
<wrapmultiline>true</wrapmultiline>
<shadowcolor>-</shadowcolor>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>10-row</posy>
<posy>12-row</posy>
<font>textbox</font>
<width>672</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>410</height>
<height>350</height>
<label fallback="31205">$INFO[ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
<shadowcolor>-</shadowcolor>

View File

@ -17,17 +17,17 @@
<variable name="listTitle">
<value condition="Window.IsActive(videolibrary) + SubString(skin.string(showRecentVideoItems),true)">$LOCALIZE[31012]</value>
<value condition="Window.IsActive(videolibrary) + Substring(Container.folderpath,plugin)">$INFO[container.foldername] $INFO[ListItem.TVShowTitle,- ,] $INFO[ListItem.season,$LOCALIZE[31011] ,]</value>
<value condition="Window.IsActive(videolibrary) + Container.Content(movies)">$LOCALIZE[20342] [COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod] $INFO[Container.SortOrder,(,)][/COLOR]</value>
<value condition="Window.IsActive(videolibrary) + [Container.Content(seasons) | Container.Content(tvshows) | Container.Content(episodes)]">$LOCALIZE[20343] [COLOR highlight]$LOCALIZE[31054] $INFO[container.sortmethod][/COLOR]</value>
<value condition="Window.IsActive(videolibrary) + Container.Content(movies)">$LOCALIZE[20342] [COLOR $INFO[skin.string(highlightColor)]]$LOCALIZE[31054] $INFO[container.sortmethod] $INFO[Container.SortOrder,(,)][/COLOR]</value>
<value condition="Window.IsActive(videolibrary) + [Container.Content(seasons) | Container.Content(tvshows) | Container.Content(episodes)]">$LOCALIZE[20343] [COLOR $INFO[skin.string(highlightColor)]]$LOCALIZE[31054] $INFO[container.sortmethod][/COLOR]</value>
<value condition="Window.IsActive(videolibrary) + !isEmpty(container.foldername)">$INFO[container.foldername]</value>
<value condition="Window.IsActive(videolibrary) + isEmpty(container.foldername)">$LOCALIZE[31012]</value>
<value condition="Window.IsActive(musiclibrary) + SubString(skin.string(showRecentMusicItems),true)">$LOCALIZE[31053]</value>
<value condition="Window.IsActive(musiclibrary) + SubString(container.folderpath,addons://)">$LOCALIZE[31058]</value>
<value condition="Window.IsActive(musiclibrary) + SubString(container.folderpath,plugin://)">$INFO[container.foldername]</value>
<value condition="Window.IsActive(musiclibrary) + Container.Content(albums) + !SubString(container.folderpath,musicdb://albums)">$LOCALIZE[31037] [COLOR highlight]$INFO[container.foldername][/COLOR]</value>
<value condition="Window.IsActive(musiclibrary) + Container.Content(albums) + !SubString(container.folderpath,musicdb://albums)">$LOCALIZE[31037] [COLOR $INFO[skin.string(highlightColor)]]$INFO[container.foldername][/COLOR]</value>
<value condition="Window.IsActive(musiclibrary) + Container.Content(songs)">$LOCALIZE[31182]</value>
<value condition="Window.IsActive(musiclibrary) + !container.content(genres) + SubString(container.folderpath,musicdb://genres)">$LOCALIZE[31199] [COLOR highlight]$INFO[container.foldername][/COLOR]</value>
<value condition="Window.IsActive(musiclibrary) + !container.content(genres) + SubString(container.folderpath,musicdb://genres)">$LOCALIZE[31199] [COLOR $INFO[skin.string(highlightColor)]]$INFO[container.foldername][/COLOR]</value>
<value condition="Window.IsActive(musiclibrary) + !isEmpty(container.foldername)">$INFO[container.foldername]</value>
<value condition="Window.IsActive(musiclibrary) + isEmpty(container.foldername)">$LOCALIZE[31053]</value>
@ -85,12 +85,17 @@
</variable>
<!--Star rating for music tracks-->
<variable name="starRating">
<value condition="SubString(MusicPlayer.Rating,1)"></value>
<value condition="SubString(MusicPlayer.Rating,2)"></value>
<value condition="SubString(MusicPlayer.Rating,3)"></value>
<value condition="SubString(MusicPlayer.Rating,4)"></value>
<value condition="SubString(MusicPlayer.Rating,5)"></value>
<value></value>
<value condition="SubString(MusicPlayer.Rating,1)"></value>
<value condition="SubString(MusicPlayer.Rating,2)"></value>
<value condition="SubString(MusicPlayer.Rating,3)"></value>
<value condition="SubString(MusicPlayer.Rating,4)"></value>
<value condition="SubString(MusicPlayer.Rating,5)"></value>
<value condition="SubString(MusicPlayer.Rating,6)"></value>
<value condition="SubString(MusicPlayer.Rating,7)"></value>
<value condition="SubString(MusicPlayer.Rating,8)"></value>
<value condition="SubString(MusicPlayer.Rating,9)"></value>
<value condition="SubString(MusicPlayer.Rating,10)"></value>
<value></value>
</variable>
<!--custom addon handling-->
<!--video-->

View File

@ -52,7 +52,7 @@
<posy>0</posy>
<width>14-col</width>
<font>pageTitle</font>
<label>$LOCALIZE[31006] [COLOR highlight]$LOCALIZE[31078][/COLOR]</label>
<label>$LOCALIZE[31006] [COLOR $INFO[skin.string(highlightColor)]]$LOCALIZE[31078][/COLOR]</label>
<textcolor>textActive</textcolor>
</control>
<control type="label">
@ -61,7 +61,7 @@
<posy>0</posy>
<width>14-col</width>
<font>pageTitle</font>
<label>$LOCALIZE[31164] [COLOR highlight]$LOCALIZE[31078][/COLOR]</label>
<label>$LOCALIZE[31164] [COLOR $INFO[skin.string(highlightColor)]]$LOCALIZE[31078][/COLOR]</label>
<textcolor>textActive</textcolor>
</control>
<control type="label">

View File

@ -162,7 +162,7 @@
<posy>0</posy>
<width>14-col</width>
<font>pageTitle</font>
<label>$LOCALIZE[31006] [COLOR highlight]$LOCALIZE[31080][/COLOR]</label>
<label>$LOCALIZE[31006] [COLOR $INFO[skin.string(highlightColor)]]$LOCALIZE[31080][/COLOR]</label>
<textcolor>textActive</textcolor>
</control>
<control type="label">

View File

@ -200,7 +200,7 @@
<posy>0</posy>
<width>14-col</width>
<font>pageTitle</font>
<label>$LOCALIZE[31006] [COLOR highlight]$LOCALIZE[31165][/COLOR]</label>
<label>$LOCALIZE[31006] [COLOR $INFO[skin.string(highlightColor)]]$LOCALIZE[31165][/COLOR]</label>
<textcolor>textActive</textcolor>
</control>
<control type="label">

View File

@ -80,7 +80,7 @@
<width>6-col-gutter</width>
<height>2-row</height>
<font>dialogTitle</font>
<label>[COLOR highlight]$INFO[ListItem.Label][/COLOR]</label>
<label>[COLOR $INFO[skin.string(highlightColor)]]$INFO[ListItem.Label][/COLOR]</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
@ -120,7 +120,7 @@
<width>6-col-gutter</width>
<height>2-row</height>
<font>dialogTitle</font>
<label>[COLOR highlight]$INFO[ListItem.Label][/COLOR]</label>
<label>[COLOR $INFO[skin.string(highlightColor)]]$INFO[ListItem.Label][/COLOR]</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>

View File

@ -77,7 +77,7 @@
<align>center</align>
<aligny>center</aligny>
<font>itemSubTitle</font>
<label>$LOCALIZE[31107]: [COLOR highlight]$INFO[System.ProfileName][/COLOR]</label>
<label>$LOCALIZE[31107]: [COLOR $INFO[skin.string(highlightColor)]]$INFO[System.ProfileName][/COLOR]</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">8000</defaultcontrol>
<onload condition="!Skin.String(highlightColor) | stringcompare(Skin.String(highlightColor),None)">Skin.SetString(highlightColor,ffee3343)</onload>
<controls>
<!--background-->
<include>globalBackground</include>
@ -202,15 +202,6 @@
<onclick>ReloadSkin()</onclick>
<selected>Skin.HasSetting(lowPowerMode)</selected>
</control>
<control type="radiobutton" id="21">
<visible>Container(8000).Hasfocus(1)</visible>
<description>Enable Artist Slideshow</description>
<width>14-col</width>
<label>31008</label>
<onclick condition="System.HasAddon(script.artistslideshow)">Skin.ToggleSetting(artistSlideshowActive)</onclick>
<onclick condition="!System.HasAddon(script.artistslideshow)">RunPlugin(plugin://script.artistslideshow)</onclick>
<selected>Skin.HasSetting(artistSlideshowActive)</selected>
</control>
<control type="button" id="22">
<visible>Container(8000).Hasfocus(1)</visible>
<description>Colour picker</description>

View File

@ -60,7 +60,7 @@
<reveal>false</reveal>
<texturebg>-</texturebg>
<lefttexture>-</lefttexture>
<midtexture border="36" colordiffuse="33FFFFFF">colors/black.png</midtexture>
<midtexture border="36" colordiffuse="22FFFFFF">colors/black.png</midtexture>
<righttexture>-</righttexture>
<overlaytexture>-</overlaytexture>
<info>Player.Progress</info>
@ -88,7 +88,7 @@
<height>2-row</height>
<align>left</align>
<font>regularStrong</font>
<textcolor>dd000000</textcolor>
<textcolor>$INFO[skin.string(highlightColor)]</textcolor>
<label>[B]$INFO[Videoplayer.time] / $INFO[Videoplayer.duration][/B]</label>
<shadowcolor>-</shadowcolor>
</control>

View File

@ -44,7 +44,7 @@
<font>largeStrong</font>
<textcolor>textActive</textcolor>
<shadowcolor>background</shadowcolor>
<label>[B]$INFO[container.foldername][/B] [COLOR highlight]$INFO[listitem.genre][/COLOR]</label>
<label>[B]$INFO[container.foldername][/B] [COLOR $INFO[skin.string(highlightColor)]]$INFO[listitem.genre][/COLOR]</label>
</control>
</control>

View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1103">
<defaultcontrol always="true">9876</defaultcontrol>
<onload condition="Skin.HasSetting(artistSlideshowActive)">RunScript(script.artistslideshow)</onload>
<onunload>activateWindow(MusicLibrary)</onunload>
<onunload>Skin.SetString(showRecentMusicItems,true)</onunload>
<onunload>control.setfocus(9000)</onunload>
@ -11,23 +10,11 @@
<include>fadeInOut</include>
<control type="group">
<!--fanart-->
<control type="image">
<visible>!Skin.HasSetting(artistSlideshowActive)</visible>
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<fadetime>200</fadetime>
<texture background="true">$INFO[MusicPlayer.Property(Fanart_Image)]</texture>
<aspectratio align="left" aligny="top">stretch</aspectratio>
<include>kenBurnsey</include>
<colordiffuse>44ffffff</colordiffuse>
</control>
<control type="multiimage">
<visible>!isempty(Window(Visualisation).Property(ArtistSlideshow))</visible>
<posx>0</posx>
<posy>0</posy>
<include>dimensionsFullscreen</include>
<imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
<imagepath background="true">$INFO[Window(Home).Property(SkinHelper.Music.ExtraFanArt)]</imagepath>
<aspectratio>keep</aspectratio>
<timeperimage>10000</timeperimage>
<fadetime>1000</fadetime>
@ -42,16 +29,6 @@
<posy>0</posy>
<include>dimensionsFullscreen</include>
</control>
<!--artist logo (if available)-->
<control type="image">
<posx>col-22-begin</posx>
<posy>0</posy>
<width>3-col</width>
<height>3-col</height>
<aspectratio>keep</aspectratio>
<texture fallback="defaultAlbumCover.png" border="0">$INFO[Window(Home).Property(SkinHelper.Player.Music.ClearLogo)]</texture>
<colordiffuse>99ffffff</colordiffuse>
</control>
<!--vignettes-->
<control type="image">
<posx>0</posx>
@ -64,234 +41,232 @@
</control>
<!--Track info-->
<control type="group">
<!--cover-->
<control type="group">
<posx>col-1-begin</posx>
<posy>row-20-begin</posy>
<!--album thumb and info-->
<control type="image">
<posx>24</posx>
<posy>-12</posy>
<width>4-col</width>
<height>4-col</height>
<aspectratio>stretch</aspectratio>
<texture fallback="defaultAlbumCover.png" diffuse="masks/discSurface.png" border="0">$INFO[Player.art(thumb)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
<fadetime>500</fadetime>
</control>
<posx>36</posx>
<posy>row-23-begin</posy>
<animation type="Conditional" condition="control.hasfocus(6789)">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0,0" end="0,300" tween="quadratic" easing="out" time="400"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>1-row</posy>
<width>10-col</width>
<height>3-row</height>
<texture>colors/white.png</texture>
<colordiffuse>aaFFFFFF</colordiffuse>
</control>
<!--track info-->
<control type="group">
<posx>col-3-begin</posx>
<posy>row-21-begin</posy>
<posx>12</posx>
<posy>0</posy>
<control type="label">
<posx>3-col</posx>
<posy>-8</posy>
<width>19-col</width>
<font>large</font>
<textcolor>66FFFFFF</textcolor>
<posx>0</posx>
<posy>48</posy>
<width>684</width>
<font>pageTitle</font>
<textcolor>cc000000</textcolor>
<scroll>false</scroll>
<label>$INFO[MusicPlayer.Title]</label>
</control>
<control type="label">
<visible>!Pvr.IsPlayingRadio</visible>
<posx>3-col</posx>
<posy>52</posy>
<width>19-col</width>
<font>regularLight</font>
<textcolor>66FFFFFF</textcolor>
<posx>0</posx>
<posy>96</posy>
<width>684</width>
<font>itemTitle</font>
<textcolor>cc000000</textcolor>
<scroll>false</scroll>
<label>[B]$INFO[MusicPlayer.artist,, | ][/B]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label>
<label>$INFO[MusicPlayer.artist,, | ]$INFO[MusicPlayer.Album,, ]$INFO[MusicPlayer.year,(,)]</label>
</control>
<control type="label">
<visible>Pvr.IsPlayingRadio</visible>
<posx>3-col</posx>
<posy>48</posy>
<width>15-col</width>
<font>regularStrong</font>
<textcolor>66FFFFFF</textcolor>
<posx>0</posx>
<posy>96</posy>
<width>684</width>
<font>itemTitle</font>
<textcolor>cc000000</textcolor>
<scroll>false</scroll>
<label>$INFO[VideoPlayer.Plot]</label>
</control>
<control type="label">
<posx>3-col</posx>
<posy>104</posy>
<posx>0</posx>
<posy>4-row</posy>
<width>12-col</width>
<height>2-row</height>
<font>pageTitle</font>
<align>left</align>
<textcolor>66FFFFFF</textcolor>
<textcolor>aaFFFFFF</textcolor>
<scroll>false</scroll>
<label>$INFO[MusicPlayer.time,, / ]$INFO[MusicPlayer.duration]</label>
</control>
<control type="button">
<description>Fake button - decorative only</description>
<visible>MusicPlayer.HasNext</visible>
<posx>4-col</posx>
<posy>164</posy>
<width>2-col-gutter</width>
<height>1-row</height>
<font>smallStrong</font>
<align>center</align>
<focusedcolor>black</focusedcolor>
<textcolor>black</textcolor>
<texturenofocus colordiffuse="aaFFFFFF">colors/white.png</texturenofocus>
<texturefocus colordiffuse="aaFFFFFF">colors/white.png</texturefocus>
<label>[UPPERCASE]$LOCALIZE[19031][/UPPERCASE]</label>
<onclick>noop</onclick>
</control>
<control type="label">
<visible>!Pvr.IsPlayingRadio</visible>
<posx>7-col</posx>
<posy>104</posy>
<width>4-col</width>
<font>symbolLarge</font>
<textcolor>66FFFFFF</textcolor>
<label>$VAR[starRating]</label>
</control>
<control type="button">
<description>Fake button - decorative only</description>
<visible>MusicPlayer.HasNext</visible>
<posx>3-col</posx>
<posy>168</posy>
<width>2-col-gutter</width>
<height>1-row</height>
<font>smallStrong</font>
<align>center</align>
<focusedcolor>black</focusedcolor>
<textcolor>black</textcolor>
<texturenofocus colordiffuse="66FFFFFF">colors/white.png</texturenofocus>
<texturefocus colordiffuse="66FFFFFF">colors/white.png</texturefocus>
<label>[UPPERCASE]$LOCALIZE[19031][/UPPERCASE]</label>
<onclick>noop</onclick>
</control>
<control type="label">
<posx>348</posx>
<posy>168</posy>
<width>12-col</width>
<posx>424</posx>
<posy>165</posy>
<width>4-col-gutter</width>
<font>itemSubTitle</font>
<align>left</align>
<textcolor>66FFFFFF</textcolor>
<textcolor>aaFFFFFF</textcolor>
<scroll>false</scroll>
<label>[UPPERCASE]$INFO[MusicPlayer.offset(1).Artist,, - ]$INFO[MusicPlayer.offset(1).Title][/UPPERCASE]</label>
</control>
</control>
<!-- side menu-->
<control type="group" id="8765">
<animation type="Conditional" condition="controlgroup(8765).hasfocus">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
</animation>
<animation type="Conditional" condition="!controlgroup(8765).hasfocus">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
</animation>
</control>
</control>
<!-- side menu-->
<control type="group" id="8765">
<animation type="Conditional" condition="controlgroup(8765).hasfocus">
<effect type="fade" start="0" end="100" time="300"/>
<effect type="slide" start="-200" end="0" tween="sine" easing="out" time="400"/>
</animation>
<animation type="Conditional" condition="!controlgroup(8765).hasfocus">
<effect type="fade" start="100" end="0" time="300"/>
<effect type="slide" start="0" end="-200" tween="sine" easing="out" time="400"/>
</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>fullscreenHeight</height>
<texture>colors/white.png</texture>
<colordiffuse>$INFO[skin.string(highlightColor)]</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>col-7-begin</posx>
<posy>0</posy>
<width>3</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>33ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--section logo-->
<control type="group">
<control type="label">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbolVeryLarge</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
</control>
<control type="list" id="8002">
<posx>0</posx>
<posy>row-4-begin</posy>
<width>8-col</width>
<height>24-row</height>
<orientation>vertical</orientation>
<onleft>9002</onleft>
<onright>9876</onright>
<onback>activateWindow(home)</onback>
<itemlayout width="col-7-begin" height="2-row">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="col-7-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>fullscreenHeight</height>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>$INFO[skin.string(highlightColor)]</colordiffuse>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>col-7-begin</posx>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>3</width>
<height>fullscreenHeight</height>
<texture>colors/black.png</texture>
<colordiffuse>33ffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<!--section logo-->
<control type="group">
<control type="label">
<posx>col-1-begin</posx>
<posy>row-1-begin</posy>
<width>1-col</width>
<height>1-col</height>
<font>symbolVeryLarge</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
</control>
<control type="list" id="8002">
<posx>0</posx>
<posy>row-4-begin</posy>
<width>8-col</width>
<height>24-row</height>
<orientation>vertical</orientation>
<onleft>9002</onleft>
<onright>9876</onright>
<onback>activateWindow(home)</onback>
<itemlayout width="col-7-begin" height="2-row">
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>7-col</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout width="col-7-begin" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>col-7-begin</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>textActive</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>col-1-begin</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>$INFO[skin.string(highlightColor)]</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
<content>
<item>
<description>Playlist</description>
<label>31123</label>
<thumb>-</thumb>
<onclick>Dialog.Close(all,true)</onclick>
<onclick>activateWindow(musicplaylist)</onclick>
</item>
<item>
<description>Repeat</description>
<label>$VAR[repeatState]</label>
<thumb>-</thumb>
<onclick>PlayerControl(Repeat)</onclick>
</item>
<item>
<description>Shuffle</description>
<label>$VAR[shuffleState]</label>
<thumb>-</thumb>
<onclick>PlayerControl(Random)</onclick>
</item>
<item>
<description>Visualisation</description>
<label>31032</label>
<thumb>-</thumb>
<onclick>activateWindow(musicOSD)</onclick>
</item>
<item>
<visible>visualisation.enabled</visible>
<description>Visualisation Settings</description>
<label>$LOCALIZE[21417]</label>
<thumb>-</thumb>
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
</item>
</content>
<height>2-row</height>
<font>menuTitle</font>
<aligny>center</aligny>
<textcolor>$INFO[skin.string(highlightColor)]</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.label]</label>
</control>
</control>
</focusedlayout>
<content>
<item>
<description>Playlist</description>
<label>31123</label>
<thumb>-</thumb>
<onclick>Dialog.Close(all,true)</onclick>
<onclick>activateWindow(musicplaylist)</onclick>
</item>
<item>
<description>Repeat</description>
<label>$VAR[repeatState]</label>
<thumb>-</thumb>
<onclick>PlayerControl(Repeat)</onclick>
</item>
<item>
<description>Shuffle</description>
<label>$VAR[shuffleState]</label>
<thumb>-</thumb>
<onclick>PlayerControl(Random)</onclick>
</item>
<item>
<description>Visualisation</description>
<label>31032</label>
<thumb>-</thumb>
<onclick>activateWindow(musicOSD)</onclick>
</item>
<item>
<visible>visualisation.enabled</visible>
<description>Visualisation Settings</description>
<label>$LOCALIZE[21417]</label>
<thumb>-</thumb>
<onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
</item>
</content>
</control>
</control>
<!--hidden button to handle dialog autohide-->
<!--hidden buttons to handle dialog autohide-->
<control type="button" id="9876">
<posx>-100</posx>
<posy>-100</posy>
<height>1-col</height>
<width>1-col</width>
<onup>increaseRating</onup>
<ondown>decreaseRating</ondown>
<onup>noop</onup>
<ondown>6789</ondown>
<onleft>8765</onleft>
</control>
<control type="button" id="6789">
<posx>-100</posx>
<posy>-100</posy>
<height>1-col</height>
<width>1-col</width>
<onup>9876</onup>
<ondown>noop</ondown>
<onleft>8765</onleft>
</control>
<!--debugging-->

View File

@ -138,7 +138,7 @@
<posy>row-1-begin</posy>
<width>14-col</width>
<font>pageTitle</font>
<label>$LOCALIZE[31156] [COLOR highlight]$INFO[ListItem.Property(console)][/COLOR]</label>
<label>$LOCALIZE[31156] [COLOR $INFO[skin.string(highlightColor)]]$INFO[ListItem.Property(console)][/COLOR]</label>
<textcolor>textActive</textcolor>
</control>
<!--source subtitle-->

View File

@ -29,7 +29,7 @@
<posx>0</posx>
<posy>0</posy>
<width>auto</width>
<label>Searching for [COLOR highlight]$INFO[Window.Property(GlobalSearch.SearchString)][/COLOR] </label>
<label>Searching for [COLOR $INFO[skin.string(highlightColor)]]$INFO[Window.Property(GlobalSearch.SearchString)][/COLOR] </label>
<font>pageSubTitle</font>
<textcolor>textActive</textcolor>
</control>

View File

@ -1,6 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">3110</defaultcontrol>
<include>fadeInOut</include>
<onunload>ReloadSkin()</onunload>
<controls>
<!-- background panel -->
<control type="image">
@ -103,7 +105,7 @@
<!-- Color picker panel -->
<control type="panel" id="3110">
<posx>col-10-begin</posx>
<posy>row-10-begin</posy>
<posy>row-9-begin</posy>
<width>12-col</width>
<height>25-row</height>
<orientation>vertical</orientation>
@ -132,26 +134,115 @@
<!--current color name-->
<control type="label">
<posx>col-10-begin</posx>
<posy>row-8-begin</posy>
<posy>row-7-begin</posy>
<width>5-col</width>
<label>$INFO[Window.Property(colorname)]</label>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
<control type="grouplist">
<orientation>horizontal</orientation>
<!--dialog controls-->
<control type="group">
<posx>col-10-begin</posx>
<posy>row-20-begin</posy>
<width>6-col</width>
<!-- Save button -->
<control type="button" id="3012">
<onup>3010</onup>
<label>190</label>
<posy>row-19-begin</posy>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<!-- None -->
<control type="button" id="3011">
<onup>3010</onup>
<label>$ADDON[script.skin.helper.service 32013]</label>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<visible>control.hasfocus(3012)</visible>
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>$INFO[skin.string(highlightColor)]</colordiffuse>
<animation type="conditional" condition="control.hasfocus(10)" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="180" center="708" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label></label>
</control>
<control type="image">
<posx>5-col</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
</control>
<control type="image">
<posx>6-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="image">
<visible>control.hasfocus(3011)</visible>
<posx>5-col</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>$INFO[skin.string(highlightColor)]</colordiffuse>
<animation type="conditional" condition="control.hasfocus(11)" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="180" center="996" tween="back" easing="out" time="1000"/>
</animation>
</control>
<control type="label">
<posx>5-col</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>×</label>
</control>
<control type="grouplist">
<orientation>horizontal</orientation>
<posx>1-col</posx>
<posy>0</posy>
<width>9-col</width>
<itemgap>1-col</itemgap>
<onup>3110</onup>
<!-- Save button -->
<control type="button" id="3012">
<label>190</label>
</control>
<!-- None -->
<control type="button" id="3011">
<label>$ADDON[script.skin.helper.service 32013]</label>
</control>
</control>
</control>
</controls>

View File

@ -80,14 +80,14 @@
<posx>0</posx>
<posy>row-5-begin</posy>
<width>10-col</width>
<height>1-row</height>
<height>24</height>
<texture>colors/white.png</texture>
<aspectratio>stretch</aspectratio>
</control>
<!--meta-->
<control type="panel">
<posx>12</posx>
<posy>7-row</posy>
<posy>324</posy>
<width>10-col</width>
<height>6-row</height>
<enable>false</enable>
@ -133,8 +133,8 @@
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[563]</label>
<label2>$INFO[Container(999).ListItem.UserRating,,/10]</label2>
<label>$LOCALIZE[31193]</label>
<label2>$INFO[Container(999).ListItem.duration,, $LOCALIZE[31018]]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
@ -158,23 +158,37 @@
</control>
<control type="label">
<posx>0</posx>
<posy>4-row</posy>
<posy>5-row</posy>
<height>2-row</height>
<width>672</width>
<align>left</align>
<font>itemSubTitle</font>
<textcolor>black</textcolor>
<label>$INFO[Container(999).ListItem.duration,, $LOCALIZE[31018]. ]$INFO[Container(999).listitem.MPAA,,.]</label>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label fallback="31205">$INFO[Container(999).listitem.Tagline,,.]</label>
<wrapmultiline>true</wrapmultiline>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>0</posx>
<posy>5-row</posy>
<height>2-row</height>
<width>672</width>
<align>left</align>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[Container(999).ListItem.Property(TotalEpisodes),, $LOCALIZE[31189]]</label>
<wrapmultiline>true</wrapmultiline>
<shadowcolor>-</shadowcolor>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>10-row</posy>
<posy>12-row</posy>
<font>textbox</font>
<width>672</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>516</height>
<height>350</height>
<label fallback="31205">$INFO[Container(999).ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
<shadowcolor>-</shadowcolor>

View File

@ -34,7 +34,13 @@
***To do***
Finalize colour scheme selection window
Revise fullscreenmusic. Use album art as default background.
DialogProgress Player controls (include details of UDLR skip levels - check skip heading from paused)
Fullscreen music view - add star rating selector
Add No animation mode??
scripted video info screen TEST PLAYMEDIA WORKS + close dialog when playing trailer

View File

@ -21,7 +21,6 @@
<color name="pink_a200">ffff4081</color>
<color name="pink_a400">fff50057</color>
<color name="pink_a700">ffc51162</color>
<color name="deep_orange_300">ffff8a65</color>
<color name="deep_orange_400">ffff7043</color>
<color name="deep_orange_500">ffff5722</color>
<color name="deep_orange_600">fff4511e</color>
@ -31,7 +30,6 @@
<color name="deep_orange_a200">ffff6e40</color>
<color name="deep_orange_a400">ffff3d00</color>
<color name="deep_orange_a700">ffdd2c00</color>
<color name="orange_300">ffffb74d</color>
<color name="orange_400">ffffa726</color>
<color name="orange_500">ffff9800</color>
<color name="orange_600">fffb8c00</color>
@ -41,35 +39,18 @@
<color name="orange_a200">ffffab40</color>
<color name="orange_a400">ffff9100</color>
<color name="orange_a700">ffff6d00</color>
<color name="amber_300">ffffd54f</color>
<color name="amber_400">ffffca28</color>
<color name="amber_500">ffffc107</color>
<color name="amber_600">ffffb300</color>
<color name="amber_700">ffffa000</color>
<color name="amber_800">ffff8f00</color>
<color name="amber_900">ffff6f00</color>
<color name="amber_a200">ffffd740</color>
<color name="amber_a400">ffffc400</color>
<color name="amber_a700">ffffab00</color>
<color name="yellow_300">fffff176</color>
<color name="yellow_400">ffffee58</color>
<color name="yellow_500">ffffeb3b</color>
<color name="yellow_600">fffdd835</color>
<color name="yellow_700">fffbc02d</color>
<color name="yellow_800">fff9a825</color>
<color name="yellow_900">fff57f17</color>
<color name="yellow_a200">ffffff00</color>
<color name="yellow_a400">ffffea00</color>
<color name="yellow_a700">ffffd600</color>
<color name="lime_300">ffdce775</color>
<color name="lime_400">ffd4e157</color>
<color name="lime_500">ffcddc39</color>
<color name="lime_600">ffc0ca33</color>
<color name="lime_700">ffafb42b</color>
<color name="lime_800">ff9e9d24</color>
<color name="lime_900">ff827717</color>
<color name="lime_a200">ffeeff41</color>
<color name="lime_a400">ffc6ff00</color>
<color name="lime_a700">ffaeea00</color>
<color name="light_green_300">ffaed581</color>
<color name="light_green_400">ff9ccc65</color>
@ -78,8 +59,6 @@
<color name="light_green_700">ff689f38</color>
<color name="light_green_800">ff558b2f</color>
<color name="light_green_900">ff33691e</color>
<color name="light_green_a200">ffb2ff59</color>
<color name="light_green_a400">ff76ff03</color>
<color name="light_green_a700">ff64dd17</color>
<color name="green_300">ff81c784</color>
<color name="green_400">ff66bb6a</color>
@ -88,7 +67,6 @@
<color name="green_700">ff388e3c</color>
<color name="green_800">ff2e7d32</color>
<color name="green_900">ff1b5e20</color>
<color name="green_a200">ff69f0ae</color>
<color name="green_a400">ff00e676</color>
<color name="green_a700">ff00c853</color>
<color name="teal_300">ff4db6ac</color>
@ -98,20 +76,14 @@
<color name="teal_700">ff00796b</color>
<color name="teal_800">ff00695c</color>
<color name="teal_900">ff004d40</color>
<color name="teal_a200">ff64ffda</color>
<color name="teal_a400">ff1de9b6</color>
<color name="teal_a700">ff00bfa5</color>
<color name="cyan_300">ff4dd0e1</color>
<color name="cyan_400">ff26c6da</color>
<color name="cyan_500">ff00bcd4</color>
<color name="cyan_600">ff00acc1</color>
<color name="cyan_700">ff0097a7</color>
<color name="cyan_800">ff00838f</color>
<color name="cyan_900">ff006064</color>
<color name="cyan_a200">ff18ffff</color>
<color name="cyan_a400">ff00e5ff</color>
<color name="cyan_a700">ff00b8d4</color>
<color name="light_blue_300">ff4fc3f7</color>
<color name="light_blue_400">ff29b6f6</color>
<color name="light_blue_500">ff03a9f4</color>
<color name="light_blue_600">ff039be5</color>
@ -121,7 +93,6 @@
<color name="light_blue_a200">ff40c4ff</color>
<color name="light_blue_a400">ff00b0ff</color>
<color name="light_blue_a700">ff0091ea</color>
<color name="blue_300">ff64b5f6</color>
<color name="blue_400">ff42a5f5</color>
<color name="blue_500">ff2196f3</color>
<color name="blue_600">ff1e88e5</color>
@ -172,17 +143,10 @@
<color name="black 75%">c0000000</color>
<color name="black 50%">81000000</color>
<color name="black 25%">41000000</color>
<color name="grey_300">ffe0e0e0</color>
<color name="grey_400">ffbdbdbd</color>
<color name="grey_500">ff9e9e9e</color>
<color name="grey_600">ff757575</color>
<color name="grey_700">ff616161</color>
<color name="grey_800">ff424242</color>
<color name="grey_900">ff212121</color>
<color name="white">ffffffff</color>
<color name="white 75%">c0ffffff</color>
<color name="white 50%">81ffffff</color>
<color name="white 25%">41ffffff</color>
<color name="brown_300">ffa1887f</color>
<color name="brown_400">ff8d6e63</color>
<color name="brown_500">ff795548</color>
@ -193,6 +157,5 @@
<color name="true grey">ff7f7f7f</color>
<color name="true grey 75%">c07f7f7f</color>
<color name="true grey 50%">817f7f7f</color>
<color name="true grey 25%">417f7f7f</color>
</palette>
</colors>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 B

Some files were not shown because too many files have changed in this diff Show More