Hi,
I was editing my e-books (.epub) with metadata and when I uploaded them to my e-reader I noticed the series I put them into in Calibre weren't recognized by it.
I've looked at the e-books in the editor and I noticed a difference in the way series were declared in the
content.opf file.
The ones that worked had:
Code:
<meta name="calibre:series" content="Amagi Brilliant Park"/>
<meta name="calibre:series_index" content="4.0"/>
And the ones that didn't had:
Code:
<meta property="belongs-to-collection" id="id-2">Amagi Brilliant Park</meta>
<meta refines="#id-2" property="collection-type">series</meta>
<meta refines="#id-2" property="group-position">1</meta>
Why is there a difference and how can I fix it? Thank you.