Add to directory after calling end_of_directory()

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Bstrdsmkr Offline
Fan
Posts: 651
Joined: Oct 2010
Reputation: 12
Post: #1
I haven't found a way to do this so I was wondering if I'm just missing something.

Some of the websites that I'm listing content from only list so many results at a time. I've added a Next Page item which loads the next page of results. I know I can refresh the directory to replace the current results, but it would be much nicer to add the next page of results to the current listing.

Any suggestions?
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,181
Joined: Nov 2003
Reputation: 82
Post: #2
you'd have to keep the listings cached somewhere and return them all on the next page button. not possible to do it otherwise.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
mikey1234 Offline
Fan
Posts: 456
Joined: Nov 2011
Reputation: 18
Post: #3
I was having this issue to BS the way i got round it is having navigation through the plugin

having :

next page >>

and also

<< Back to Main Menu

And on the main menu :

<< EXIT PLUGIN


i know spiff wont like seeing that but it eleviates back back back back back back back
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,181
Joined: Nov 2003
Reputation: 82
Post: #4
as I explained in the other thread you have a proper way to avoid the back problem. also this is a separate question unrelated to yours.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Bstrdsmkr Offline
Fan
Posts: 651
Joined: Oct 2010
Reputation: 12
Post: #5
Thanks spiff, dunno why I didn't think of just saving the current list.

Any plans for this in the future? Worth submitting a feature request?
find quote