Quote:
Originally Posted by Thom*
OK, I tried to polish a book that included the Calibre "series structure". Nothing changed.
My question simply is:
If the Calibre structure for a series is:
<meta name="calibre:series" content="SeriesName"/>
<meta name="calibre:series_index" content="NumberInSeries"/>
|
That's an example of an EPUB2's OPF file after Polish.
This is what I see in an EPUB3's OPF file after Polish
Code:
<opf:meta property="belongs-to-collection" id="id-3">SeriesName</opf:meta>
<opf:meta refines="#id-3" property="collection-type">series</opf:meta>
<opf:meta refines="#id-3" property="group-position">NumberInSeries</opf:meta>
ETA: Just to clarify - when I say 'in an OPF file', I mean the one inside the EPUB not the metadata.opf file in the calibre library.