Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Apr 4, 2013
1 parent 2d8035f commit efc2976
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion 1080i/Includes_Viewtypes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,9 @@
</include>
<include name="FloorSetDiscArt">
<control type="group">
<visible>!Control.IsVisible(52)</visible>
<animation effect="zoom" start="100" end="195" time="640" easing="inout" tween="circle" center="960,970" condition="Control.IsVisible(501) + Skin.HasSetting(showcasezoom)">Conditional</animation>
<visible>Control.IsVisible(501)</visible>
<include>Animation_VisibleChange200</include>
<control type="group">
<control type="group">
<control type="image">
Expand Down
7 changes: 4 additions & 3 deletions 1080i/MyVideoNav.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
<views>50,52,53,57,500,501,503,550,508,509,510,511,512,514,516,518</views>
<controls>
<control type="fadelabel" id="4325">
<posy>-10000</posy>
<pauseatend>7500</pauseatend>
<width>11479</width>
<height>118</height>
<font>Font_Reg57</font>
<textcolor>00FFFFFF</textcolor>
<textcolor>black</textcolor>
<label>$INFO[ListItem.Art(extrafanart1)]</label>
<label>$INFO[ListItem.Art(extrafanart2)]</label>
<label>$INFO[ListItem.Art(extrafanart3)]</label>
Expand All @@ -34,7 +35,7 @@
<width>11479</width>
<height>118</height>
<font>Font_Reg57</font>
<textcolor>00FFFFFF</textcolor>
<textcolor>black</textcolor>
<label>$INFO[Window(home).Property(Set.Movie.1.Art(clearlogo))]</label>
<label>$INFO[Window(home).Property(Set.Movie.2.Art(clearlogo))]</label>
<label>$INFO[Window(home).Property(Set.Movie.3.Art(clearlogo))]</label>
Expand Down Expand Up @@ -216,8 +217,8 @@
<effect type="rotate" start="0" center="2670,1124" end="-720" delay="1200" time="1120" tween="quadratic" easing="out" />
</animation>
</control>
<include condition="System.HasAddon(script.extendedinfo)">FloorSetDiscArt</include>
</control>
<include condition="System.HasAddon(script.extendedinfo)">FloorSetDiscArt</include>
<control type="group">
<control type="button" id="7000">
<include>HiddenObject</include>
Expand Down
1 change: 1 addition & 0 deletions 1080i/includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@
<onload>Skin.SetBool(lowlist)</onload>
<onload>Skin.SetBool(lowermainmenu)</onload>
<onload>Skin.SetString(InfopanelDelay,2)</onload>
<onload>Skin.SetString(TriPanelPosition,1)</onload>
<onload>Skin.SetBool(GlobalNowPlaying)</onload>
<onload>Skin.SetBool(altoverlayinfowall)</onload>
<onload condition="!Library.HasContent(MusicVideos)">Skin.SetString(MusicVideosHomeItem.Disable,1)</onload>
Expand Down

0 comments on commit efc2976

Please sign in to comment.