View Single Post
Old 03-20-2025, 01:20 AM   #2
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,681
Karma: 169712392
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Have you tried embedding the metadata before exporting the files? That is, the .opf file in the ePub should have the series information embedded. I am not aware that MoonReader+ or any other ePub viewer will use the external calibre .opf file.

Also note that if you are exporting an ePub3 file, it will use the ePub3 standards series information which is not the same as the one that calibre uses for ePub2 ebooks. You would see something like:

Code:
<meta property="belongs-to-collection" id="id-6">The Hellspawn Brigade</meta>
<meta refines="#id-6" property="collection-type">series</meta>
<meta refines="#id-6" property="group-position">6</meta>
Code:
<meta name="calibre:series" content="The Hellspawn Brigade" />
<meta name="calibre:series_index" content="5.0" />
I suspect that MoonReader+ does not know what to do with that method of embedding series/series index.

Last edited by DNSB; 03-20-2025 at 01:33 AM. Reason: Added ePub3 standard series embedding
DNSB is offline   Reply With Quote