Skip to content

Commit

Permalink
Merge pull request #1 from mac12m99/master
Browse files Browse the repository at this point in the history
Kodi 19 support
  • Loading branch information
daniel-2k authored Feb 28, 2021
2 parents 0aac723 + 75a45da commit 5d80a9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 1080i/Includes_Images.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<variable name="Image_ArtistFanartVis">
<value condition="!Skin.HasSetting(ArtistSlideShow.Disabled) + !String.IsEmpty(Window(Home).Property(SkinHelper.Player.Art.ExtraFanArt))">$INFO[Window(Home).Property(SkinHelper.Player.Art.ExtraFanArt)]</value>
<value condition="System.HasAddon(script.artistslideshow) + !Skin.HasSetting(ArtistSlideShow.Disabled) + !String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow))">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</value>
<value condition="System.HasAddon(script.artistslideshow) + !Skin.HasSetting(ArtistSlideShow.Disabled) + !String.IsEmpty(Window(Visualisation).Property(ArtistSlideshow.Image))">$INFO[Window(Visualisation).Property(ArtistSlideshow.Image)]</value>
<value condition="[!System.HasAddon(script.artistslideshow) | Skin.HasSetting(ArtistSlideShow.Disabled)] + Skin.HasSetting(musicvis.fanartfallback) + !String.IsEmpty(Player.Art(fanart))">$INFO[Player.Art(fanart)]</value>
<value>common/null.png</value>
</variable>
Expand Down
4 changes: 2 additions & 2 deletions 1080i/Includes_Weather.xml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
<align>center</align>
<font>font_small</font>
<textcolor>panel_fg_100</textcolor>
<label fallback="$LOCALIZE[31411]">$PARAM[label]</label>
<label fallback="31411">$PARAM[label]</label>
</control>
<control type="label">
<centertop>75%</centertop>
Expand All @@ -291,7 +291,7 @@
<aligny>top</aligny>
<font>font_small</font>
<textcolor>panel_fg_100</textcolor>
<label fallback="$LOCALIZE[31411]">$INFO[Window(Weather).Property($PARAM[day].Outlook),[CAPITALIZE],[/CAPITALIZE]]</label>
<label fallback="31411">$INFO[Window(Weather).Property($PARAM[day].Outlook),[CAPITALIZE],[/CAPITALIZE]]</label>
</control>
</control>
</include>
Expand Down
3 changes: 1 addition & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<addon id="skin.aura" name="Aura" provider-name="jurialmunkey" version="1.0.5">
<requires>
<import addon="xbmc.gui" version="5.14.0" />
<import addon="xbmc.gui" version="5.15.0" />
<import addon="script.skinshortcuts" version="0.4.0" />
<import addon="script.extendedinfo" version="3.0.0" />
<import addon="script.image.resource.select" version="0.0.5" />
<import addon="plugin.program.autocompletion" version="1.0.1" />
<import addon="resource.images.studios.white" version="0.0.10" />
Expand Down

0 comments on commit 5d80a9a

Please sign in to comment.