[skin.confluence] v4.6.4

Updated music artist info
Updated Power/Favourites buttons
This commit is contained in:
Kevin Goffe 2019-03-16 07:51:44 +00:00
parent 1bf837afec
commit b3e8f61b76
4 changed files with 38 additions and 18 deletions

View File

@ -76,7 +76,7 @@
<control type="label">
<left>0</left>
<top>0</top>
<width>140</width>
<width>160</width>
<height>30</height>
<font>font13</font>
<align>right</align>
@ -86,9 +86,9 @@
<info>ListItem.Label</info>
</control>
<control type="label">
<left>150</left>
<left>170</left>
<top>0</top>
<width>610</width>
<width>590</width>
<height>30</height>
<font>font13</font>
<align>left</align>
@ -111,7 +111,7 @@
<control type="label">
<left>0</left>
<top>0</top>
<width>140</width>
<width>160</width>
<height>30</height>
<font>font13</font>
<align>right</align>
@ -121,9 +121,9 @@
<info>ListItem.Label</info>
</control>
<control type="label">
<left>150</left>
<left>170</left>
<top>0</top>
<width>610</width>
<width>590</width>
<height>30</height>
<font>font13</font>
<align>left</align>

View File

@ -1189,54 +1189,54 @@
<top>55r</top>
<include>Window_OpenClose_Animation</include>
<control type="button" id="20">
<description>Power push button</description>
<description>Favourites push button</description>
<left>55</left>
<top>0</top>
<width>45</width>
<height>45</height>
<label>31003</label>
<font/>
<onclick>ActivateWindow(ShutdownMenu)</onclick>
<onclick>ActivateWindow(Favourites)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
<onleft>21</onleft>
<onright>21</onright>
<onright>noop</onright>
<onup>9002</onup>
<ondown>9003</ondown>
</control>
<control type="image">
<description>Power Icon</description>
<description>Favourites Icon</description>
<left>60</left>
<top>5</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_power.png</texture>
<texture>icon_favourites.png</texture>
</control>
<control type="button" id="21">
<description>Favourites push button</description>
<description>Power push button</description>
<left>0</left>
<top>0</top>
<width>45</width>
<height>45</height>
<label>1036</label>
<font/>
<onclick>ActivateWindow(Favourites)</onclick>
<onclick>ActivateWindow(ShutdownMenu)</onclick>
<texturefocus border="5">floor_buttonFO.png</texturefocus>
<texturenofocus border="5">floor_button.png</texturenofocus>
<onleft>20</onleft>
<onleft>noop</onleft>
<onright>20</onright>
<onup>9002</onup>
<ondown>9003</ondown>
</control>
<control type="image">
<description>Favourites Icon</description>
<description>Power Icon</description>
<left>5</left>
<top>5</top>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_favourites.png</texture>
<texture>icon_power.png</texture>
</control>
</control>
<control type="group">

View File

@ -1962,6 +1962,26 @@
<label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2>
<visible>!String.IsEmpty(ListItem.Property(Artist_YearsActive))</visible>
</item>
<item>
<label>$LOCALIZE[39027]:</label>
<label2>$INFO[ListItem.Property(Artist_Sortname)]</label2>
<visible>!String.IsEmpty(ListItem.Property(Artist_Sortname))</visible>
</item>
<item>
<label>$LOCALIZE[467]:</label>
<label2>$INFO[ListItem.Property(Artist_Type)]</label2>
<visible>!String.IsEmpty(ListItem.Property(Artist_Type))</visible>
</item>
<item>
<label>$LOCALIZE[39025]:</label>
<label2>$INFO[ListItem.Property(Artist_Gender)]</label2>
<visible>!String.IsEmpty(ListItem.Property(Artist_Gender))</visible>
</item>
<item>
<label>$LOCALIZE[39026]:</label>
<label2>$INFO[ListItem.Property(Artist_Disambiguation)]</label2>
<visible>!String.IsEmpty(ListItem.Property(Artist_Disambiguation))</visible>
</item>
</include>
<include name="MusicInfoAlbumInfo">
<item>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.confluence" version="4.6.3" name="Confluence" provider-name="Jezz_X, Team Kodi">
<addon id="skin.confluence" version="4.6.4" name="Confluence" provider-name="Jezz_X, Team Kodi">
<requires>
<import addon="xbmc.gui" version="5.14.0"/>
</requires>
@ -145,6 +145,6 @@
<screenshot>resources/screenshot-08.jpg</screenshot>
<screenshot>resources/screenshot-09.jpg</screenshot>
</assets>
<news>Added support for new episode spoilers feature.</news>
<news>Updated music artist info.</news>
</extension>
</addon>