MobileRead Forums

MobileRead Forums (https://www.mobileread.com/forums/index.php)
-   Calibre (https://www.mobileread.com/forums/forumdisplay.php?f=166)
-   -   Calibre series index (https://www.mobileread.com/forums/showthread.php?t=292878)

Evil Overlord 12-08-2017 04:37 PM

Calibre series index
 
I'm trying to include Calibre series meta tags in my EPUB opf, and am using something like:

Code:

<meta name="calibre:series" content="My series" />
<meta name="calibre:series_index" content="25" />

On import, Calibre recognizes the series just fine, but it sets the index to the lowest available number (rather than 25 in the above case).

Advice?

KevinH 12-08-2017 04:42 PM

You should probably ask this in the Calibre forum, not the Sigil form.

kovidgoyal 12-09-2017 02:38 AM

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.

Evil Overlord 12-09-2017 09:55 AM

Quote:

Originally Posted by kovidgoyal (Post 3623788)
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.


All times are GMT -4. The time now is 07:14 PM.

Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.