Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skin.copactic 1.1.20 #432

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions skin.copacetic/16x9/AddonBrowser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<backgroundcolor>$VAR[Dark_Color]</backgroundcolor>
<views>50,502,504,505</views>
<controls>
<include content="AddonBrowser_Controls" />
<include content="MyViews_Common_Controls" />
<include content="MyViews_Addons" />
<include content="addonbrowser_Controls" />
<include content="Common_Controls" />
<include content="addonbrowser_Views" />
<include content="MyViews_Menu_and_Scrollbars" />
</controls>
</window>
22 changes: 15 additions & 7 deletions skin.copacetic/16x9/Animations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
<animation effect="fade" start="100" end="0" time="180" tween="sine" easing="inout" reversible="false">WindowClose</animation>
</include>
<include name="WindowOpenClose_Fade_Delayed_Animation">
<animation effect="fade" start="0" end="100" time="360" delay="540" tween="sine" easing="inout" reversible="false">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="180" tween="sine" easing="inout" reversible="false">WindowClose</animation>
</include>
<param name="fadein_condition" default="true" />
<param name="fadeout_condition" default="true" />
<definition>
<animation effect="fade" start="0" end="100" time="360" delay="540" tween="sine" easing="inout" reversible="false" condition="$PARAM[fadein_condition]">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="180" tween="sine" easing="inout" reversible="false" condition="$PARAM[fadeout_condition]">WindowClose</animation>
</definition>
</include>
<include name="WindowOpenClose_Fade_Delayed_Long_Animation">
<animation effect="fade" start="0" end="100" time="360" delay="1080" tween="sine" easing="inout" reversible="false">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="180" tween="sine" easing="inout" reversible="false">WindowClose</animation>
Expand Down Expand Up @@ -60,6 +64,10 @@
<animation effect="fade" start="0" end="100" time="360" delay="1080" tween="sine" easing="inout" reversible="false">Visible</animation>
<animation effect="fade" start="100" end="0" time="180" tween="sine" easing="inout" reversible="false">Hidden</animation>
</include>
<include name="VisibleHidden_Background_Fade_Delayed_Animation">
<animation effect="fade" start="0" end="100" time="360" delay="90" tween="sine" easing="inout" reversible="false">Visible</animation>
<animation effect="fade" start="100" end="0" time="360" delay="90" tween="sine" easing="inout" reversible="false">Hidden</animation>
</include>

<!-- Conditionals/scenarios -->
<include name="Focus_Zoom_Animation" reversible="true">
Expand Down Expand Up @@ -102,12 +110,12 @@
<animation effect="fade" start="100" end="0" delay="360" time="30" reversible="false" tween="sine" easing="inout" condition="Control.HasFocus(3100)">Conditional</animation>
</include>
<include name="Settings_WindowOpenClose_Fade_Delayed_Animation">
<animation effect="fade" start="0" end="100" time="360" delay="360" tween="sine" easing="inout" reversible="true" condition="!Window.Previous(skinsettings) + !Window.Previous(interfacesettings) + !Window.Previous(mediasettings) + !Window.Previous(playersettings) + !Window.Previous(systemsettings) + !Window.Previous(servicesettings) + !Window.Previous(gamesettings) + !Window.Previous(pvrsettings) + !Window.Previous(profiles) + !Window.Previous(systeminfo) + !Window.Previous(filemanager)">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="180" tween="sine" easing="inout" reversible="true" condition="!Window.Next(skinsettings) + !Window.Next(interfacesettings) + !Window.Next(mediasettings) + !Window.Next(playersettings) + !Window.Next(systemsettings) + !Window.Next(servicesettings) + !Window.Next(gamesettings) + !Window.Next(pvrsettings) + Window.Next(profiles) + Window.Next(systeminfo)">WindowClose</animation>
<animation effect="fade" start="0" end="100" time="360" delay="360" tween="sine" easing="inout" reversible="true" condition="!$EXP[Window.Previous(all_settings_windows)]">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="180" tween="sine" easing="inout" reversible="true" condition="!$EXP[Window.Next(all_settings_windows)]">WindowClose</animation>
</include>
<include name="Settings_WindowOpenClose_Fade_Delayed_Long_Animation">
<animation effect="fade" start="0" end="100" time="360" delay="1260" tween="sine" easing="inout" reversible="true" condition="!Window.Previous(skinsettings) + !Window.Previous(interfacesettings) + !Window.Previous(mediasettings) + !Window.Previous(playersettings) + !Window.Previous(systemsettings) + !Window.Previous(servicesettings) + !Window.Previous(gamesettings) + !Window.Previous(pvrsettings) + !Window.Previous(profiles) + !Window.Previous(systeminfo) + !Window.Previous(filemanager)">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="180" tween="sine" easing="inout" reversible="true" condition="!Window.Next(skinsettings) + !Window.Next(interfacesettings) + !Window.Next(mediasettings) + !Window.Next(playersettings) + !Window.Next(systemsettings) + !Window.Next(servicesettings) + !Window.Next(gamesettings) + !Window.Next(pvrsettings) + Window.Next(profiles) + Window.Next(systeminfo)">WindowClose</animation>
<animation effect="fade" start="0" end="100" time="360" delay="1260" tween="sine" easing="inout" reversible="true" condition="!$EXP[Window.Previous(all_settings_windows)]">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="180" tween="sine" easing="inout" reversible="true" condition="!$EXP[Window.Next(all_settings_windows)]">WindowClose</animation>
</include>
<include name="Trailer_Autoplay_Fade_Animation">
<animation effect="fade" start="100" end="0" time="360" delay="1080" tween="sine" easing="inout" reversible="false" condition="$EXP[Trailer_Autoplay_IsVisible]">Conditional</animation>
Expand Down
36 changes: 22 additions & 14 deletions skin.copacetic/16x9/Colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@
<!-- Diffuses -->
<!-- Use solid alpha for dimmed artwork to improve performance -->
<variable name="Home_Artwork_Diffuse">
<value condition="Skin.String(Home_Background_Brightness,50)">$VAR[Brightness_50]</value>
<value condition="Skin.String(Home_Background_Brightness,25)">$VAR[Brightness_25]</value>
<value condition="Skin.String(Background_Brightness,50)">$VAR[Brightness_50]</value>
<value condition="Skin.String(Background_Brightness,25)">$VAR[Brightness_25]</value>
<value>$VAR[Brightness_33]</value>
</variable>
<variable name="Windows_Artwork_Diffuse">
Expand All @@ -188,7 +188,6 @@
</variable>
<!-- Alpha overlay masks -->
<variable name="Panel_Mask">
<value condition="Window.IsVisible(songinformation) | [Window.IsVisible(musicinformation) + String.IsEqual(Window(musicinformation).Property(Info_Type),album)] | Window.IsVisible(addoninformation)">$VAR[Dark_Grey_Color]</value>
<value condition="Window.IsVisible(pictureinfo)">$VAR[Alpha_90]$VAR[Dark_Grey_Hex]</value>
<value condition="Window.Is(addonbrowser) + Window.Is(filebrowser)">$VAR[Alpha_75]$VAR[Dark_Grey_Hex]</value>
<value condition="Window.Is(addonbrowser) + !Container.Content(addons)">$VAR[Dark_Grey_Color]</value>
Expand Down Expand Up @@ -240,7 +239,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 Expand Up @@ -398,32 +397,41 @@
<value>$VAR[Disabled_Color]</value>
</variable>


