Skip to content

Commit

Permalink
gridview slides fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realcopacetic committed Jul 21, 2024
1 parent ef66ba2 commit e79c18c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
5 changes: 2 additions & 3 deletions 16x9/Components_Viewtype_505_Grid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -521,12 +521,11 @@
</include>

<include name="GridView_Slides_Horizontal">
<animation effect="slide" end="0,279" time="0" reversible="false" condition="$EXP[GridView_Display_IsPosters] + Integer.IsEqual(Container.NumItems,1)">Conditional</animation>
<animation effect="slide" end="0,140" time="0" reversible="false" condition="$EXP[GridView_Display_IsPosters] + Integer.IsEqual(Container.NumItems,2)">Conditional</animation>
<animation effect="slide" end="0,281" time="0" reversible="false" condition="$EXP[GridView_Display_IsFanart] + Integer.IsEqual(Container.NumItems,1)">Conditional</animation>
<animation effect="slide" end="0,141" time="0" reversible="false" condition="$EXP[GridView_Display_IsFanart] + Integer.IsEqual(Container.NumItems,2)">Conditional</animation>
<animation effect="slide" end="662" time="0" reversible="false" condition="$EXP[GridView_Display_IsFanart] + Integer.IsLessOrEqual(Container.NumItems,3)">Conditional</animation>
<animation effect="slide" end="414" time="0" reversible="false" condition="$EXP[GridView_Display_IsFanart] + Integer.IsGreater(Container.NumItems,3) + Integer.IsLessOrEqual(Container.NumItems,6)">Conditional</animation>
<animation effect="slide" end="166" time="0" reversible="false" condition="$EXP[GridView_Display_IsFanart] + Integer.IsGreater(Container.NumItems,6) + Integer.IsLessOrEqual(Container.NumItems,9)">Conditional</animation>

<animation effect="slide" end="0,210" time="0" reversible="false" condition="!$EXP[GridView_Display_IsFanart] + Integer.IsEqual(Container.NumItems,1)">Conditional</animation>
<animation effect="slide" end="770" time="0" reversible="false" condition="$EXP[GridView_Display_IsPosters] + Integer.IsLessOrEqual(Container.NumItems,2)">Conditional</animation>
<animation effect="slide" end="630" time="0" reversible="false" condition="$EXP[GridView_Display_IsPosters] + Integer.IsGreater(Container.NumItems,2) + Integer.IsLessOrEqual(Container.NumItems,4)">Conditional</animation>
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,10 @@ or send a letter to Creative Commons, 171 Second Street, Suite 300, San Francisc

### Changelog
---
**2.5.1**
- Fixed bug where square widgets were showing fanart even when a thumbnail was available https://github.com/realcopacetic/skin.copacetic/issues/179
- Fixed an animation bug when quick transitions are selected caused by the fact that the content switching scroll time was reduced but some scrolling animations in Strip and Showcase are hardcoded. Now the scrolling speed is the same for these views as the default transitions, but there is no longer a delay before the content appears, so it still feels quicker. Choosing to disable scrolling animations entirely still reduces the scroll speed to 0 for these views.
- Fixed a bug in the new Time widget preventing the weather information from correctly displaying
**2.5.2**
- Fixed a bug in translations file - https://github.com/realcopacetic/skin.copacetic/issues/183

- Fixed slides for Grid Horizontal layout
Still to do:
----- slides on Grid horizontal landscape when 2 items, looks too high
PUSH ANOTHER UPDATE AFTER THESE THREE
---- Infoscreen transitions
---- Grid small and horizontal - with MusicPlayer widget
--- checkmarks/fades for other views?
Expand All @@ -44,6 +39,11 @@ PUSH ANOTHER UPDATE AFTER THESE THREE
- PVR
https://github.com/jurialmunkey/plugin.video.themoviedb.helper/wiki/Replacing-Extended-Info#direct-call-auto

**2.5.1**
- Fixed bug where square widgets were showing fanart even when a thumbnail was available https://github.com/realcopacetic/skin.copacetic/issues/179
- Fixed an animation bug when quick transitions are selected caused by the fact that the content switching scroll time was reduced but some scrolling animations in Strip and Showcase are hardcoded. Now the scrolling speed is the same for these views as the default transitions, but there is no longer a delay before the content appears, so it still feels quicker. Choosing to disable scrolling animations entirely still reduces the scroll speed to 0 for these views.
- Fixed a bug in the new Time widget preventing the weather information from correctly displaying

**2.5.0**
- Added option to change transparency of video player overlay (Settings > Copacetic > Backgrounds > 'OSD background brightness during video playback')
- Fixed bug in screen to choose preferred classification system (Settings > Copacetic > Customisations > Preferred classification ratings). Previously wrong labels were showing up in the dialog screen that opens https://github.com/realcopacetic/skin.copacetic/issues/173
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.copacetic" version="2.5.1" name="Copacetic" provider-name="realcopacetic">
<addon id="skin.copacetic" version="2.5.2" name="Copacetic" provider-name="realcopacetic">
<requires>
<import addon="xbmc.gui" version="5.17.0" />
<import addon="script.copacetic.helper" version="1.1.0" />
Expand Down

0 comments on commit e79c18c

Please sign in to comment.