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

View File

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

View File

@ -1962,6 +1962,26 @@
<label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2> <label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2>
<visible>!String.IsEmpty(ListItem.Property(Artist_YearsActive))</visible> <visible>!String.IsEmpty(ListItem.Property(Artist_YearsActive))</visible>
</item> </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>
<include name="MusicInfoAlbumInfo"> <include name="MusicInfoAlbumInfo">
<item> <item>

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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> <requires>
<import addon="xbmc.gui" version="5.14.0"/> <import addon="xbmc.gui" version="5.14.0"/>
</requires> </requires>
@ -145,6 +145,6 @@
<screenshot>resources/screenshot-08.jpg</screenshot> <screenshot>resources/screenshot-08.jpg</screenshot>
<screenshot>resources/screenshot-09.jpg</screenshot> <screenshot>resources/screenshot-09.jpg</screenshot>
</assets> </assets>
<news>Added support for new episode spoilers feature.</news> <news>Updated music artist info.</news>
</extension> </extension>
</addon> </addon>