[skin.confluence] v3.0.10 (#10)

* [skin.confluence] v3.0.10

- Updated global search
- Updated music and video info
- Added DefaultAddonsRecentlyUpdated.png and DefaultMusicRoles.png

* [skin.confluence] v3.0.10

- Updated global search
- Updated music and video info
- Added DefaultAddonsRecentlyUpdated.png and DefaultMusicRoles.png
This commit is contained in:
Kevin Goffe 2016-05-01 11:38:00 +01:00
parent acf2058444
commit 79225b6166
7 changed files with 271 additions and 24 deletions

View File

@ -69,8 +69,8 @@
<onleft>49</onleft>
<onright>49</onright>
<onup>9000</onup>
<ondown condition="!Container.Content(Songs)">50</ondown>
<ondown condition="Container.Content(Songs)">9000</ondown>
<ondown condition="!String.IsEqual(ListItem.DBTYPE,song)">50</ondown>
<ondown condition="String.IsEqual(ListItem.DBTYPE,song)">9000</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="30">
@ -135,9 +135,9 @@
</control>
</focusedlayout>
<content>
<include condition="Container.Content(Artists)">MusicInfoArtistInfo</include>
<include condition="Container.Content(Albums)">MusicInfoAlbumInfo</include>
<include condition="Container.Content(Songs)">MusicInfoSongInfo</include>
<include condition="String.IsEqual(ListItem.DBTYPE,artist)">MusicInfoArtistInfo</include>
<include condition="String.IsEqual(ListItem.DBTYPE,album)">MusicInfoAlbumInfo</include>
<include condition="String.IsEqual(ListItem.DBTYPE,song)">MusicInfoSongInfo</include>
</content>
</control>
</control>
@ -168,7 +168,7 @@
<height>4</height>
<aspectratio>stretch</aspectratio>
<texture>separator.png</texture>
<visible>Container.Content(Songs)</visible>
<visible>String.IsEqual(ListItem.DBTYPE,song)</visible>
</control>
<control type="image">
<description>Thumb</description>
@ -179,7 +179,7 @@
<texture>$VAR[MusicInfoListThumb]</texture>
<aspectratio>keep</aspectratio>
</control>
<include content="MusicInfoPanel" condition="Container.Content(Artists) | Container.Content(Albums)">
<include content="MusicInfoPanel" condition="String.IsEqual(ListItem.DBTYPE,artist) | String.IsEqual(ListItem.DBTYPE,album)">
<param name="panel-left" value="340"/>
<param name="panel-width" value="900"/>
<param name="item-width" value="450"/>
@ -196,7 +196,7 @@
<align>justify</align>
<textcolor>white</textcolor>
<autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
<visible>Container.Content(Songs)</visible>
<visible>String.IsEqual(ListItem.DBTYPE,song)</visible>
</control>
<control type="grouplist" id="9000">
<left>210</left>
@ -208,8 +208,8 @@
<orientation>horizontal</orientation>
<onleft>9000</onleft>
<onright>9000</onright>
<onup condition="!Container.Content(Songs)">50</onup>
<onup condition="Container.Content(Songs)">49</onup>
<onup condition="!String.IsEqual(ListItem.DBTYPE,song)">50</onup>
<onup condition="String.IsEqual(ListItem.DBTYPE,song)">49</onup>
<ondown>49</ondown>
<control type="button" id="6">
<description>Refresh</description>

View File

@ -56,7 +56,7 @@
<itemgap>2</itemgap>
<orientation>horizontal</orientation>
<include>VisibleFadeEffect</include>
<visible>!Control.IsVisible(50) + [Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]</visible>
<visible>!Control.IsVisible(50) + [String.IsEqual(ListItem.DBTYPE,movie) | String.IsEqual(ListItem.DBTYPE,episode) | String.IsEqual(ListItem.DBTYPE,musicvideo)]</visible>
<include>VideoCodecFlaggingConditions</include>
<include>AudioCodecFlaggingConditions</include>
<include>AudioChannelsFlaggingConditions</include>
@ -108,7 +108,7 @@
</control>
</control>
<control type="group">
<visible>[!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)] + ![Control.HasFocus(12) | Control.HasFocus(15)]</visible>
<visible>[!String.IsEqual(ListItem.DBTYPE,tvshow) + !String.IsEqual(ListItem.DBTYPE,episode) + !String.IsEqual(ListItem.DBTYPE,musicvideo)] + ![Control.HasFocus(12) | Control.HasFocus(15)]</visible>
<top>90</top>
<left>210</left>
<include>VisibleFadeEffect</include>
@ -294,7 +294,7 @@
</control>
</control>
<control type="group">
<visible>Container.Content(TVShows) + !Control.HasFocus(12)</visible>
<visible>String.IsEqual(ListItem.DBTYPE,tvshow) + !Control.HasFocus(12)</visible>
<top>90</top>
<left>210</left>
<include>VisibleFadeEffect</include>
@ -444,7 +444,7 @@
</control>
</control>
<control type="group">
<visible>container.content(episodes) + !Control.HasFocus(12)</visible>
<visible>String.IsEqual(ListItem.DBTYPE,episode) + !Control.HasFocus(12)</visible>
<top>90</top>
<left>210</left>
<include>VisibleFadeEffect</include>
@ -625,7 +625,7 @@
</control>
</control>
<control type="group">
<visible>container.content(musicvideos) + !Control.HasFocus(12)</visible>
<visible>String.IsEqual(ListItem.DBTYPE,musicvideo) + !Control.HasFocus(12)</visible>
<top>90</top>
<left>210</left>
<include>VisibleFadeEffect</include>
@ -932,7 +932,7 @@
<alttexturefocus border="2">button-focus.png</alttexturefocus>
<alttexturenofocus border="2">button-nofocus.png</alttexturenofocus>
<altlabel>1024</altlabel>
<usealttexture>Container.Content(TVShows)</usealttexture>
<usealttexture>String.IsEqual(ListItem.DBTYPE,tvshow)</usealttexture>
</control>
<control type="button" id="5">
<description>Cast/Review</description>

