slartibartfast wrote: > I just tried generating a library view containing ~1000 albums and still > see the jerkiness. If I scroll fast then it scrolls normally for a > couple of seconds then pauses very briefly before continuing to scroll. > It seems to me that the pauses occur when the letter in the jump list > changes. Does that make sense?
The pauses are, I'd imagine, when the list of 'displayed' items needs to change. (Not exact numbers) if you have 12 rows on screen, there might be 24 in total in the current 'buffer'. When you scroll, by a certain amount, the contents of this buffer change - so as to fetch new items. When this happens, is when I'd assume any pause occurs. But this jerkiness is all relative - how often do you scroll like that? As I stated in the initial post, this method will be *slower* than the existing one. The question is, for -normal- usage, is it fast -enough-. Which browser is this with? I've been doing my testing with the Material APK. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=109624 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
