Skip to content

Commit

Permalink
slideshow timer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Apr 4, 2024
1 parent 3b96b2b commit 69a9d53
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 16x9/Components.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<definition>
<include content="Background_List" condition="$PARAM[include_list]">
<param name="content_source" value="$PARAM[content_source]" />
<param name="time" value="$PARAM[transition_time]" />
<param name="time" value="$PARAM[time]" />
</include>
<include content="Background_Multiart_Template">
<param name="transition_time" value="$PARAM[time]" />
Expand All @@ -129,7 +129,7 @@
<param name="font" value="Description" />
<param name="color" value="$VAR[Unfocused_Color]" />
<param name="label" value="$VAR[Background_Label]" />
<param name="align" value="left" />
<param name="align" value="right" />
<include content="Visible_Fade_Delayed_Animation" />
<left>10</left>
<right>10</right>
Expand Down
2 changes: 1 addition & 1 deletion 16x9/Custom_1199_Test_Label.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</control>
<control type="label">
<align>right</align>
<label>$INFO[Window(home).Property(VideoPlayer_SetID)]</label>
<label>$INFO[Skin.String(Background_Interval)]</label>
<height>200</height>
</control>
</controls>
Expand Down
3 changes: 1 addition & 2 deletions 16x9/Variables_Paths_Media.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</variable>

<include name="Background_Home_Content">
<content sortby="random">$VAR[Background_Home_Path]</content>
<content sortby="random" limit="40">$VAR[Background_Home_Path]</content>
</include>

<include name="Background_Global_Content">
Expand Down Expand Up @@ -41,7 +41,6 @@
<value condition="Library.HasContent(Movies)">videodb://movies/titles/</value>
<value condition="Library.HasContent(TVShows)">videodb://tvshows/titles/</value>
<value condition="Library.HasContent(Music)">musicdb://artists/?albumartistsonly=true</value>
<value />
</variable>

<variable name="Background_Global_Path">
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc

### Changelog
---
**1.1.27**
- Fixed filename case mismatch causing some OSD buttons not to show on Linux-based devices https://github.com/realcopacetic/skin.copacetic/issues/128
- Fixed background slideshow timer stuck on 10 seconds regardless of what was set in skin settings https://github.com/realcopacetic/skin.copacetic/issues/136
- Added a limit of 40 to the container that fetches artwork for home screen menu items when global slideshows or custom playlists not set. Hope is that this will speed up how long it takes to fetch artwork https://forum.kodi.tv/showthread.php?tid=376861&pid=3190882#pid3190882
- Effects sped up slightly (effects slow down reduced from 0.8 to 0.7)

**1.1.26**
- Added fix to prevent multiple volume bars showing when audio is muted and scrolling through home screen widgets
- Cleaned up Now_Playing expressions
Expand Down
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.copacetic" version="1.1.26" name="Copacetic" provider-name="realcopacetic">
<addon id="skin.copacetic" version="1.1.27" name="Copacetic" provider-name="realcopacetic">
<requires>
<import addon="xbmc.gui" version="5.16.0" />
<import addon="script.copacetic.helper" version="1.0.12" />
<import addon="resource.fonts.copacetic" version="1.0.5" />
<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.8" debugging="false">
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.7" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="16x9" />
</extension>
<extension point="xbmc.addon.metadata">
Expand Down

0 comments on commit 69a9d53

Please sign in to comment.