Skip to content

Commit

Permalink
[skin.aeon.nox.silvo] v9.1.4 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSiLVO committed Feb 15, 2024
1 parent 489486f commit db9e766
Show file tree
Hide file tree
Showing 83 changed files with 1,548 additions and 524 deletions.
8 changes: 4 additions & 4 deletions skin.aeon.nox.silvo/16x9/DialogVideoInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -603,16 +603,16 @@
<usecontrolcoords>true</usecontrolcoords>
<orientation>horizontal</orientation>
<control type="group">
<width>160</width>
<width>170</width>
<visible>!String.IsEmpty(ListItem.Studio)</visible>
<control type="image" id="800011">
<width>160</width>
<width>170</width>
<include>MediaFlagValues</include>
<texture>$VAR[PathFlagsStudios]$INFO[ListItem.Studio,,.png]</texture>
</control>
<control type="label">
<width>160</width>
<height>90</height>
<width>170</width>
<height>78</height>
<align>center</align>
<label>$INFO[ListItem.Studio]</label>
<font>font10</font>
Expand Down
9 changes: 5 additions & 4 deletions skin.aeon.nox.silvo/16x9/Includes_Animations.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<includes>
<include name="NoRatingsHelperFlagAnimations">
<animation effect="slide" end="-390" condition="Control.IsVisible(50)">Conditional</animation>
<animation effect="slide" end="-370" condition="Control.IsVisible(56) | Control.IsVisible(509)">Conditional</animation>
<animation effect="slide" end="-320" condition="Control.IsVisible(55) | Control.IsVisible(57) | Control.IsVisible(602)">Conditional</animation>
<animation effect="slide" end="-300" condition="Control.IsVisible(58) | Control.IsVisible(500)">Conditional</animation>
<animation effect="slide" end="-320" condition="[Control.IsVisible(50) | Control.IsVisible(55) | Control.IsVisible(57) | Control.IsVisible(602)] + Container.Content(movies)">Conditional</animation>
<animation effect="slide" end="-355" condition="Control.IsVisible(56) | Control.IsVisible(509)">Conditional</animation>
<animation effect="slide" end="-300" condition="[Control.IsVisible(50) | Control.IsVisible(55) | Control.IsVisible(602)] + Container.Content(episodes)">Conditional</animation>
<animation effect="slide" end="-280" condition="[Control.IsVisible(500) + !Skin.HasSetting(500.SmallerIcons)] + Container.Content(episodes) | Control.IsVisible(58)">Conditional</animation>
<animation effect="slide" end="-240" condition="[Control.IsVisible(500) + Skin.HasSetting(500.SmallerIcons)] + Container.Content(episodes)">Conditional</animation>
</include>
<include name="WindowOpenCloseAnimation">
<animation effect="slide" tween="cubic" time="600" start="0,1080" end="0,0">WindowOpen</animation>
Expand Down
5 changes: 3 additions & 2 deletions skin.aeon.nox.silvo/16x9/Includes_ViewSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -432,17 +432,18 @@
<control type="radiobutton" id="1510">
<include>ButtonCommonValues</include>
<label>$LOCALIZE[31604]</label>
<onclick condition="Skin.HasSetting(Disable.BannerWallInfo) + Skin.HasSetting(BannerPlex)">Skin.Reset(BannerPlex)</onclick>
<onclick>Skin.ToggleSetting(Disable.BannerWallInfo)</onclick>
<include>ReloadWindowOnClick</include>
<selected>!Skin.HasSetting(Disable.BannerWallInfo)</selected>
</control>
<control type="radiobutton" id="1511">
<include>ButtonCommonValues</include>
<label>$LOCALIZE[31248]</label>
<onclick condition="!Skin.HasSetting(BannerPlex) + !Skin.HasSetting(Disable.BannerWallInfo)">Skin.SetBool(Disable.BannerWallInfo)</onclick>
<onclick>Skin.ToggleSetting(BannerPlex)</onclick>
<include>ReloadWindowOnClick</include>
<selected>Skin.HasSetting(BannerPlex)</selected>
<visible>Skin.HasSetting(Disable.BannerWallInfo)</visible>
</control>
<control type="radiobutton" id="1512">
<include>ButtonCommonValues</include>
Expand Down Expand Up @@ -968,7 +969,7 @@
<label>$LOCALIZE[31606]</label>
<onclick>Skin.ToggleSetting(Enable.MyFlix.TVLogo)</onclick>
<selected>Skin.HasSetting(Enable.MyFlix.TVLogo)</selected>
<visible>Container.Content(tvshows) | Container.Content(episodes)</visible>
<visible>Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)</visible>
</control>
<control type="button" id="1513">
<include>ButtonCommonValues</include>
Expand Down
2 changes: 1 addition & 1 deletion skin.aeon.nox.silvo/16x9/MyFavourites.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<control type="group">
<include>WindowOpenCloseAnimation</include>
<include condition="!Skin.HasSetting(Enable.SlimList)">AddonList</include>
<include condition="Skin.HasSetting(Enable.SlimList)">SlimVideoList</include>
<include condition="Skin.HasSetting(Enable.SlimList)">SlimList</include>
<!-- view id = 50 -->
</control>
<include>Topbar</include>
Expand Down
48 changes: 25 additions & 23 deletions skin.aeon.nox.silvo/16x9/MyVideoNav.xml
Original file line number Diff line number Diff line change
Expand Up @@ -633,10 +633,8 @@
<!-- Movies + Episodes -->
<control type="group">
<visible>![Container.Content(addons) | Container.Content(tvshows) | Container.Content(seasons)]</visible>
<animation effect="slide" end="80" condition="String.IsEmpty(Skin.String(LanguageFlags))">Conditional</animation>
<animation effect="slide" end="80" condition="Control.IsVisible(50) + !Container.Content(episodes)">Conditional</animation>
<animation effect="slide" end="-300" condition="Container.Content(episodes) + !System.AddonIsEnabled(plugin.video.themoviedb.helper) + [Control.IsVisible(50) | Control.IsVisible(55) | Control.IsVisible(509) | Control.IsVisible(602)]">Conditional</animation>
<animation effect="slide" end="-240" condition="Container.Content(episodes) + !System.AddonIsEnabled(plugin.video.themoviedb.helper) + [Control.IsVisible(500)]">Conditional</animation>
<animation effect="slide" end="85" condition="String.IsEmpty(Skin.String(LanguageFlags)) + [System.AddonIsEnabled(script.embuary.helper) | System.AddonIsEnabled(plugin.video.themoviedb.helper)]">Conditional</animation>
<animation effect="slide" end="80" condition="Control.IsVisible(50) + Container.Content(movies)">Conditional</animation>
<control type="group">
<left>40</left>
<visible>[Container.Content(movies) + Control.IsVisible(50) + !Skin.HasSetting(Disable.List.Mediaflags)] | [Container.Content(episodes) + Control.IsVisible(50)] | [Container.Content(movies) + Control.IsVisible(506) + !Skin.HasSetting(Disable.RightList.Mediaflags)] | [Container.Content(episodes) + Control.IsVisible(506) + !Skin.HasSetting(Disable.RightList.EpisodeMediaflags)] | Control.IsVisible(591) + [Container.Content(movies) | Container.Content(episodes)] | Control.IsVisible(509) + !Skin.HasSetting(Disable.MyFlix.Mediaflags) + [Container.Content(movies) | Container.Content(episodes)] | Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(57) | Control.IsVisible(58) | Control.IsVisible(500) | Control.IsVisible(602)</visible>
Expand All @@ -654,7 +652,6 @@
<left>340</left>
<width>1500</width>
<orientation>horizontal</orientation>
<usecontrolcoords>true</usecontrolcoords>
<control type="group">
<width>170</width>
<visible>![Container.Content(movies) + Control.IsVisible(50)]</visible>
Expand All @@ -680,7 +677,7 @@
</control>
<control type="image">
<include>MediaFlagValues</include>
<texture>$VAR[MediaFlagsPathVar]/resolution/$INFO[ListItem.VideoResolution].png</texture>
<texture>$VAR[MediaFlagsPathVar]/resolution/$INFO[ListItem.VideoResolution,,.png]</texture>
</control>
<control type="image">
<include>MediaFlagValues</include>
Expand All @@ -704,8 +701,7 @@
</control>
<!-- LANGUAGE FLAGS -->
<control type="grouplist">
<top>10</top>
<height>60</height>
<height>78</height>
<align>center</align>
<control type="grouplist">
<width>140</width>
Expand Down Expand Up @@ -799,9 +795,12 @@
<control type="group">
<width>987.5</width>
<visible>Container.Content(tvshows)</visible>
<animation effect="slide" start="0,0" end="-1000" condition="Control.IsVisible(509)">Conditional</animation>
<animation effect="slide" end="-520" condition="Control.IsVisible(57)">Conditional</animation>
<animation effect="slide" end="-140" condition="Control.IsVisible(57) + Skin.HasSetting(Enable.Shift.Small)">Conditional</animation>
<animation effect="slide" end="-1000" condition="Control.IsVisible(509)">Conditional</animation>
<control type="group">
<visible>!String.IsEmpty(ListItem.Studio)</visible>
<include>VisibleFadeAnimation</include>
<width>200</width>
<control type="image" id="913">
<top>2</top>
Expand All @@ -826,7 +825,7 @@
<width>200</width>
<include>MediaFlagValues</include>
<texture fallback="flags/default/mpaa/NR.png">$VAR[MediaFlagsPathVar]/mpaa/$VAR[RatingFlagVar]</texture>
<visible>!String.IsEmpty(ListItem.Studio) + ![String.IsEmpty(ListItem.MPAA) + String.StartsWith(Container.FolderPath,plugin://)]</visible>
<visible>![String.IsEmpty(ListItem.MPAA) + String.StartsWith(Container.FolderPath,plugin://)]</visible>
</control>
<control type="grouplist">
<left>400</left>
Expand Down Expand Up @@ -1038,23 +1037,25 @@
<visible>ListItem.IsCollection</visible>
<animation effect="fade" time="140" delay="100">Visible</animation>
<animation effect="slide" end="1200" condition="Control.IsVisible(50) + Container.Content(sets)">Conditional</animation>
<animation effect="slide" end="1300" condition="Control.IsVisible(506)">Conditional</animation>
<animation effect="slide" end="1320" condition="Control.IsVisible(506)">Conditional</animation>
<animation effect="slide" end="-70" condition="Control.IsVisible(509)">Conditional</animation>
<animation effect="slide" end="-1152.5" condition="Control.IsVisible(591)">Conditional</animation>
<control type="grouplist">
<visible>Control.IsVisible(50) | Control.IsVisible(55) | Control.IsVisible(56) | Control.IsVisible(57) | [Control.IsVisible(58) + Skin.HasSetting(Disable.BannerWallInfo)] | Control.IsVisible(500) | [Control.IsVisible(506) + Container.Content(movies) + !Skin.HasSetting(Disable.RightList.Mediaflags)] | [Control.IsVisible(506) + Container.Content(sets) + !Skin.HasSetting(Disable.RightList.SetMediaflags)] | Control.IsVisible(509) | Control.IsVisible(591) | Control.IsVisible(602)</visible>
<left>80</left>
<left>60</left>
<top>1014</top>
<height>90</height>
<orientation>horizontal</orientation>
<control type="group">
<width>177</width>
<width>170</width>
<control type="image" id="917">
<include>MediaFlagValues</include>
<texture>$VAR[PathFlagsStudios]$INFO[Container(4500).ListItem(0).Studio,,.png]</texture>
</control>
<control type="label">
<width>177</width>
<left>20</left>
<width>130</width>
<height>78</height>
<align>center</align>
<font>font10</font>
<textcolor>grey</textcolor>
Expand All @@ -1067,23 +1068,24 @@
<include>MediaFlagValues</include>
<texture>$VAR[MediaFlagsPathVar]/mpaa/$VAR[SetRatingFlagVar]</texture>
</control>
<control type="grouplist">
<width>240</width>
<orientation>horizontal</orientation>
<itemgap>-40</itemgap>
<control type="group">
<width>170</width>
<visible>![Control.IsVisible(55) | Control.IsVisible(57) | Control.IsVisible(500) | Control.IsVisible(509) | Control.IsVisible(591)]</visible>
<visible>!String.IsEqual(Container(4500).NumItems,0)</visible>
<control type="label">
<width>63</width>
<height>78</height>
<height>60</height>
<align>center</align>
<label>$INFO[Container(4500).NumItems]</label>
<font>font48_bold</font>
<textcolor>grey</textcolor>
</control>
<control type="image">
<include>MediaFlagValues</include>
<texture>overlays/set.png</texture>
<control type="label">
<top>52</top>
<height>30</height>
<align>center</align>
<label>$LOCALIZE[342]</label>
<font>font12</font>
<textcolor>grey</textcolor>
</control>
</control>
</control>
Expand Down
5 changes: 3 additions & 2 deletions skin.aeon.nox.silvo/16x9/Variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1662,9 +1662,10 @@
<!-- SelectDialog -->
<variable name="DialogSelectLabel2Var">
<value condition="String.IsEqual(Control.GetLabel(1),$LOCALIZE[25006])">$INFO[ListItem.Duration(mins),, [LOWERCASE]$LOCALIZE[12391][/LOWERCASE]]</value>
<value condition="String.IsEqual(ListItem.Label2,$LOCALIZE[16102])">√</value>
<value condition="!String.IsEmpty(ListItem.Label2)">$INFO[ListItem.Label2]</value>
<value condition="!String.IsEmpty(ListItem.AddonVersion)">$INFO[ListItem.AddonVersion]</value>
<value condition="!String.IsEmpty(Container(6).ListItem.Icon) + String.IsEqual(Control.GetLabel(1),$LOCALIZE[13511])">[COLOR FF00991F]•[/COLOR]</value>
<value condition="String.IsEqual(Control.GetLabel(1),$LOCALIZE[13511]) + !String.IsEmpty(Container(6).ListItem.Icon) + !String.StartsWith(Container(6).ListItem.Icon,Default)">[COLOR FF00991F]•[/COLOR]</value>
</variable>
<variable name="EpisodeCountVar">
<value condition="!Integer.IsGreater(ListItem.Season,9) + !Integer.IsGreater(ListItem.Episode,9)">$INFO[ListItem.Season,S0]$INFO[ListItem.Episode,E0]</value>
Expand Down Expand Up @@ -2014,7 +2015,7 @@
<value>$INFO[System.BuildVersionShort,v]$INFO[System.BuildDate, (,)] - [COLOR invalid]$LOCALIZE[31341][/COLOR]</value>
</variable>
<variable name="MyFlixTitleLabelVar">
<value condition="Container.Content(tvshows) | Container.Content(episodes)">$INFO[ListItem.TVShowTitle]</value>
<value condition="Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)">$INFO[ListItem.TVShowTitle]</value>
<value>$INFO[ListItem.Title]</value>
</variable>
<variable name="MyFlixDimmerVar">
Expand Down
Loading

0 comments on commit db9e766

Please sign in to comment.