pippin wrote: > Are you sure Apps could not just handle it correctly? > I true to reproduce it and check what happens in iPeng but that didn't > work because I build my own menus which don't have the issue but can't > you just always use the items for the first page with every one or > something like that?
No, just using the items from the first page does not work. If it did, it would never have been a problem. Basically if you requested items 25 - 50, those two params would end up being _index = 25 and _quantity = 25. When you send the request for the popup for an item on that page, you have to send _index = 25 and _quantity = 25. Sure, there are ways to get around it, for example I could keep track of the values for every request, but the point is I shouldn't have too. I don't work on the LMS code, so I can't be 100% sure about this, but the commands and params in that section of the data structure are supposed to be the same no matter which part of the list is requested. It's that way everywhere else. Also, since Squeeze Ctrl allows you to jump to different sections of the list, keeping track of those values could get tricky. I'm pretty much just going to increase the request size of the first page to 200, which should hide the problem from most users. -------------- Squeezebox apps for webOS, Android and Windows Phone, http://www.angrygoatapps.com ------------------------------------------------------------------------ wt0's Profile: http://forums.slimdevices.com/member.php?userid=18760 View this thread: http://forums.slimdevices.com/showthread.php?t=105037 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
