Skip to content

Commit

Permalink
Updated Home Menu Channels Background
Browse files Browse the repository at this point in the history
  • Loading branch information
magnumdoomguy committed Oct 12, 2015
1 parent b8b0876 commit c364564
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions 1080i/Home_Backgrounds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
<animation effect="fade" start="80" end="0" time="300" delay="0">Hidden</animation>
<fadetime>600</fadetime>
<timeperimage>8000</timeperimage>
<visible>!stringcompare(Container(300).ListItem.Label,Sign In) + !stringcompare(Container(300).ListItem.Label,Channels) + !stringcompare(Container(300).ListItem.Label,Playlists) + !stringcompare(Container(300).ListItem.Label,Watch Later) + !stringcompare(Container(300).ListItem.Label,Search) + !stringcompare(Container(300).ListItem.Label,Shared Content) + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground1Label)) + Skin.HasSetting(CustomHomeBackground1)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground2Label)) + Skin.HasSetting(CustomHomeBackground2)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground3Label)) + Skin.HasSetting(CustomHomeBackground3)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground4Label)) + Skin.HasSetting(CustomHomeBackground4)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground5Label)) + Skin.HasSetting(CustomHomeBackground5)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground6Label)) + Skin.HasSetting(CustomHomeBackground6)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground7Label)) + Skin.HasSetting(CustomHomeBackground7)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground8Label)) + Skin.HasSetting(CustomHomeBackground8)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground9Label)) + Skin.HasSetting(CustomHomeBackground9)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground10Label)) + Skin.HasSetting(CustomHomeBackground10)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground11Label)) + Skin.HasSetting(CustomHomeBackground11)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground12Label)) + Skin.HasSetting(CustomHomeBackground12)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground13Label)) + Skin.HasSetting(CustomHomeBackground13)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground14Label)) + Skin.HasSetting(CustomHomeBackground14)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground15Label)) + Skin.HasSetting(CustomHomeBackground15)]</visible>
<visible>!stringcompare(Container(300).ListItem.Label,Sign In) + !stringcompare(Container(300).ListItem.Label,Playlists) + !stringcompare(Container(300).ListItem.Label,Watch Later) + !stringcompare(Container(300).ListItem.Label,Search) + !stringcompare(Container(300).ListItem.Label,Shared Content) + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground1Label)) + Skin.HasSetting(CustomHomeBackground1)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground2Label)) + Skin.HasSetting(CustomHomeBackground2)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground3Label)) + Skin.HasSetting(CustomHomeBackground3)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground4Label)) + Skin.HasSetting(CustomHomeBackground4)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground5Label)) + Skin.HasSetting(CustomHomeBackground5)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground6Label)) + Skin.HasSetting(CustomHomeBackground6)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground7Label)) + Skin.HasSetting(CustomHomeBackground7)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground8Label)) + Skin.HasSetting(CustomHomeBackground8)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground9Label)) + Skin.HasSetting(CustomHomeBackground9)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground10Label)) + Skin.HasSetting(CustomHomeBackground10)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground11Label)) + Skin.HasSetting(CustomHomeBackground11)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground12Label)) + Skin.HasSetting(CustomHomeBackground12)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground13Label)) + Skin.HasSetting(CustomHomeBackground13)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground14Label)) + Skin.HasSetting(CustomHomeBackground14)] + ![stringcompare(Container(300).ListItem.Label,Skin.String(CustomHomeBackground15Label)) + Skin.HasSetting(CustomHomeBackground15)]</visible>
</control>

<!-- Sign In -->
Expand All @@ -318,19 +318,6 @@
<texture background="true">special://skin/backgrounds/logoff.jpg</texture>
</control>

<!-- Channels -->
<control type="image">
<include>FullscreenDimensions</include>
<animation effect="fade" start="0" end="80" time="300" delay="0">WindowOpen</animation>
<animation effect="fade" start="80" end="0" time="300" delay="0">WindowClose</animation>
<animation effect="fade" start="0" end="80" time="300" delay="0">Visible</animation>
<animation effect="fade" start="80" end="0" time="300" delay="0">Hidden</animation>
<fadetime>600</fadetime>
<timeperimage>8000</timeperimage>
<visible>stringcompare(Container(300).ListItem.Label,Channels)</visible>
<texture background="true">special://skin/backgrounds/channels.jpg</texture>
</control>

<!-- Playlists -->
<control type="image">
<include>FullscreenDimensions</include>
Expand Down

0 comments on commit c364564

Please sign in to comment.