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

Commit

Permalink
weather widget
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Mar 20, 2019
1 parent fd8b82f commit 2d87762
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 161 deletions.
2 changes: 1 addition & 1 deletion 1080i/Includes_Global.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<value condition="[Window.IsVisible(script-NextAired-TVGuide.xml) | Window.IsVisible(script-NextAired-TVGuide2.xml)] + [Control.HasFocus(215) | Control.HasFocus(8215)] + !String.IsEmpty(Container(215).ListItem.Property(Fanart))">$INFO[Container(215).ListItem.Property(Fanart)]</value>

<!-- Weather -->
<value condition="[Window.IsVisible(weather) | [Window.IsVisible(Home) + String.IsEqual(Container(301).ListItem.Property(widget),Weather)]] + System.HasAddon(resource.images.weatherfanart.multi)">$INFO[Window(Weather).Property(Current.FanartCode),resource://resource.images.weatherfanart.multi/,/]</value>
<value condition="[Window.IsVisible(weather) | [Window.IsVisible(Home) + !Skin.HasSetting(VerticalHome) + String.IsEqual(Container(301).ListItem.Property(widget),Weather)] | [Window.IsVisible(Home) + Skin.HasSetting(VerticalHome) + String.IsEqual(Container(9989).ListItem.Property(list),Weather)]] + System.HasAddon(resource.images.weatherfanart.multi)">$INFO[Window(Weather).Property(Current.FanartCode),resource://resource.images.weatherfanart.multi/,/]</value>

<!-- Animated Fanart -->
<value condition="Skin.HasSetting(SkinHelper.EnableAnimatedPosters) + !String.IsEmpty(ListItem.Art(animatedfanart))">$INFO[ListItem.Art(animatedfanart)]</value>
Expand Down
Loading

0 comments on commit 2d87762

Please sign in to comment.