View Single Post
Old 12-09-2017, 08:55 AM   #4
Evil Overlord
Enthusiast
Evil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-booksEvil Overlord has learned how to read e-books
 
Posts: 39
Karma: 972
Join Date: Jul 2011
Device: Kindle 3
Thumbs up

Quote:
Originally Posted by kovidgoyal View Post
The syntax is different depending onwhether it is an epub 3 or 2. I suggest you add your epub to calibre, then change the series number then export it using save to disk, then look at what calibre did to set the series number.
Thanks. EPUB 3, so got it to work using:
Code:
    <meta id="magazine-issue" property="belongs-to-collection">CollectionID</meta>
    <meta refines="#magazine-issue" property="collection-type">series</meta>
    <meta refines="#magazine-issue" property="group-position">25</meta>
    <meta refines="#magazine-issue" property="display-seq">25</meta>
I left in display-seq because that seemed a better fit for an open-ended series, but Calibre works with group-position.
Evil Overlord is offline   Reply With Quote