'Recently Added' wraplist makes skin super slow

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
toolpunk Offline
Member
Posts: 91
Joined: May 2010
Reputation: 0
Post: #21
Are you using a wraplist and is it at least 1884px wide?

[Image: guitarhero.png]
Meet Aerith, my first XBMC skin.
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,915
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #22
Are using a nightly build?

[Image: sig_zps3af3b48e.jpg]
find quote
toolpunk Offline
Member
Posts: 91
Joined: May 2010
Reputation: 0
Post: #23
Yes, I do. I update it every couple of days.

[Image: guitarhero.png]
Meet Aerith, my first XBMC skin.
find quote
`Black Offline
Skilled Skinner
Posts: 1,996
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #24
Did you add background="true" to the images (cover, fanart etc.) in your wraplist?

Just tested with 6330px wide wraplist, no problems... I do also have slowdowns on OS X but that's seems more like a vsync problem (fps drop to 30 instead of 60, sometimes only 15fps, logging off and on fixes it) and is not related to recently added.

[Image: xp1080.png]
(This post was last modified: 2011-11-21 20:25 by `Black.)
find quote
toolpunk Offline
Member
Posts: 91
Joined: May 2010
Reputation: 0
Post: #25
No, I did not add background="true" to any image and I am experiencing the same slowdowns on OS X Snow Leopard and Windows 7 x64 Pro.

[Image: guitarhero.png]
Meet Aerith, my first XBMC skin.
find quote
`Black Offline
Skilled Skinner
Posts: 1,996
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #26
Then try with background="true", scrolling should be very slow if you do not add it.

[Image: xp1080.png]
find quote
pecinko Offline
Donor
Posts: 2,995
Joined: Dec 2008
Reputation: 26
Location: Prague / Belgrade
Post: #27
`Black Wrote:I do also have slowdowns on OS X but that's seems more like a vsync problem (fps drop to 30 instead of 60, sometimes only 15fps, logging off and on fixes it) and is not related to recently added.

Same here.

New rule of thumb - if it runs smoothly on OS X it will fly on your ATV2 Smile

My skins:

Quartz
Amber
find quote
toolpunk Offline
Member
Posts: 91
Joined: May 2010
Reputation: 0
Post: #28
Oh my god. I can't believe that actually worked. Oo
Thank you so much for your help. You really saved me a lot of work. Nod

I still think there is a bug, because it makes no sense that it works fine with grouplists but doesn't with wraplists.
And also, my wraplist worked just fine in library mode, so there's definitely something funky going on with the wraplist - recently added combo.

---

I'm sorry, but I've already got another question for you guys.
My focus animation is broken and I don't know why.
Again, it is working fine in library mode, but not on the homescreen.
Here's the code:

Code:
<include name="PosterThumbFocus">
    <control type="image">
          <animation effect="zoom" start="9,27,210,311" end="1,0,286,419" center="142,130" time="600" tween="sine" easing="out" condition="Container.OnNext | Container.OnPrevious" reversible="false">Focus</animation>
          <posx>1</posx>
          <posy>0</posy>
          <width>286</width>
          <height>419</height>
    <bordertexture border="8,0,8,19">shadows/movie-poster.png</bordertexture>
    <bordersize>7,0,7,19</bordersize>
          <texture background="true">$INFO[ListItem.Thumb]</texture>
          <aspectratio>scale</aspectratio>
    </control>
</include>

When I specifically add the container ID it does work for the first 9 items.
However it doesn't for the wrapped set.

[Image: guitarhero.png]
Meet Aerith, my first XBMC skin.
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,915
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #29
Wraplist focus animations don't work properly if there's less items than is displayed.

[Image: sig_zps3af3b48e.jpg]
find quote
toolpunk Offline
Member
Posts: 91
Joined: May 2010
Reputation: 0
Post: #30
There are 9 items in my content tag and the wraplist displays all of them at once, so I don't think this is the problem.
But interesting to know. Smile

Edit: Turns out you were right. Apparently you need at least one more item than is displayed for the focus animation to work.
Thanks again. Nod

[Image: guitarhero.png]
Meet Aerith, my first XBMC skin.
(This post was last modified: 2011-11-21 23:52 by toolpunk.)
find quote
Post Reply