bingryan/obsidian-ibook-plugin

ZCOVERURL and ZPAGECOUNT parameters do not get populated

Closed this issue ยท 2 comments

A few parameters do not get populated when importing notes from an Apple Books entry:
ZCOVERURL and ZPAGECOUNT
I got the param names from https://github.com/bingryan/obsidian-ibook-plugin/blob/master/docs/parameters.md

Template:

# ๐Ÿ“” Book: {{library.ZSORTTITLE}}

**Book cover URL**:: {{library.ZCOVERURL}}
**Page count**:: {{library.ZPAGECOUNT}}

**Author**:: {{library.ZAUTHOR}}

**LANGUAGE**:: {{library.ZLANGUAGE}}

Gets rendered as:
image

Ideally I want to show the book cover in my Obsidian note

@rensftw ZCOVERURL value is null, so it does not display :)

I tried a couple of books and both didn't have a cover URL ๐Ÿค” Must be bad metadata on the epub itself

Thanks for looking into it anyway