Open gotson opened 1 year ago
hello, did you test with Thorium 2.3.0? (I don't think the outcome will differ from 2.2.0, but just in case)
relevant code: https://github.com/edrlab/thorium-reader/blob/develop/src/renderer/library/components/opds/PageNavigation.tsx
Hi @danielweck , in v2.3.0 it works for acquisition feeds, but not navigation feeds.
The above example now works, however this does not:
<feed xmlns="http://www.w3.org/2005/Atom">
<id>allSeries</id>
<title>All series</title>
<updated>2023-08-23T16:26:23.009768338+08:00</updated>
<author>
<name>Komga</name>
<uri>https://github.com/gotson/komga</uri>
</author>
<link type="application/atom+xml;profile=opds-catalog;kind=navigation" rel="self" href="/opds/v1.2/series"/>
<link type="application/atom+xml;profile=opds-catalog;kind=navigation" rel="start" href="/opds/v1.2/catalog"/>
<link type="application/atom+xml;profile=opds-catalog;kind=navigation" rel="next" href="/opds/v1.2/series?page=1"/>
<entry>
<title>1602</title>
<updated>2021-05-31T10:45:02.7Z</updated>
<id>055402QY95F07</id>
<content></content>
<link type="application/atom+xml;profile=opds-catalog;kind=navigation" rel="subsection"
href="/opds/v1.2/series/055402QY95F07"/>
</entry>
</feed>
And the result in Thorium:
related to #2057
Related: https://github.com/edrlab/thorium-reader/issues/462
I was testing Thorium with an OPDS 1.2 catalog, and noticed that the pagination does not always work.
Here is an example of feed that shows pagination (entries truncated for brievity):
Here is an example of feed that doesn't show pagination (entries truncated for brievity):
I am using Thorium v2.2.0 on macOS 13.5