View File

@ -300,6 +300,12 @@
<visible>Control.IsVisible(189)</visible>
</item>
<item id="11">
<label>$LOCALIZE[20348]</label>
<label2>$LOCALIZE[31206] $INFO[Control.GetLabel(230)] $LOCALIZE[31025]</label2>
<onclick>noop</onclick>
<visible>Control.IsVisible(239)</visible>
</item>
<item id="12">
<label>[COLOR=blue]$INFO[Control.GetLabel(198)][/COLOR]</label>
<label2>$LOCALIZE[31207]</label2>
<onclick>Control.Setfocus(9000,0)</onclick>
@ -435,12 +441,12 @@
<width>750</width>
<height>530</height>
<onleft>9000</onleft>
<onright>178</onright>
<onright>228</onright>
<onup>221</onup>
<ondown>221</ondown>
<viewtype label="535">list</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>178</pagecontrol>
<pagecontrol>228</pagecontrol>
<itemlayout width="750" height="106">
<control type="image">
<left>0</left>
@ -826,7 +832,7 @@
<ondown>211</ondown>
<viewtype label="535">panel</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>118</pagecontrol>
<pagecontrol>218</pagecontrol>
<itemlayout width="375" height="130">
<control type="image">
<left>0</left>
@ -1010,6 +1016,8 @@
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onup>218</onup>
<ondown>218</ondown>
<onleft>211</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
@ -2179,6 +2187,239 @@
<visible>Container(9000).HasFocus(10)</visible>
</control>
</control>
<control type="group" id="239">
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<control type="label" id="230">
<!-- Hide this Control off the screen because we use the list above to pass to it instead -->
<left>2000</left>
<top>2000</top>
<width>100</width>
<height>0</height>
<label>-</label>
<font>-</font>
<textcolor>-</textcolor>
</control>
<control type="panel" id="231">
<visible>Container(9000).Hasfocus(11)</visible>
<include>VisibleFadeEffect</include>
<left>0</left>
<top>0</top>
<width>750</width>
<height>530</height>
<onleft>9000</onleft>
<onright>238</onright>
<onup>231</onup>
<ondown>231</ondown>
<viewtype label="535">panel</viewtype>
<preloaditems>2</preloaditems>
<pagecontrol>238</pagecontrol>
<itemlayout width="375" height="130">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>125</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>80</width>
<height>115</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>50</left>
<top>70</top>
<width>30</width>
<height>30</height>
<texture>OverlayWatched.png</texture>
<visible>Integer.IsGreater(ListItem.Property(PlayCount),0)</visible>
</control>
<control type="label">
<left>100</left>
<top>10</top>
<width>265</width>
<height>12</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>100</left>
<top>30</top>
<width>265</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year),, - ]$INFO[ListItem.Property(Duration),, $LOCALIZE[12391]]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
<visible>!String.Contains(ListItem.Property(Duration),min)</visible>
</control>
<control type="label">
<left>100</left>
<top>30</top>
<width>265</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year),, - ]$INFO[ListItem.Property(Duration)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
<visible>String.Contains(ListItem.Property(Duration),min)</visible>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(Tagline)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(PlotOutline)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<visible>String.IsEmpty(ListItem.Property(TagLine))</visible>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(Plot)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<visible>String.IsEmpty(ListItem.Property(TagLine)) + String.IsEmpty(ListItem.Property(PlotOutline))</visible>
</control>
</itemlayout>
<focusedlayout width="375" height="130">
<control type="image">
<left>0</left>
<top>0</top>
<width>370</width>
<height>125</height>
<texture border="5">button-focus2.png</texture>
</control>
<control type="image">
<left>5</left>
<top>5</top>
<width>80</width>
<height>115</height>
<texture background="true">$INFO[ListItem.Icon]</texture>
<aspectratio>keep</aspectratio>
</control>
<control type="image">
<left>50</left>
<top>70</top>
<width>30</width>
<height>30</height>
<texture>OverlayWatched.png</texture>
<visible>Integer.IsGreater(ListItem.Property(PlayCount),0)</visible>
</control>
<control type="label">
<left>100</left>
<top>10</top>
<width>265</width>
<height>12</height>
<label>[B]$INFO[ListItem.Label][/B]</label>
<font>font12</font>
<textcolor>white</textcolor>
<aligny>center</aligny>
</control>
<control type="label">
<left>100</left>
<top>30</top>
<width>265</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year),, - ]$INFO[ListItem.Property(Duration),, $LOCALIZE[12391]]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
<visible>!String.Contains(ListItem.Property(Duration),min)</visible>
</control>
<control type="label">
<left>100</left>
<top>30</top>
<width>265</width>
<height>15</height>
<label>$INFO[ListItem.Property(Year),, - ]$INFO[ListItem.Property(Duration)]</label>
<font>font12</font>
<textcolor>grey2</textcolor>
<aligny>center</aligny>
<visible>String.Contains(ListItem.Property(Duration),min)</visible>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(Tagline)]</label>
<font>font10</font>
<textcolor>white</textcolor>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(PlotOutline)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<visible>String.IsEmpty(ListItem.Property(TagLine))</visible>
</control>
<control type="textbox">
<left>100</left>
<top>47</top>
<width>265</width>
<height>73</height>
<label>$INFO[ListItem.Property(Plot)]</label>
<font>font10</font>
<textcolor>white</textcolor>
<visible>String.IsEmpty(ListItem.Property(TagLine)) + String.IsEmpty(ListItem.Property(PlotOutline))</visible>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="238">
<left>770</left>
<top>0</top>
<width>25</width>
<height>530</height>
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
<textureslidernib>ScrollBarNib.png</textureslidernib>
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
<onleft>231</onleft>
<onright>9000</onright>
<showonepage>false</showonepage>
<orientation>vertical</orientation>
<visible>Container(9000).Hasfocus(11)</visible>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<left>250</left>
<top>530</top>
<width>500</width>
<height>35</height>
<font>font12</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(231).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(231).CurrentPage]/$INFO[Container(231).NumPages][/COLOR])</label>
<visible>Container(9000).Hasfocus(11)</visible>
</control>
</control>
</control>
</control>
</control>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.confluence"
version="3.0.9"
version="3.0.10"
name="Confluence"
provider-name="Jezz_X, Team Kodi">
<requires>
@ -40,7 +40,7 @@
<summary lang="gl_ES">Pel Confluence por Jezz_Z. (Pel predefinida do Kodi)</summary>
<summary lang="he_IL">המעטפת Confluence של Jezz_X. (ברירת המחדל של Kodi)</summary>
<summary lang="hr_HR">Confluence presvlaka autora Jezz_X. (uobičajena Kodi presvlaka)</summary>
<summary lang="hu_HU">Confluence felszín. Készítő: Jezz_X (Kodi alapértelmezett felszín)</summary>
<summary lang="hu_HU">Confluence felszín. Készítő: Jezz_X (Kodi alapértelmezett felszín)</summary>
<summary lang="hy_AM">''Confluence'' - տեսք՝ Jezz_X. կողմից (Kodi - հիմնական տեսք)</summary>
<summary lang="id_ID">Skin Confluence oleh Jezz_X. (Skin bawaan Kodi)</summary>
<summary lang="is_IS">Confluence eftir Jezz_X. (Sjálfgefið útlit Kodi)</summary>
@ -116,7 +116,7 @@
<description lang="pt_BR">Confluence é a skin padrão do Kodi 9.11 e acima. É uma combinação de conceitos das mais populares skins, visando abraçar e integrar as boas ideias em uma skin que seja fácil de entender e usar, destinada aos usuários iniciantes do Kodi. </description>
<description lang="pt_PT">O tema "Confluence" é o tema padrão do Kodi 14.0 e superior. É uma combinação de conceitos a partir de muitos temas populares e tenta integrar as boas ideias dos mesmos, num tema que deverá ser fácil de entender e utilizar pelos novos utilizadores do Kodi.</description>
<description lang="ro_RO">Confluence este costumul implicit pentru Kodi 9.11 și versiunile ulterioare. Este o combinație de concepte împrumutate de la mai multe costume populare, care încearcă să îmbrățișeze și să integreze ideile lor bune într-un costum care să fie ușor de înțeles și folosit de către utilizatorii Kodi începători.</description>
<description lang="ru_RU">Confluence — это стандартная обложка Kodi, начиная с версии 9.11. Она представляет собой сочетание концепций, взятых из многих популярных обложек, в попытке интегрировать их удачные идеи в обложке, которая была бы простой для использования и понимания новыми пользователями Kodi.</description>
<description lang="ru_RU">Confluence — это стандартная обложка Kodi, начиная с версии 9.11. Она представляет собой сочетание концепций, взятых из многих популярных обложек, в попытке интегрировать их удачные идеи в обложке, которая была бы простой для использования и понимания новыми пользователями Kodi.</description>
<description lang="sk_SK">Confluence je predvolený pre Kodi 9.11 a vyššie. Je kombináciou konceptov z mnoho populárnych skinov a pokusom integrovať ich dobré nápady do skinu, ktorý by bol ľahko zrozumiteľný a použiteľný pre nových používateľov Kodi.</description>
<description lang="sl_SI">Confluence je privzeta preobleka za Kodi 14.0 in novejše. Je kombinacija konceptov mnogih priljubljenih preoblek in poskuša zaobjeti in integrirati njihove dobre ideje v preobleko, ki bi bila preprosta za uporabo in razumevanje tudi novim uporabnikom.</description>
<description lang="sq_AL">Confluence është maska kryesore për Kodi 9.11 dhe verzionet më të lartë. Është nje kombinim nga shumë maska e popullarizuar dhe përpjeket për të përqafuar dhe integruar idetë më të mira në një maskë që të jetë sa më lehtë në përdorim dhe kuptim për përdoruasit duke e përdorur Kodi për herë të parë.</description>
@ -138,4 +138,4 @@
<email></email>
<source>https://github.com/xbmc/skin.confluence</source>
</extension>
</addon>
</addon>

View File

@ -1,3 +1,9 @@
[B]3.0.10[/B]
- Updated global search
- Updated music and video info
- Added DefaultAddonsRecentlyUpdated.png and DefaultMusicRoles.png
[B]3.0.9[/B]
- Updated language files from Transifex
@ -226,4 +232,4 @@
[B]1.0.0[/B]
- Initial Commit to the SVN
- Initial Commit to the SVN

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
media/DefaultMusicRoles.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB