Skip to content

Commit

Permalink
misc changed wip
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Jun 6, 2024
1 parent c4c47bd commit 61b3e7c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
3 changes: 3 additions & 0 deletions 16x9/Colors.xml
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,9 @@
<value condition="VideoPlayer.IsFullscreen + Integer.IsGreater(VideoPlayer.UserRating,1.5)">$VAR[User_Rating_Color]</value>
<value condition="VideoPlayer.IsFullscreen + Integer.IsGreater(VideoPlayer.UserRating,0.5) + !String.IsEqual(Window.(videoosd).Property(VideoPlayer_Rating_Fix),true)">$VAR[User_Rating_Color]</value>
<value condition="!String.IsEmpty(ListItem.UserRating)">$VAR[User_Rating_Color]</value>
<value condition="$EXP[Dominant_Color_View_Conditions] + Skin.String(Theme,Light) + !String.IsEmpty(Window(home).Property(clearlogo-alt_cropped-color)) + !String.IsEqual(Window(home).Property(clearlogo-alt_cropped-color),ff000000) + Integer.IsLessOrEqual(Window(home).Property(clearlogo-alt_cropped-luminosity),Skin.String(Background_High_Threshold))">$INFO[Window(home).Property(clearlogo-alt_cropped-color)]</value>
<value condition="$EXP[Dominant_Color_View_Conditions] + Skin.String(Theme,Light) + !String.IsEmpty(Window(home).Property(clearlogo_cropped-color)) + !String.IsEqual(Window(home).Property(clearlogo_cropped-color),ff000000) + Integer.IsLessOrEqual(Window(home).Property(clearlogo_cropped-luminosity),Skin.String(Background_High_Threshold))">$INFO[Window(home).Property(clearlogo_cropped-color)]</value>
<value condition="$EXP[Dominant_Color_View_Conditions] + !Skin.String(Theme,Light) + !String.IsEmpty(Window(home).Property(clearlogo_cropped-color)) + !String.IsEqual(Window(home).Property(clearlogo_cropped-color),ffffffff) + Integer.IsGreaterOrEqual(Window(home).Property(clearlogo_cropped-luminosity),Skin.String(Background_Low_Threshold))">$INFO[Window(home).Property(clearlogo_cropped-color)]</value>
<value>$VAR[Accent_Color]</value>
</variable>

Expand Down
9 changes: 9 additions & 0 deletions 16x9/Templates_Dialogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,15 @@
<param name="title_label" value="$VAR[Copacetic_Chevron_Left] $INFO[Window($PARAM[windowname]).Property(Focused_Button)] $VAR[Copacetic_Chevron_Right]" />
<param name="textcolor" value="$VAR[Breadcrumb_Label_Color]" />
</include>
<include content="Breadcrumb_Label" condition="!String.IsEmpty(ListItem.Endtime)">
<param name="visible" value="!Window.IsVisible(volumebar) + !Window.IsVisible(notification) + !Window.IsVisible(extendedprogressdialog)" />
<param name="bar" value="false" />
<param name="align" value="right" />
<param name="title_label" value="$LOCALIZE[31100]" />
<param name="info_label" value="$VAR[ListItem_Endtime_Divider_Bold,, ]$INFO[ListItem.Endtime]" />
<param name="info_label_visible" value="true" />
<param name="textcolor" value="$VAR[Light_Color]" />
</include>
<nested />
</control>
</definition>
Expand Down
4 changes: 2 additions & 2 deletions 16x9/Variables_Labels_Color.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@
<value condition="!String.IsEmpty(ListItem.AudioLanguage)">$VAR[Copacetic_Divider_Bold]</value>
</variable>
<variable name="ListItem_Director_Divider">
<value condition="!String.IsEmpty(ListItem.Director)">$VAR[Copacetic_Divider]</value>
<value condition="!String.IsEmpty(ListItem.Director)">$VAR[Copacetic_Divider_Dominant]</value>
</variable>
<variable name="ListItem_Director_Divider_Bold">
<value condition="!String.IsEmpty(ListItem.Director)">$VAR[Copacetic_Divider_Bold]</value>
<value condition="!String.IsEmpty(ListItem.Director)">$VAR[Copacetic_Divider_Bold_Dominant]</value>
</variable>
<variable name="ListItem_Duration_Divider">
<value condition="!String.IsEmpty(ListItem.Duration)">$VAR[Copacetic_Divider_Dominant]</value>
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc
- Bumping version number by 1 to differentiate between Nexus and Omega versions.
- Increased version number of script.copacetic.helper dependency to 1.1.0
- Added visibility delay to multiartwhen switching containers to prevent seeing it fade out immediately after moving from Movies to Sets, etc.
- Added experimental feature to enable landscape artwork to be displayed instead of fanart for background artwork in List and Billboard view (enable under Settings > Copacetic > Customisations > Experiments)
- Added experimental feature to enable landscape artwork to be displayed instead of fanart for background artwork in List and Billboard view (enable under Settings > Copacetic > Customisations > Experiments)
- Added "Ends / [time]" label to infoscreen for listitems with an endtime

- Dominant colour on infoscreen

Still to do:
-- transition times - check all switched to constants, decide on content switching exclusions for each view. See if anything breaks or any other areas animations can be cut
Expand Down

0 comments on commit 61b3e7c

Please sign in to comment.