Skip to content

Commit

Permalink
Added Ability to Disable Watched Status Overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
magnumdoomguy committed Oct 15, 2015
1 parent 34b2a68 commit 2f198c6
Show file tree
Hide file tree
Showing 42 changed files with 144 additions and 72 deletions.
4 changes: 2 additions & 2 deletions 1080i/PlexPreplayVideo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<posx>527</posx>
<width>166</width>
<height>166</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<visible>!Container.Content(episode)</visible>
</control>
</control>
Expand Down Expand Up @@ -549,7 +549,7 @@
<posy>184</posy>
<width>87</width>
<height>87</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<visible>Container.Content(episode)</visible>
</control>

Expand Down
10 changes: 9 additions & 1 deletion 1080i/SkinSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,15 @@
<onclick>Skin.ToggleSetting(HorizontalListNav)</onclick>
<texturenofocus border="1">separator5.png</texturenofocus>
</control>

<control type="button" id="504">
<width>1316</width>
<height>90</height>
<textoffsetx>30</textoffsetx>
<font>font15</font>
<label>31943</label>
<onclick>ActivateWindow(1127)</onclick>
<texturenofocus border="1">separator5.png</texturenofocus>
</control>
</control>
</control>
</control>
Expand Down
4 changes: 2 additions & 2 deletions 1080i/View_499_Wall_Large.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<posy>0</posy>
<width>85</width>
<height>85</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
<bordersize>1</bordersize>
</control>
Expand Down Expand Up @@ -83,7 +83,7 @@
<posy>5</posy>
<width>85</width>
<height>85</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
<bordersize>2</bordersize>
</control>
Expand Down
8 changes: 4 additions & 4 deletions 1080i/View_500_Wall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<posy>0</posy>
<width>100</width>
<height>100</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
<bordersize>1</bordersize>
</control>
Expand Down Expand Up @@ -90,7 +90,7 @@
<posy>0</posy>
<width>100</width>
<height>100</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
<bordersize>8</bordersize>
</control>
Expand Down Expand Up @@ -169,7 +169,7 @@
<posy>0</posy>
<width>100</width>
<height>100</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
<bordersize>1</bordersize>
</control>
Expand Down Expand Up @@ -248,7 +248,7 @@
<posy>0</posy>
<width>100</width>
<height>100</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
<bordersize>8</bordersize>
</control>
Expand Down
4 changes: 2 additions & 2 deletions 1080i/View_503_Wall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<posy>19</posy>
<width>100</width>
<height>100</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
<bordersize>1</bordersize>
</control>
Expand Down Expand Up @@ -93,7 +93,7 @@
<posy>19</posy>
<width>100</width>
<height>100</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
<bordersize>1</bordersize>
</control>
Expand Down
2 changes: 1 addition & 1 deletion 1080i/View_504_Gallery.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<posy>8</posy>
<width>80</width>
<height>80</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
</control>
<control type="image">
Expand Down
4 changes: 2 additions & 2 deletions 1080i/View_505_BannerInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<posy>0</posy>
<width>80</width>
<height>80</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
<bordersize>1</bordersize>
</control>
Expand Down Expand Up @@ -131,7 +131,7 @@
<posy>6</posy>
<width>80</width>
<height>80</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
<bordersize>2</bordersize>
</control>
Expand Down
2 changes: 1 addition & 1 deletion 1080i/View_506_Panel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<posy>0</posy>
<width>80</width>
<height>80</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
</control>
</control>
Expand Down
4 changes: 2 additions & 2 deletions 1080i/View_51_InfoWall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<posy>0</posy>
<width>80</width>
<height>80</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
<bordersize>1</bordersize>
</control>
Expand Down Expand Up @@ -84,7 +84,7 @@
<posy>5</posy>
<width>80</width>
<height>80</height>
<texture>$INFO[ListItem.Overlay]</texture>
<texture>$VAR[OverlayVar]</texture>
<aspectratio align="center" aligny="top">keep</aspectratio>
<bordersize>2</bordersize>
</control>
Expand Down
Loading

0 comments on commit 2f198c6

Please sign in to comment.