Skip to content

Commit

Permalink
WIP options
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Jun 6, 2024
1 parent 61b3e7c commit 02a33b3
Show file tree
Hide file tree
Showing 6 changed files with 303 additions and 251 deletions.
1 change: 1 addition & 0 deletions 16x9/Colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
<variable name="Plot_Color">
<value condition="$EXP[Container_HasBackground]">$VAR[Light_Color]</value>
<value condition="Skin.String(Theme,Light)">$VAR[Dark_Grey_Color]</value>
<value condition="Skin.HasSetting(Prefer_White_Plot_Color)">$VAR[Light_Color]</value>
<value>$VAR[Light_Grey_Color]</value>
</variable>
<variable name="Privacy_Policy_Color">
Expand Down
33 changes: 23 additions & 10 deletions 16x9/Content_Settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -407,21 +407,21 @@
<onclick>Skin.ToggleSetting(Background_Label_Enabled)</onclick>
<selected>Skin.HasSetting(Background_Label_Enabled)</selected>
</control>
<control type="label" id="1607">
<description>Home</description>
<visible>ControlGroup(9).HasFocus(16)</visible>

<!--Home-->
<control type="label" id="1117">
<description>Background</description>
<visible>ControlGroup(9).HasFocus(11)</visible>
<include content="skinsettings_Default_Label" />
<label>$LOCALIZE[31401]</label>
<label>$LOCALIZE[31432]</label>
</control>
<control type="radiobutton" id="1608">
<control type="radiobutton" id="1118">
<description>Override home menu backgrounds</description>
<visible>ControlGroup(9).HasFocus(16)</visible>
<visible>ControlGroup(9).HasFocus(11)</visible>
<label>$LOCALIZE[31433]</label>
<onclick>Skin.ToggleSetting(Home_Background_Override_Enabled)</onclick>
<selected>Skin.HasSetting(Home_Background_Override_Enabled)</selected>
</control>

<!--Home-->
<control type="label" id="1100">
<description>Widgets</description>
<visible>ControlGroup(9).HasFocus(11)</visible>
Expand Down Expand Up @@ -466,7 +466,6 @@
<label>- $LOCALIZE[31705]</label>
<onclick>ActivateWindow(1181)</onclick>
</control>

<control type="label" id="1104">
<description>General</description>
<visible>ControlGroup(9).HasFocus(11)</visible>
Expand Down Expand Up @@ -776,6 +775,13 @@
<param name="id" value="1405" />
<param name="next" value="1406" />
</include>
<control type="radiobutton" id="1425">
<description>Prefer white to grey for plot textbox in Showcase and Strip views</description>
<label>$LOCALIZE[31453]</label>
<onclick>Skin.ToggleSetting(Prefer_White_Plot_Color)</onclick>
<selected>Skin.HasSetting(Prefer_White_Plot_Color)</selected>
<visible>ControlGroup(9).HasFocus(14)</visible>
</control>
<control type="label" id="1406">
<description>Info screens</description>
<include content="skinsettings_Default_Label" />
Expand Down Expand Up @@ -809,6 +815,13 @@
<onclick>Skin.SetString(Subtitle_Limiter)</onclick>
<visible>ControlGroup(9).HasFocus(14)</visible>
</control>
<control type="radiobutton" id="1424">
<description>Disable video information label during playback</description>
<label>$LOCALIZE[31713]</label>
<onclick>Skin.ToggleSetting(Video_Breadcrumb_Disabled)</onclick>
<selected>Skin.HasSetting(Video_Breadcrumb_Disabled)</selected>
<visible>ControlGroup(9).HasFocus(14)</visible>
</control>
<control type="radiobutton" id="1409">
<description>Enable Up Next widget during playback</description>
<label>$LOCALIZE[31490]</label>
Expand Down Expand Up @@ -886,7 +899,7 @@
<control type="radiobutton" id="1422">
<description>Prefer landscape art to fanart for backgrounds in List and Billboard views</description>
<visible>ControlGroup(9).HasFocus(14)</visible>
<label>Enable landscape art for List and Billboard view backgrounds</label>
<label>$LOCALIZE[31714]</label>
<onclick>Skin.ToggleSetting(Experiment_ListView_Prefer_Landscape)</onclick>
<selected>Skin.HasSetting(Experiment_ListView_Prefer_Landscape)</selected>
</control>
Expand Down
2 changes: 1 addition & 1 deletion 16x9/Templates_OSD.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</include>
<control type="group">
<visible>!Window.IsVisible(fullscreeninfo)</visible>
<include content="Video_Player_Breadcrumb" />
<include content="Video_Player_Breadcrumb" condition="!Skin.HasSetting(Video_Breadcrumb_Disabled)" />
<include content="Player_Status_Icons">
<param name="large_label" value="true" />
<visible>!Window.IsVisible(videoosd)</visible>
Expand Down
9 changes: 6 additions & 3 deletions 16x9/Variables_Labels_Windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@
<!-- Menus -->
<value condition="Control.HasFocus(1201)">$LOCALIZE[31517]</value>
<value condition="Control.HasFocus(1202)">$LOCALIZE[31518]</value>


