'Recently Added' wraplist makes skin super slow
#16
Big Grin 
me too 10 items
Reply
#17
At 1080p? Or 720p?
I still suspect this has to do with bigger control sizes.
Image
Reply
#18
toolpunk Wrote:At 1080p? Or 720p?
I still suspect this has to do with bigger control sizes.

720p
Reply
#19
Thanks for the confirmation.
Additionally I did try it with a grouplist now and it's working smoothly.

So here's all the information we've gathered so far.
* Affects 1080p skins only
* Slowdowns only happen with 'Recently Added' items
* Limited to wraplists with at least 9 thumbs and a minimum total size of 1884px
* Grouplists using a wraplist as some sort of dummy container work fine
Image
Reply
#20
No problems here, 10 items, 1080p.
Image
Reply
#21
Are you using a wraplist and is it at least 1884px wide?
Image
Reply
#22
Are using a nightly build?
Reply
#23
Yes, I do. I update it every couple of days.
Image
Reply
#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
Reply
#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
Reply
#26
Then try with background="true", scrolling should be very slow if you do not add it.
Image
Reply
#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:

Amber
Quartz

Reply
#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
Reply
#29
Wraplist focus animations don't work properly if there's less items than is displayed.
Reply
#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
Reply

Logout Mark Read Team Forum Stats Members Help
'Recently Added' wraplist makes skin super slow0