ITADN

OPDS 2.0 Pagination

#540Closedbeville 创建于 2026-03-11
B
bevillecommented
It looks like pagination might not be implemented fully for OPDS 2.0 feeds? I was going to make an issue for the Stump reader, but then I realized that it _is_ doing some stealth/on-demand paging for some other servers and feeds. Looking at the Codex "All Series" feed in a browser I see: ``` { "metadata": { "title": "All Series", "modified": "2026-03-04T22:37:38.827000-08:00", "itemsPerPage": 100, "currentPage": 1, "numberOfItems": 100 }, ``` In my server stats it shows 3233 series, so that should be the value for "numberOfItems", right? It could be I'm looking at this wrong. But for sure when I browse in the app to a folder with a few hundred sub-folders, it cuts of at the 100th.
关闭于 2026-04-14 2 条评论