Hi,
I've starting adding metadata to my e-books, but when I uploaded them to my Pocketbook Touch HD 2 only some of them are correctly identified in the series I've set in Calibre. (They work properly in Calibre itself)
I've looked in the editor and the files that don't work have their metadata like this:
Code:
<meta property="belongs-to-collection" id="id-2">Amagi Brilliant Park</meta>
<meta refines="#id-2" property="collection-type">series</meta>
And the ones that do:
Code:
<meta name="calibre:series" content="Amagi Brilliant Park"/>
<meta name="calibre:series_index" content="4.0"/>
Why is there a difference and can I make Calibre only use the second option?
Thanks!