Quote:
Originally Posted by culytera
It’s already imported if it’s in the book’s metadata. You can see them through the Sort Order options (middle button at the bottom): Author + Series and Series. It’s also shown when you press the thumbnail in list mode which opens the book’s info page.
|
This has never worked for me, and is not working in MapleRead 5.1. I have tested it with EPub 2 and EPub 3.
In EPub 2, the series metadata looks like this (in OEBPS/content.opf):
Code:
<meta xmlns="http://www.idpf.org/2007/opf" name="calibre:series" content="Vespasian"/>
<meta xmlns="http://www.idpf.org/2007/opf" name="calibre:series_index" content="2.0"/>
Which is Calibre's own custom tags. I could understand if MapleRead does not support this.
If EPub 3, the series metadata looks like this (in OEBPS/content.opf):
Code:
<opf:meta property="belongs-to-collection" id="id-2">Vespasian</opf:meta>
<opf:meta refines="#id-2" property="collection-type">series</opf:meta>
<opf:meta refines="#id-2" property="group-position">1</opf:meta>
Which is part of the EPub standard.
In MapleRead, sorting by Author+Series, I just get the Author metadata displayed, and no Series information, in both list and details (Get Info) views.