Thread: Series metadata
View Single Post
Old 05-30-2019, 06:23 PM   #1
CZ75Delta
Junior Member
CZ75Delta began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2019
Device: Pocketbook 631 Touch HD 2
Question Series metadata

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.
CZ75Delta is offline