What's new
docker pull ghcr.io/new-usemame/calibre-web-nextgen:v4.0.101
(or :latest)
Series metadata in OPDS feed
OPDS readers that surface series grouping (Marvin, KOReader, FBReader, Calibre Companion) now see your series. Each OPDS entry includes:
<calibre:series>NAME</calibre:series>+<calibre:series_index>N</calibre:series_index>— Calibre's own namespace, what readers expect<dcterms:isPartOf>NAME</dcterms:isPartOf>— generic Dublin Core fallback
Books without a series produce no extra elements (no change for those). Series names with & or < characters are XML-escaped.
Closes CWA issue #1361 (@AnthonyGress).