<variable name="skinsettings_Background_Brightness_Button_Textcolor">
<value condition="Control.HasFocus(16040) | Control.HasFocus(16041)">$VAR[Light_Color]</value>
<value>$VAR[Unfocused_Color]</value>
</variable>
<variable name="skinsettings_Background_Interval_Button_Textcolor">
<value condition="Control.HasFocus(16030) | Control.HasFocus(16031)">$VAR[Light_Color]</value>
<value>$VAR[Unfocused_Color]</value>
</variable>
<variable name="skinsettings_Background_Low_Threshold_Button_Textcolor">
<value condition="Control.HasFocus(10160) | Control.HasFocus(10161) | Control.HasFocus(10162)">$VAR[Light_Color]</value>
<value condition="Control.HasFocus(10220) | Control.HasFocus(10221) | Control.HasFocus(10222)">$VAR[Light_Color]</value>
<value>$VAR[Unfocused_Color]</value>
</variable>
<variable name="skinsettings_Background_Opacity_Button_Textcolor">
<value condition="Control.HasFocus(10240) | Control.HasFocus(10241)">$VAR[Light_Color]</value>
<value condition="Control.HasFocus(16050) | Control.HasFocus(16051)">$VAR[Light_Color]</value>
<value>$VAR[Unfocused_Color]</value>
</variable>
<variable name="skinsettings_Background_Slideshow_Button_Textcolor">
<value condition="Control.HasFocus(10180) | Control.HasFocus(10181)">$VAR[Light_Color]</value>
<value condition="Control.HasFocus(16010) | Control.HasFocus(16011)">$VAR[Light_Color]</value>
<value>$VAR[Unfocused_Color]</value>
</variable>
<variable name="skinsettings_Background_Interval_Button_Textcolor">
<value condition="Control.HasFocus(10190) | Control.HasFocus(10191)">$VAR[Light_Color]</value>
<variable name="skinsettings_Multiart_Interval_Button_Textcolor">
<value condition="Control.HasFocus(15240) | Control.HasFocus(15241)">$VAR[Light_Color]</value>
<value>$VAR[Unfocused_Color]</value>
</variable>
<variable name="skinsettings_Home_Background_Override_Source_Button_Textcolor">
<value condition="Control.HasFocus(11060) | Control.HasFocus(11061)">$VAR[Light_Color]</value>
<variable name="skinsettings_Trailer_Autoplay_Interval_Button_Textcolor">
<value condition="Control.HasFocus(15320) | Control.HasFocus(15321)">$VAR[Light_Color]</value>
<value>$VAR[Unfocused_Color]</value>
</variable>
<variable name="skinsettings_Home_Background_Brightness_Button_Textcolor">
<value condition="Control.HasFocus(11080) | Control.HasFocus(11081)">$VAR[Light_Color]</value>
<variable name="skinsettings_script-upnext_Artwork_Button_Textcolor">
<value condition="Control.HasFocus(14100) | Control.HasFocus(14101)">$VAR[Light_Color]</value>
<value>$VAR[Unfocused_Color]</value>
</variable>
<variable name="skinsettings_visualisation_Layout_Button_Textcolor">
<value condition="Control.HasFocus(14110) | Control.HasFocus(14111)">$VAR[Light_Color]</value>
<value condition="Control.HasFocus(14130) | Control.HasFocus(14131)">$VAR[Light_Color]</value>
<value>$VAR[Unfocused_Color]</value>
</variable>

Expand Down
155 changes: 69 additions & 86 deletions skin.copacetic/16x9/Components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,46 +80,16 @@
</definition>
</include>

<include name="Background_List">
<param name="time" default="10000" />
<definition>
<control type="list" id="3300">
<include content="Hidden_Control" />
<include content="Background_$PARAM[content_source]_Content" />
<autoscroll time="$PARAM[time]">true</autoscroll>
<itemlayout />
<focusedlayout />
</control>
</definition>
</include>

<include name="Background_List_Home">
<include content="Background_List">
<param name="content_source" value="Home" />
<param name="time" value="$PARAM[time]" />
</include>
</include>