<!-- Background -->
<value condition="Control.HasFocus(16010) | Control.HasFocus(16011)">$LOCALIZE[31526]</value>
<value condition="Control.HasFocus(16030) | Control.HasFocus(16031)">$LOCALIZE[31527]</value>
Expand All @@ -193,6 +191,7 @@
<value condition="Control.HasFocus(1103)">$LOCALIZE[31530]</value>
<value condition="Control.HasFocus(1110)">$LOCALIZE[31542]</value>
<value condition="Control.HasFocus(1111)">$LOCALIZE[31543]</value>
<value condition="Control.HasFocus(1118)">$LOCALIZE[31533]</value>
<!-- Views -->
<value condition="Control.HasFocus(1305) | Control.HasFocus(1355)">$LOCALIZE[31541]</value>
<value condition="Control.HasFocus(1315) | Control.HasFocus(1325) | Control.HasFocus(1338) | Control.HasFocus(1356)">$LOCALIZE[31598]</value>
Expand All @@ -204,14 +203,18 @@
<value condition="Control.HasFocus(1402)">$LOCALIZE[31551]</value>
<value condition="Control.HasFocus(1403)">$LOCALIZE[31552]</value>
<value condition="Control.HasFocus(1404)">$LOCALIZE[31553]</value>
<value condition="Control.HasFocus(14050) | Control.HasFocus(1405)">$LOCALIZE[31554]</value>
<value condition="Control.HasFocus(14050) | Control.HasFocus(14051)">$LOCALIZE[31554]</value>
<value condition="Control.HasFocus(1409)">$LOCALIZE[31590]</value>
<value condition="Control.HasFocus(14100) | Control.HasFocus(14101)">$LOCALIZE[31591]</value>
<value condition="Control.HasFocus(1411)">$LOCALIZE[31555]</value>
<value condition="Control.HasFocus(1408)">$LOCALIZE[31556]</value>
<value condition="Control.HasFocus(1417)">$LOCALIZE[31570]</value>
<value condition="Control.HasFocus(1418)">$LOCALIZE[31571]</value>
<value condition="Control.HasFocus(1419)">$LOCALIZE[31802]</value>
<value condition="Control.HasFocus(1420)">$LOCALIZE[31803]</value>
<value condition="Control.HasFocus(1421)">$LOCALIZE[31811]</value>
<value condition="Control.HasFocus(1422)">$LOCALIZE[31812]</value>
<value condition="Control.HasFocus(1424)">$LOCALIZE[31813]</value>
<!-- Extras -->
<value condition="Control.HasFocus(1502)">$LOCALIZE[31558]</value>
<value condition="Control.HasFocus(1513)">$LOCALIZE[31560]</value>
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<import addon="script.skinshortcuts" version="1.1.5" />
<import addon="service.upnext" version="1.1.9+MATRIX.1" />
</requires>
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.7" debugging="false">
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.7" debugging="true">
<res width="1920" height="1080" aspect="16:9" default="true" folder="16x9" />
</extension>
<extension point="xbmc.addon.metadata">
Expand Down
Loading

0 comments on commit 02a33b3

Please sign in to comment.