[Mobile app] v1.2 OPDS use natural order from feed to progress to next book #1139
Cducharme84
started this conversation in
Ideas
Replies: 1 comment
-
|
The problems I see, some of which you've already pointed out, are mostly:
I think this problem would also be more easily solved for OPDS v2, but I'll take a crack at it either way for both 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using a non-Stump provided OPDS feed with the image reader, currently there's no mechanism to move to the next issue/chapter/volume (whatever terminology is applicable) from within the reader, with a Stump backend the next book in a natural queue (whether via smart list or series etc) will be prompted to pull up. It'd be great if the same could be replicated for the OPDS feed.
Of course OPDS servers vary, but a large portion present the feed in the intended order for the feature being served, a good example of this is the reading list feature in Kavita's feed, while it comes down unnumbered it does come down in the correct order as that's how the feed is generated to allow a "next up" ingestion.
So for a less advanced server this would just be an alphanumeric ordering, which as humans we kinda expect anyway but with a feed presenting the correct ordering already it's just a matter of grabbing next entry. See attached screen for a Kavita present reading list and how the Stump mobile app currently displays it, just to illustrate that Stump's already recognizing the ordering we're really just talking allowing a next book up in reader progression.
Beta Was this translation helpful? Give feedback.
All reactions