<!-- <include name="Background_Backing">
<param name="visible" default="Skin.String(Theme,Light)" />
<param name="animation_delay" default="1800" />
<param name="color_diffuse" default="$VAR[Dark_Color]" />
<definition>
<control type="image">
<visible>$PARAM[visible]</visible>
<animation effect="fade" start="0" end="100" time="360" delay="$PARAM[animation_delay]" tween="sine" easing="inout" reversible="true">Visible</animation>
<texture colordiffuse="$PARAM[color_diffuse]">views/white_100.png</texture>
</control>
</definition>
</include> -->

<include name="Background_Multiart">
<param name="animate_slideshow" default="false" />
<param name="time" default="10000" />
<param name="fadein_animation_condition" default="true" />
<param name="fadeout_animation_condition" default="true" />
<definition>
<control type="multiimage">
<include content="WindowOpenClose_Fade_Delayed_Animation" condition="!$EXP[Window_IsSettings]" />
<include content="Ken_Burns_Effect_Animation" condition="$PARAM[animate_slideshow]" />
<include content="WindowOpenClose_Fade_Delayed_Animation">
<param name="fadein_condition" value="$PARAM[fadein_animation_condition]" />
<param name="fadeout_condition" value="$PARAM[fadeout_animation_condition]" />
</include>
<imagepath>$PARAM[texture_path]</imagepath>
<colordiffuse>$PARAM[colordiffuse]</colordiffuse>
<aspectratio>scale</aspectratio>
Expand All @@ -133,33 +103,87 @@
</definition>
</include>

<include name="Background_Global">
<param name="visible" default="true" />
<param name="texture_path" default="$VAR[Background_Global_Texture]" />
<param name="fadein_animation_condition" default="true" />
<param name="fadeout_animation_condition" default="true" />
<definition>
<control type="group">
<visible>!VideoPlayer.IsFullscreen + $PARAM[visible]</visible>
<include content="VisibleHidden_Background_Fade_Delayed_Animation" />
<include content="Background_Multiart">
<param name="colordiffuse" value="$VAR[Home_Artwork_Diffuse]" />
<param name="texture_path" value="$PARAM[texture_path]" />
<param name="fadetime" value="0" />
<param name="fadein_animation_condition" value="$PARAM[fadein_animation_condition]" />
<param name="fadeout_animation_condition" value="$PARAM[fadeout_animation_condition]" />
</include>
<include content="Background_Multiart">
<param name="colordiffuse" value="$VAR[Home_Artwork_Diffuse]" />
<param name="texture_path" value="$PARAM[texture_path]" />
<param name="fadetime" value="360" />
<param name="fadein_animation_condition" value="$PARAM[fadein_animation_condition]" />
<param name="fadeout_animation_condition" value="$PARAM[fadeout_animation_condition]" />
</include>
<include content="Embedded_VideoPlayer">
<param name="visible" value="VideoPlayer.Content(livetv)" />
</include>
<nested />
</control>
</definition>
</include>

<include name="Background_Settings">
<include content="Light_Theme_Background" condition="!$EXP[Library_Has_Content]" />
<include content="Background_Global" condition="$EXP[Library_Has_Content]">
<param name="fadein_animation_condition" value="!$EXP[Background_FadeIn_Exceptions]" />
<param name="fadeout_animation_condition" value="!$EXP[Background_FadeOut_Exceptions]" />
</include>
</include>

<include name="Background_Multiart_Home">
<include content="Background_Multiart">
<param name="animate_slideshow" value="Skin.HasSetting(Home_Ken_Burns_Effect)" />
<param name="fadein_animation_condition" value="!$EXP[Background_FadeIn_Exceptions_home]" />
<param name="fadeout_animation_condition" value="!$EXP[Background_FadeOut_Exceptions_home]" />
<param name="colordiffuse" value="$VAR[Home_Artwork_Diffuse]" />
<param name="texture_path" value="$VAR[Background_Home_Texture]" />
<param name="fadetime" value="360" />
<param name="time" value="$PARAM[time]" />
</include>
</include>

