Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
add addonnews to plotbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Sep 8, 2019
1 parent ec512a0 commit 6fd52ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions 1080i/DialogAddonInfo.xml
Expand Up @@ -82,11 +82,13 @@
</control>
<control type="grouplist">
<visible>!Integer.IsGreater(Container(50).NumItems,0)</visible>
<height>560</height>
<height>600</height>
<orientation>vertical</orientation>
<usecontrolcoords>true</usecontrolcoords>
<itemgap>0</itemgap>
<include>Object_Info_Plot</include>
<include content="Object_Info_Plot">
<param name="maxheight" value="400" />
</include>
<include>Object_Info_Details_Addons</include>
</control>
</control>
Expand Down
3 changes: 2 additions & 1 deletion 1080i/Includes_Labels.xml
Expand Up @@ -388,7 +388,8 @@
<variable name="Label_Plot">
<value condition="!String.IsEmpty(ListItem.Property(Artist_Description))">$INFO[ListItem.Property(Artist_Description)]</value>
<value condition="!String.IsEmpty(ListItem.Property(Album_Description))">$INFO[ListItem.Property(Album_Description)]</value>
<value condition="!String.IsEmpty(ListItem.AddonDescription)">$INFO[ListItem.AddonDescription]</value>
<value condition="!String.IsEmpty(ListItem.AddonDescription)">$INFO[ListItem.AddonDescription]$INFO[ListItem.AddonNews,[CR],]</value>
<value condition="!String.IsEmpty(ListItem.AddonNews)">$INFO[ListItem.AddonNews]</value>
<value condition="!String.IsEmpty(ListItem.PlotOutline) + Skin.HasSetting(PlotOutline)">$INFO[ListItem.PlotOutline]</value>
<value condition="!String.IsEmpty(ListItem.Plot)">$INFO[ListItem.Plot]</value>
<value condition="!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.Plot))">$INFO[Window(Home).Property(SkinHelper.ListItem.Plot)]</value>
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
@@ -1,4 +1,4 @@
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.49-alpha7">
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.49-alpha8">
<requires>
<import addon="xbmc.gui" version="5.14.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Expand Up @@ -5,6 +5,7 @@
- Improve notification visibility
- Add now finish time for 6button remotes
- Add extendedprogress to basic home
- Add addonnews to addoninfo plotbox

0.9.48
- Options for info in pvr guide
Expand Down

0 comments on commit 6fd52ea

Please sign in to comment.