Skip to content

Commit

Permalink
Fix spamming log
Browse files Browse the repository at this point in the history
  • Loading branch information
pecinko committed Feb 17, 2015
1 parent c210082 commit fd2f0e7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
16 changes: 7 additions & 9 deletions 1080i/DialogExtendedProgressBar.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<visible>![Window.IsActive(FullScreenVideo) | Window.IsActive(MusicVisualisation.xml)]</visible>
<animation effect="slide" start="0,-150" end="0,0" time="400" easing="out">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,-150" time="200" easing="in">WindowClose</animation>
<controls>
<control type="group">
<animation effect="slide" start="0,0" end="0,-150" time="200" reversible="true" condition="Window.IsActive(FullScreenVideo)">Conditional</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
Expand All @@ -18,16 +16,16 @@
<width>890</width>
<height>60</height>
<align>right</align>
<font>-</font>
<font>-</font>
</control>
<control type="label" id="31" description="Message">
<top>6</top>
<right>10</right>
<width>890</width>
<height>60</height>
<align>left</align>
<haspath>true</haspath>
<font>-</font>
<haspath>true</haspath>
<font>-</font>
</control>
<control type="progress" id="32" description="Progress bar">
<posx>48</posx>
Expand All @@ -39,13 +37,13 @@
<righttexture>-</righttexture>
<lefttexture>-</lefttexture>
</control>
<control type="label" id="1" description="Group label">
<control type="label" id="1" description="Group label">
<top>12</top>
<left>70</left>
<width>1780</width>
<height>60</height>
<font>size18</font>
<scroll>false</scroll>
<font>size18</font>
<scroll>false</scroll>
<label>[COLOR=HL]$INFO[Control.GetLabel(32),,%][/COLOR] $INFO[Control.GetLabel(30)] [COLOR=HL]•[/COLOR] $INFO[Control.GetLabel(31)]</label>
</control>
</control>
Expand Down
7 changes: 3 additions & 4 deletions 1080i/Includes_Shelf_Items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<includes>
<include name="Movies_RA_Items">
<content target="video">special://skin/playlists/movies.xsp</content>
<!--<content target="video">library://video</content>-->
</include>
<include name="Movies_Custom_Items">
<content>
Expand Down Expand Up @@ -90,9 +89,9 @@
</include>
<include name="TV_RA_Items">
<!--<content target="video">videodb://recentlyaddedepisodes/</content>-->
<content target="video">special://skin/playlists/episodes.xsp</content>
<!--<content target="video">plugin://service.quartz.tvshelf/?reload=$INFO[Window.Property(recentepisodes)]</content>-->
</include>
<content target="video">special://skin/playlists/episodes.xsp</content>
<!--<content target="video">plugin://service.quartz.tvshelf/?reload=$INFO[Window.Property(recentepisodes)</content>-->
</include>
<include name="TV_Custom_Items">
<content>
<item id="1" description="Addons">
Expand Down
1 change: 0 additions & 1 deletion 1080i/VideoFullScreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<defaultcontrol>-</defaultcontrol>
<animation effect="fade" time="500">WindowOpen</animation>
<animation effect="fade" time="300">WindowClose</animation>
<onunload>Dialog.close(all,true)</onunload>
<controls>
<control type="group" id="0">
<visible>!Window.IsActive(DialogFullscreenInfo.xml)</visible>
Expand Down
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.quartz" version="5.1.1" name="Quartz" provider-name="Pecinko">
<addon id="skin.quartz" version="5.1.2" name="Quartz" provider-name="Pecinko">
<requires>
<import addon="xbmc.gui" version="5.3.0"/>
<import addon="script.favourites" version="4.0.4"/>
Expand Down

0 comments on commit fd2f0e7

Please sign in to comment.