<include name="Background_List">
<param name="content_source" default="Home" />
<param name="time" default="10000" />
<definition>
<control type="list" id="3300">
<include content="Hidden_Control" />
<include content="Background_$PARAM[content_source]_Content" />
<autoscroll time="$PARAM[time]">true</autoscroll>
<itemlayout />
<focusedlayout />
</control>
</definition>
</include>

<include name="Background_Home">
<include content="Background_List_Home" condition="Skin.String(Background_Interval,5)">
<include content="Background_List" condition="Skin.String(Background_Interval,5)">
<param name="time" value="5000" />
</include>
<include content="Background_List_Home" condition="Skin.String(Background_Interval,10) | !Skin.String(Background_Interval)">
<include content="Background_List" condition="Skin.String(Background_Interval,10) | !Skin.String(Background_Interval)">
<param name="time" value="10000" />
</include>
<include content="Background_List_Home" condition="Skin.String(Background_Interval,15)">
<include content="Background_List" condition="Skin.String(Background_Interval,15)">
<param name="time" value="15000" />
</include>
<include content="Background_List_Home" condition="Skin.String(Background_Interval,20)">
<include content="Background_List" condition="Skin.String(Background_Interval,20)">
<param name="time" value="20000" />
</include>
<include content="Background_List_Home" condition="Skin.String(Background_Interval,25)">
<include content="Background_List" condition="Skin.String(Background_Interval,25)">
<param name="time" value="25000" />
</include>
<include content="Background_List_Home" condition="Skin.String(Background_Interval,30)">
<include content="Background_List" condition="Skin.String(Background_Interval,30)">
<param name="time" value="30000" />
</include>
<control type="image">
Expand All @@ -186,42 +210,6 @@
</include>
</include>

<include name="Background_Global">
<param name="visible" default="true" />
<param name="content_source" default="Global" />
<param name="texture_path" default="$VAR[Background_Global_Texture]" />
<param name="animate_slideshow" default="Skin.HasSetting(Global_Ken_Burns_Effect)" />
<definition>
<control type="group">
<visible>!VideoPlayer.IsFullscreen + $PARAM[visible]</visible>
<include content="VisibleHidden_Fade_Animation" />
<control type="videowindow">
<include content="Hidden_Control" />
</control>
<include content="Background_Multiart" condition="$EXP[Settings_IsVisible]">
<param name="colordiffuse" value="$VAR[Dialogs_Artwork_Diffuse]" />
<param name="texture_path" value="$PARAM[texture_path]" />
<param name="fadetime" value="0" />
</include>
<include content="Background_Multiart">
<param name="colordiffuse" value="$VAR[Dialogs_Artwork_Diffuse]" />
<param name="texture_path" value="$PARAM[texture_path]" />
<param name="fadetime" value="360" />
<param name="animate_slideshow" value="$PARAM[animate_slideshow]" />
</include>
<nested />
</control>
</definition>
</include>

<include name="Background_Media">
<include content="Background_Global">
<param name="visible" value="[$EXP[Containers_Background] | Container.Content()] + !$EXP[ListView_Display_IsThumbnails] + !$EXP[GridView_IsVisible]" />
<param name="local_list_content" value="true" />
<param name="content_source" value="Media" />
</include>
</include>

<include name="Home_Clearlogo">
<control type="button" id="4300">
<visible allowhiddenfocus="true">false</visible>
Expand All @@ -244,15 +232,10 @@
<include name="Embedded_VideoPlayer">
<definition>
<control type="group">
<include content="Visible_Fade_Animation" />
<visible>$PARAM[visible]</visible>
<include content="Visible_Fade_Animation" />
<nested />
<control type="videowindow" />
<!-- Playback mask -->
<control type="image">
<include content="WindowOpenClose_Fade_Delayed_Animation" />
<texture colordiffuse="80000000">views/white_100.png</texture>
<visible>$PARAM[visible]</visible>
</control>
</control>
</definition>
</include>
Expand Down
Loading
Loading