Skip to content

Commit

Permalink
1.1.17 cont
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Nov 15, 2023
1 parent 5b868cf commit 5525b09
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 82 deletions.
2 changes: 1 addition & 1 deletion 16x9/Colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
</variable>
<variable name="Volume_Focused_Color">
<value condition="$EXP[Music_Player_HasArt]">$VAR[Light_Color]</value>
<value condition="!$EXP[Infoscreen_IsVisible] + [$EXP[ListView_Display_IsThumbnails] | $EXP[StripView_IsVisible] | $EXP[GridView_IsVisible]]">$VAR[Light_Color]</value>
<value condition="!$EXP[Infoscreen_IsVisible] + !Window.IsVisible(home) + [$EXP[ListView_Display_IsThumbnails] | $EXP[StripView_IsVisible] | $EXP[GridView_IsVisible]]">$VAR[Light_Color]</value>
<value>$VAR[Notification_Widget_Label_Color]</value>
</variable>

Expand Down
11 changes: 9 additions & 2 deletions 16x9/Custom_1199_Test_Label.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog" id="1199">
<visible>false</visible>
<visible>true</visible>
<zorder>3</zorder>
<controls>
<control type="image">
<width>200</width>
<height>200</height>
<right>0</right>
<texture colordiffuse="black">views/white_100.png</texture>
</control>
<control type="label">
<align>right</align>
<label>$INFO[Window(home).Property(Background_Custom_Fanart)]</label>
<label>$INFO[Skin.String(Background_Global_Fanart)]</label>
<visible>true</visible>
<height>200</height>
</control>
</controls>
</window>
8 changes: 8 additions & 0 deletions 16x9/DialogAddonSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
<include content="Default_Settings_Controls">
<param name="include_togglebutton" value="true" />
</include>
<include content="Simple_ListIcon" condition="!Window.IsVisible(addoninformation)">
<param name="texture" value="$VAR[Infoscreen_Background_Texture]" />
<param name="fade_diffuse_override" value="true" />
<param name="fadetime" value="720" />
<include content="WindowOpenClose_Fade_Delayed_Animation" />
<animation effect="fadediffuse" end="ff404040" time="0" condition="true">Conditional</animation> <!-- 25% alpha -->
<include content="Ken_Burns_Effect_Animation" condition="Skin.HasSetting(Global_Ken_Burns_Effect)" />
</include>
<include content="Default_Dialog_Panel_Layout">
<param name="visible" value="!String.IsEqual(Window(home).Property(UpNext),true) + ![Window.IsVisible(shutdownmenu) | Window.IsVisible(yesnodialog) | Window.IsVisible(progressdialog) | Window.IsVisible(okdialog) | Window.IsVisible(virtualkeyboard) | Window.IsVisible(numericinput)]" />
<include content="Breadcrumb_Label">
Expand Down
89 changes: 11 additions & 78 deletions 16x9/Templates_script-upnext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@
<param name="Info_Breadcrumb_Label" />
<param name="show_icon" default="false" />
<definition>
<!-- Hidden list -->
<control type="grouplist">
<defaultcontrol always="true">3012</defaultcontrol>
<visible allowhiddenfocus="true">false</visible>
<orientation>horizontal</orientation>
<control type="button" id="3012">
<label>$INFO[Player.TimeRemaining(ss),in ]</label>
</control>
<control type="button" id="3013">
<label>$ADDON[service.upnext 30035]</label>
</control>
</control>
<!-- Details -->
<control type="grouplist">
<top>0</top>
Expand Down Expand Up @@ -62,72 +50,17 @@
</control>
</control>
<!-- Button menu -->
<control type="grouplist">
<animation effect="slide" start="0" end="24" time="0" condition="$PARAM[show_icon]">Conditional</animation>
<right>60</right>
<bottom>36</bottom>
<width>100%</width>
<height>60</height>
<itemgap>8</itemgap>
<align>right</align>
<orientation>horizontal</orientation>
<usecontrolcoords>true</usecontrolcoords>
<control type="group">
<width>60</width>
<height>60</height>
<include content="Button_Template">
<param name="target_id" value="3012" />
<param name="width" value="60" />
<param name="texture" value="Play" />
</include>
</control>
<control type="label">
<left>-6</left>
<top>6</top>
<height>48</height>
<width>auto</width>
<visible>Control.HasFocus(3012)</visible>
<label>$INFO[Control.GetLabel(3012)]</label>
<font>Title_Breadcrumb_Label</font>
<textcolor>$VAR[Light_Color]</textcolor>
</control>
<control type="label">
<left>-12</left>
<top>20</top>
<height>28</height>
<width>auto</width>
<visible>!Control.HasFocus(3012)</visible>
<label>$INFO[Control.GetLabel(3012)]</label>
<font>Info_Breadcrumb_Label</font>
<textcolor>$VAR[Light_Color]</textcolor>
</control>
<control type="label">
<top>16</top>
<height>28</height>
<width>auto</width>
<label>$VAR[Copacetic_Divider_Bold]</label>
<font>Info_Breadcrumb_Label</font>
<textcolor>$VAR[Light_Color]</textcolor>
</control>
<control type="label">
<top>6</top>
<height>48</height>
<width>auto</width>
<visible>Control.HasFocus(3013)</visible>
<label>$INFO[Control.GetLabel(3013)]</label>
<font>Title_Breadcrumb_Label</font>
<textcolor>$VAR[Light_Color]</textcolor>
</control>
<control type="label">
<top>20</top>
<height>28</height>
<width>auto</width>
<visible>!Control.HasFocus(3013)</visible>
<label>$INFO[Control.GetLabel(3013)]</label>
<font>Info_Breadcrumb_Label</font>
<textcolor>$VAR[Light_Color]</textcolor>
</control>
</control>
<include content="Button_Group_Template">
<param name="button1" value="true" />
<param name="button1_id" value="3012" />
<param name="button1_texture" value="Play" />
<param name="button2" value="true" />
<param name="button2_id" value="3013" />
<param name="button2_texture" value="Cross" />
<param name="color" value="$VAR[Light_Color]" />
<param name="unfocused_color" value="$VAR[Light_Color]" />
</include>

</definition>
</include>
</includes>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc
- Removed some of the unnecessary transitions between different views when navigating through addonbrowser menus
- Fixed bug multiart bug breaking artwork for billboard view in programs
- Fixed typo breaking fix for previous issue https://github.com/realcopacetic/skin.copacetic/issues/60
- Fixed colour of volume indicator on home screen widgets when light theme selected


Still to do:
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<import addon="resource.fonts.copacetic" version="1.0.2" />
<import addon="script.skinshortcuts" version="1.1.5" />
</requires>
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.8" debugging="false">
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.8" debugging="true">
<res width="1920" height="1080" aspect="16:9" default="true" folder="16x9" />
</extension>
<extension point="xbmc.addon.metadata">
Expand Down

0 comments on commit 5525b09

Please sign in to comment.