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

Commit

Permalink
0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Mar 17, 2019
1 parent c774150 commit fba077b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 1080i/DialogVideoInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<param name="groupid" value="8011" />
<param name="label" value="Trailer" />
<param name="icon" value="special://skin/extras/icons/video.png" />
<param name="visible" value="Control.IsEnabled11" />
<param name="visible" value="Control.IsEnabled(11)" />
</include>
<include content="Object_Info_Button">
<param name="id" value="8150" />
Expand Down
4 changes: 0 additions & 4 deletions 1080i/Includes_View_50_List.xml
Original file line number Diff line number Diff line change
Expand Up @@ -413,12 +413,10 @@
<visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes) | Container.Content(sets)</visible>

<!-- LEFT SIDE -->
<!-- Movies / TvShows / Seasons -->
<control type="label">
<textcolor>$PARAM[fgcolor]_100</textcolor>
<selectedcolor>$PARAM[fgcolor]_100</selectedcolor>
<label>$VAR[Label_List_Left]</label>
<visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)</visible>
</control>
<control type="image">
<animation effect="slide" end="10" condition="Container.Content(episodes) + Integer.IsGreater(ListItem.Season,9)">Conditional</animation>
Expand All @@ -427,7 +425,6 @@
<width>32</width>
<height>32</height>
<texture colordiffuse="$PARAM[fgcolor]_90">$VAR[Image_Overlay_List]</texture>
<visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)</visible>
</control>
<control type="label">
<animation effect="slide" end="10" condition="Container.Content(episodes) + Integer.IsGreater(ListItem.Season,9)">Conditional</animation>
Expand All @@ -436,7 +433,6 @@
<textcolor>$PARAM[fgcolor]_100</textcolor>
<selectedcolor>$PARAM[fgcolor]_100</selectedcolor>
<label>$VAR[Label_List_Title]</label>
<visible>Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)</visible>
</control>

<!-- Videos / Tvshows / Seasons / Sets -->
Expand Down
3 changes: 1 addition & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.5">
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.6">
<requires>
<import addon="xbmc.gui" version="5.14.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
Expand Down Expand Up @@ -58,6 +58,5 @@
<screenshot>resources/screenshot-05.jpg</screenshot>
<screenshot>resources/screenshot-06.jpg</screenshot>
</assets>
<news>[B]0.9.5[/B][CR]Fixes submenu widgets on SkinShortcuts v1.1.0.17[CR]Fixes menu items positioning</news>
</extension>
</addon>
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.9.6
Fix trailers button
Fix list views for sets

0.9.5
Fix for submenu widgets on v1.0.17 of skinshortcuts
Fix for menu items positioning
Expand Down

0 comments on commit fba077b

Please sign in to comment.