cpd73 wrote: > I'm going to -try- and proxy custombrowse comands via the skin's perl > plugin. So, when asking for 25k items, I'll send the command to the > skin's plugin, which will ask custom broqse for (e.g.) 500 items. Custom > Browse should return these 500, and indicate if there are more. If there > are, then I'll keep asking for the next batch, until all items are > retreived. Then, this complete set of items can be sent to the browser. > This should work-around the issue. I just need to figure out how to do > this!
OK, querying CustomBrowse in batches of 999 items in javascript seems to work (no proxying, etc, required). So, I'll try to fix this (well work-around) for 0.9.3 ------------------------------------------------------------------------ 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
