[skin.confluence] v3.0.25
- Added size label to addon browser
This commit is contained in:
parent
060244c57b
commit
505cdca7e1
@ -38,6 +38,10 @@
|
|||||||
<constant name="DepthFloor">-0.20</constant>
|
<constant name="DepthFloor">-0.20</constant>
|
||||||
<constant name="DepthSideBlade">0.15</constant>
|
<constant name="DepthSideBlade">0.15</constant>
|
||||||
<!-- VARIABLES -->
|
<!-- VARIABLES -->
|
||||||
|
<variable name="AddonLabel2">
|
||||||
|
<value condition="!String.IsEmpty(ListItem.AddonSize)">$INFO[ListItem.AddonSize]</value>
|
||||||
|
<value condition="!String.IsEmpty(ListItem.Property(Addon.Status))">$INFO[ListItem.Property(Addon.Status)]</value>
|
||||||
|
</variable>
|
||||||
<variable name="MusicInfoHeader">
|
<variable name="MusicInfoHeader">
|
||||||
<value condition="Container.Content(Artists)">$INFO[ListItem.Artist]</value>
|
<value condition="Container.Content(Artists)">$INFO[ListItem.Artist]</value>
|
||||||
<value condition="Container.Content(Albums)">$INFO[ListItem.Album]</value>
|
<value condition="Container.Content(Albums)">$INFO[ListItem.Album]</value>
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
<selectedcolor>selected</selectedcolor>
|
<selectedcolor>selected</selectedcolor>
|
||||||
<align>right</align>
|
<align>right</align>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<label>$INFO[ListItem.Property(Addon.Status)]</label>
|
<label>$VAR[AddonLabel2]</label>
|
||||||
</control>
|
</control>
|
||||||
</itemlayout>
|
</itemlayout>
|
||||||
<focusedlayout height="40" width="580">
|
<focusedlayout height="40" width="580">
|
||||||
@ -99,7 +99,7 @@
|
|||||||
<selectedcolor>selected</selectedcolor>
|
<selectedcolor>selected</selectedcolor>
|
||||||
<align>right</align>
|
<align>right</align>
|
||||||
<aligny>center</aligny>
|
<aligny>center</aligny>
|
||||||
<label>$INFO[ListItem.Property(Addon.Status)]</label>
|
<label>$VAR[AddonLabel2]</label>
|
||||||
</control>
|
</control>
|
||||||
</focusedlayout>
|
</focusedlayout>
|
||||||
</control>
|
</control>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<addon
|
<addon
|
||||||
id="skin.confluence"
|
id="skin.confluence"
|
||||||
version="3.0.24"
|
version="3.0.25"
|
||||||
name="Confluence"
|
name="Confluence"
|
||||||
provider-name="Jezz_X, Team Kodi">
|
provider-name="Jezz_X, Team Kodi">
|
||||||
<requires>
|
<requires>
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
[B]3.0.25[/B]
|
||||||
|
|
||||||
|
- Added size label to addon browser
|
||||||
|
|
||||||
[B]3.0.24[/B]
|
[B]3.0.24[/B]
|
||||||
|
|
||||||
- Removed changelog button from addon info dialog
|
- Removed changelog button from addon info dialog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user