Pagination

Hi,



The site I’m scraping uses pagination; front page shows list of 10, next page the next 10 etc. Do any of the existing plugins illustrate any ways of dealing with such a situation? For sure, I can just loop through all the pages and build up one big list (and I may just do this) but I was wondering if there was a good plex way of deal with multiple pages.



thanks

Jonny

Great question. Have a look at Charlie Rose or Vimeo, those offer good examples of pagination.



In the future we’ll be allowing you to slowly build up a big list and the Plex UI will update automatically as you go, but for now this is pretty straightforward.

I had to find a way too … look at COMPIZmediacenter



I just replicated what the web site did: NEXT Page / PREVIOUS Page … and then I kept track of the pages using the TITLE2 inside the media containers.



Hope this helps.



Robert