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

Commit

Permalink
fix for auto vis
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Jul 2, 2019
1 parent fbc7428 commit c3583b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1080i/Custom_1115_AutoVis.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<window type="dialog" id="1115">

<onload condition="!Window.IsActive(visualisation)">FullScreen</onload>
<visible>Player.HasAudio + [System.IdleTime(1) | Integer.IsGreater(MusicPlayer.Time,0)] + Skin.HasSetting(AutoMusicVis)</visible>
<visible>Player.HasAudio + [System.IdleTime(2) | Integer.IsGreater(MusicPlayer.Time,0)] + Skin.HasSetting(AutoMusicVis)</visible>
<controls></controls>
</window>
2 changes: 1 addition & 1 deletion 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.36-alpha5">
<addon id="skin.arctic.zephyr.2" name="Arctic Zephyr 2" provider-name="jurialmunkey" version="0.9.36-alpha6">
<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
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Add button id 10 for pvr info
- Set Roboto as default plotbox font
- Add linespacing variant for Roboto plot
- Fix for autovis

0.9.35
- Theme switcher between light and dark depending on time of day (Light 6am - Dark 6pm)
Expand Down

0 comments on commit c3583b0

Please sign in to comment.