Skip to content

Commit

Permalink
[skin.aeon.nox.silvo] v9.1.3 (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSiLVO committed Jan 22, 2024
1 parent 0060751 commit 7256c88
Show file tree
Hide file tree
Showing 114 changed files with 581 additions and 1,185 deletions.
6 changes: 3 additions & 3 deletions skin.aeon.nox.silvo/16x9/Defaults.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<textcolor>white</textcolor>
<selectedcolor>$VAR[ThemeLabelColor]</selectedcolor>
<disabledcolor>grey3</disabledcolor>
<scrollspeed>30</scrollspeed>
<scrollspeed>60</scrollspeed>
</default>
<default type="fadelabel">
<font>font13</font>
<textcolor>white</textcolor>
<disabledcolor>grey3</disabledcolor>
<scrollspeed>40</scrollspeed>
<scrollspeed>60</scrollspeed>
</default>
<default type="button">
<width>450</width>
Expand Down Expand Up @@ -144,7 +144,7 @@
<focusedcolor>white</focusedcolor>
<disabledcolor>grey3</disabledcolor>
<pulseonselect>false</pulseonselect>
<scrollspeed>30</scrollspeed>
<scrollspeed>60</scrollspeed>
</default>
<default type="mover">
<texturefocus colordiffuse="$VAR[HighlightBarColor]" border="1">listselect_fo.png</texturefocus>
Expand Down
2 changes: 1 addition & 1 deletion skin.aeon.nox.silvo/16x9/DialogNumeric.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<font>font15_title</font>
<textcolor>grey2</textcolor>
<scroll>true</scroll>
<scrollspeed>20</scrollspeed>
<scrollspeed>40</scrollspeed>
</control>
<control type="label" id="4">
<top>470</top>
Expand Down
6 changes: 2 additions & 4 deletions skin.aeon.nox.silvo/16x9/DialogSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
<window>
<defaultcontrol always="true">5</defaultcontrol>
<include>DialogOpenCloseAnimation</include>
<onload>SetProperty(Dialog.HeaderLabel,$VAR[DialogSettingsHeaderVar],Home)</onload>
<onunload>ClearProperty(Dialog.HeaderLabel,Home)</onunload>
<controls>
<control type="group">
<include>VisibleFadeAnimation</include>
<visible>![System.HasActiveModalDialog + !Window.IsDialogTopmost(DialogSettings.xml)]</visible>
<visible>!Window.IsDialogTopmost(DialogSelect.xml)</visible>
<control type="image">
<include>FullscreenDimensions</include>
<texture>colors/black50.png</texture>
Expand All @@ -21,7 +19,7 @@
<animation effect="slide" end="0,-160" condition="Window.IsVisible(fullscreeninfo)">Conditional</animation>
<include content="DialogPanel">
<param name="height">611</param>
<param name="header_label">$INFO[Window(Home).Property(Dialog.HeaderLabel)]</param>
<param name="header_label">$VAR[DialogSettingsHeaderVar]</param>
<param name="buttons_ondown">5</param>
<param name="close_onclick">SendClick(29)</param>
<param name="ok_onclick">SendClick(28)</param>
Expand Down
263 changes: 46 additions & 217 deletions skin.aeon.nox.silvo/16x9/DialogVideoInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@
<height>65</height>
<width>1180</width>
<control type="label">
<width>1070</width>
<width>1065</width>
<font>font30_title_bold</font>
<textcolor>grey</textcolor>
<scroll>true</scroll>
<label>$INFO[ListItem.Title]</label>
</control>
<control type="label">
<left>1065</left>
<width>120</width>
<left>1055</left>
<width>130</width>
<height>65</height>
<align>right</align>
<font>font_version</font>
Expand All @@ -137,6 +137,29 @@
<include condition="String.IsEqual(ListItem.Property(item.type),person)">InfoSublabelTMDbHelperPerson</include>
</control>
</control>
<!-- Kodi User Rating -->
<control type="grouplist">
<visible>!String.IsEmpty(ListItem.UserRating)</visible>
<left>1065</left>
<top>60</top>
<width>120</width>
<height>40</height>
<orientation>horizontal</orientation>
<align>center</align>
<itemgap>5</itemgap>
<control type="image">
<width>40</width>
<aspectratio>keep</aspectratio>
<texture colordiffuse="$VAR[ThemeLabelColor]">favourites.png</texture>
<animation effect="fade" end="80" condition="true">Conditional</animation>
</control>
<control type="label">
<width>auto</width>
<font>font16_title_bold</font>
<textcolor>grey</textcolor>
<label>$INFO[ListItem.UserRating]</label>
</control>
</control>
<!-- Separator Start -->
<control type="image">
<left>-7</left>
Expand All @@ -151,220 +174,25 @@
<height>90</height>
<orientation>horizontal</orientation>
<usecontrolcoords>true</usecontrolcoords>
<itemgap>5</itemgap>
<visible>!String.IsEqual(ListItem.Property(item.type),person)</visible>
<!-- Minute Duration -->
<control type="group">
<visible>!String.IsEqual(ListItem.DBTYPE,set) + !Skin.HasSetting(Enable.HourMinuteDuration) + [!String.IsEmpty(Container(9143).ListItem.Property(Duration)) | !String.IsEmpty(ListItem.Duration)]</visible>
<width>120</width>
<height>90</height>
<control type="label">
<width>auto</width>
<height>60</height>
<align>center</align>
<label>$INFO[ListItem.Duration(mins)]</label>
<font>font48_bold</font>
<textcolor>grey</textcolor>
<visible>![String.IsEqual(ListItem.DBTYPE,tvshow) | String.IsEqual(ListItem.DBTYPE,season)]</visible>
</control>
<control type="label">
<width>auto</width>
<height>60</height>
<align>center</align>
<label>$INFO[Container(9143).ListItem.Property(Duration)]</label>
<font>font48_bold</font>
<textcolor>grey</textcolor>
<visible>[String.IsEqual(ListItem.DBTYPE,tvshow) | String.IsEqual(ListItem.DBTYPE,season)]</visible>
</control>
<control type="label">
<top>50</top>
<width>auto</width>
<height>30</height>
<align>center</align>
<label>[LOWERCASE]$LOCALIZE[12391][/LOWERCASE]</label>
<font>font12</font>
<textcolor>grey</textcolor>
</control>
</control>
<!-- Hour/Minute Duration -->
<control type="label">
<width min="80" max="155">auto</width>
<height>90</height>
<font>font48_bold</font>
<textcolor>grey</textcolor>
<label>$VAR[ItemDurationVar]</label>
<visible>!String.IsEqual(ListItem.DBTYPE,set) + Skin.HasSetting(Enable.HourMinuteDuration) + [!String.IsEmpty(Container(9143).ListItem.Property(Duration)) | !String.IsEmpty(ListItem.Duration)]</visible>
</control>
<control type="label">
<width>auto</width>
<height>90</height>
<font>font48_bold</font>
<textcolor>grey</textcolor>
<label>$VAR[EpisodeCountVar]</label>
<visible>String.IsEqual(ListItem.DBTYPE,episode)</visible>
</control>
<control type="image">
<width>135</width>
<height>90</height>
<include>MediaFlagValues</include>
<texture fallback="flags/default/mpaa/NR.png">$VAR[MediaFlagsPathVar]/mpaa/$VAR[RatingFlagVar]</texture>
<visible>!String.IsEqual(ListItem.DBTYPE,set)</visible>
</control>
<itemgap>8</itemgap>
<!-- Default Runtime -->
<include condition="!String.IsEqual(ListItem.DBTYPE,set) + !Skin.HasSetting(Enable.HourMinuteDuration) + !String.IsEqual(ListItem.Property(item.type),person)">InfoDefaultRuntime</include>
<!-- Hour/Minute Runtime -->
<include condition="!String.IsEqual(ListItem.DBTYPE,set) + !String.IsEqual(ListItem.Property(item.type),person) + Skin.HasSetting(Enable.HourMinuteDuration)">InfoHourMinRuntime</include>
<!-- Episode Count -->
<include condition="String.IsEqual(ListItem.DBTYPE,episode)">InfoEpNumber</include>
<!-- MPAA -->
<include condition="!String.IsEqual(ListItem.DBTYPE,set) + !String.IsEqual(ListItem.Property(item.type),person)">InfoMPAA</include>
<!-- Set Rating -->
<include condition="String.IsEqual(ListItem.DBTYPE,set)">InfoSetRating</include>
<!-- TV Watched Percent -->
<include condition="String.IsEqual(ListItem.DBTYPE,tvshow) | String.IsEqual(ListItem.DBTYPE,season)">InfoTVWatchedPercent</include>
<!-- Main Rating -->
<control type="group">
<visible>!String.IsEqual(ListItem.DBTYPE,set) + !String.IsEmpty(ListItem.Rating)</visible>
<width>165</width>
<control type="label">
<width>auto</width>
<height>60</height>
<align>center</align>
<label>$INFO[ListItem.Rating]</label>
<font>font16_title_bold</font>
<textcolor>grey</textcolor>
</control>
<control type="label">
<top>50</top>
<width>auto</width>
<height>30</height>
<align>center</align>
<label>[LOWERCASE]$VAR[RatingAndVotesVar][/LOWERCASE]</label>
<font>font12</font>
<textcolor>grey</textcolor>
</control>
</control>
<control type="group">
<visible>String.IsEqual(ListItem.DBTYPE,set) + !String.IsEmpty(ListItem.Rating)</visible>
<control type="label">
<width>auto</width>
<align>center</align>
<label>$INFO[ListItem.Rating,$LOCALIZE[31146] ]</label>
<font>font16_title_bold</font>
<textcolor>grey</textcolor>
</control>
</control>
<!-- TV Show Watched Percent -->
<control type="group">
<visible>!String.IsEmpty(ListItem.Property(WatchedEpisodePercent)) + !String.IsEqual(ListItem.Property(WatchedEpisodePercent),0)</visible>
<width>165</width>
<control type="label">
<width>auto</width>
<height>60</height>
<align>center</align>
<label>$INFO[ListItem.Property(WatchedEpisodePercent),,%]</label>
<font>font16_title_bold</font>
<textcolor>grey</textcolor>
</control>
<control type="label">
<top>50</top>
<width>auto</width>
<height>30</height>
<align>center</align>
<label>[LOWERCASE]$LOCALIZE[19256][/LOWERCASE]</label>
<font>font12</font>
<textcolor>grey</textcolor>
</control>
</control>
<!-- User/RottenTomatoes/Metacritic Ratings -->
<control type="grouplist">
<width>925</width>
<height>90</height>
<orientation>horizontal</orientation>
<itemgap>10</itemgap>
<control type="grouplist">
<visible>!String.IsEmpty(ListItem.UserRating)</visible>
<width>95</width>
<orientation>horizontal</orientation>
<control type="image">
<width>50</width>
<aspectratio>keep</aspectratio>
<texture colordiffuse="$VAR[ThemeLabelColor]">favourites.png</texture>
<animation effect="fade" end="67" condition="true">Conditional</animation>
</control>
<control type="label">
<width>auto</width>
<font>font16_title_bold</font>
<textcolor>grey</textcolor>
<label>$INFO[ListItem.UserRating,, ]</label>
</control>
</control>
<control type="grouplist">
<visible>!String.IsEmpty(ListItem.Top250)</visible>
<width>190</width>
<orientation>horizontal</orientation>
<usecontrolcoords>true</usecontrolcoords>
<itemgap>3</itemgap>
<control type="image">
<width>68</width>
<aspectratio>keep</aspectratio>
<colordiffuse>grey</colordiffuse>
<texture>logos/imdb.png</texture>
</control>
<control type="label">
<width>auto</width>
<align>center</align>
<font>font16_title_bold</font>
<textcolor>grey</textcolor>
<label>$INFO[ListItem.Top250,#]</label>
</control>
</control>
<control type="grouplist">
<visible>!String.IsEmpty(ListItem.Rating(tomatometerallcritics))</visible>
<width>165</width>
<orientation>horizontal</orientation>
<usecontrolcoords>true</usecontrolcoords>
<itemgap>3</itemgap>
<control type="image">
<width>68</width>
<aspectratio>keep</aspectratio>
<colordiffuse>grey</colordiffuse>
<texture>$VAR[RottenFreshLogoVar]</texture>
</control>
<control type="label">
<width>auto</width>
<font>font16_title_bold</font>
<textcolor>grey</textcolor>
<label>$VAR[RottenFreshLabelVar]$VAR[RottenFreshLabel2Var]</label>
</control>
</control>
<control type="grouplist">
<visible>!String.IsEmpty(ListItem.Rating(tomatometerallaudience))</visible>
<width>165</width>
<orientation>horizontal</orientation>
<usecontrolcoords>true</usecontrolcoords>
<itemgap>3</itemgap>
<control type="image">
<width>68</width>
<aspectratio>keep</aspectratio>
<colordiffuse>grey</colordiffuse>
<texture>$VAR[RottenFreshAudienceLogoVar]</texture>
</control>
<control type="label">
<width>auto</width>
<font>font16_title_bold</font>
<textcolor>grey</textcolor>
<label>$VAR[RottenFreshAudienceLabelVar]$VAR[RottenFreshAudienceLabel2Var]</label>
</control>
</control>
<control type="grouplist">
<visible>!String.IsEmpty(ListItem.Rating(metacritic))</visible>
<width>165</width>
<orientation>horizontal</orientation>
<usecontrolcoords>true</usecontrolcoords>
<itemgap>3</itemgap>
<control type="image">
<width>68</width>
<aspectratio>keep</aspectratio>
<colordiffuse>grey</colordiffuse>
<texture>logos/metacritic.png</texture>
</control>
<control type="label">
<width>auto</width>
<font>font16_title_bold</font>
<textcolor>grey</textcolor>
<label>$VAR[MetacriticLabelVar]$VAR[MetacriticLabel2Var]</label>
</control>
</control>
</control>
<include condition="!String.IsEqual(ListItem.DBTYPE,set) + !String.IsEqual(ListItem.Property(item.type),person)">InfoMainRating</include>
<!-- Top 250 -->
<include condition="String.IsEqual(ListItem.DBTYPE,movie)">InfoTop250</include>
<!-- Extended Ratings -->
<include condition="!String.IsEqual(ListItem.DBTYPE,season) + !String.IsEqual(ListItem.DBTYPE,set) + !String.IsEqual(ListItem.Property(item.type),person)">InfoExtendedRatings</include>
</control>
<!-- TMDbHelper Person Age -->
<control type="label">
Expand Down Expand Up @@ -984,11 +812,12 @@
</control>
</control>
<control id="99" type="button">
<onclick>SetFocus(900020)</onclick>
<onback>900020</onback>
<onup>noop</onup>
<ondown>noop</ondown>
<onleft condition="!String.IsEmpty(Container(900020).ListItemNoWrap(-1).Label)">Control.Move(900020,-1)</onleft>
<onright condition="!String.IsEmpty(Container(900020).ListItemNoWrap(1).Label)">Control.Move(900020,1)</onright>
<onback>900020</onback>
<include>HiddenObject</include>
</control>
<control type="group">
Expand Down
4 changes: 2 additions & 2 deletions skin.aeon.nox.silvo/16x9/EventLog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@
<ondown>60</ondown>
<onleft>50</onleft>
<onright>9002</onright>
<texturesliderbackground />
<texturesliderbar>colors/white50.png</texturesliderbar>
<texturesliderbackground>colors/black.png</texturesliderbackground>
<texturesliderbar>colors/white25.png</texturesliderbar>
<texturesliderbarfocus colordiffuse="$VAR[ThemeLabelColor]">colors/white.png</texturesliderbarfocus>
<showonepage>false</showonepage>
</control>
Expand Down
1 change: 0 additions & 1 deletion skin.aeon.nox.silvo/16x9/Home.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9000</defaultcontrol>
<onload>ClearProperty(RunSkinShortcutsAfterInstall,Home)</onload>
<onload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9000&amp;levels=2&amp;options=noGroups)</onload>
<onload condition="System.AddonIsEnabled(script.skinvariables)">RunScript(script.skinvariables,action=buildviews)</onload>
<onload condition="!Skin.HasSetting(AskedDefaultBackground)">SetProperty(AskDefaultBackground,True,Home)</onload>
Expand Down
Loading

0 comments on commit 7256c88

Please sign in to comment.