Page count is not imported
I imported several books by ISBN via add book -> auto fill -> isbn, but in the most cases the page count was not imported even if it is available e. G. In goodreads I imported the German version
Examples 9783832165307 9783442467617 9783453428591
Did I something wrong?
Which plugin did you use to import those books ? For example with the calibre plugin this information is not present in the output even with the goodreads plugin activated in calibre. For the last one here is the output that Jelu uses to fill the data :
<?xml version='1.0' encoding='utf-8'?>
<package xmlns="http://www.idpf.org/2007/opf" unique-identifier="uuid_id" version="2.0">
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:opf="http://www.idpf.org/2007/opf">
<dc:identifier opf:scheme="calibre" id="calibre_id">c58f4cb8-e443-455b-87bf-f4a4df5c6f3a</dc:identifier>
<dc:identifier opf:scheme="uuid" id="uuid_id">8ec00f39-aeba-4ebc-a517-6aad46add5fe</dc:identifier>
<dc:title>Die Sammlerin der verlorenen Wörter</dc:title>
<dc:creator opf:file-as="Inconnu(e)" opf:role="aut">Pip Williams</dc:creator>
<dc:contributor opf:file-as="calibre" opf:role="bkp">calibre (7.24.0) [https://calibre-ebook.com]</dc:contributor>
<dc:date>2020-03-31T07:00:00+00:00</dc:date>
<dc:description><p>England, 19. Jahrhundert: Esme wächst in einer Welt der Wörter auf. Unter dem Schreibtisch ihres Vaters, der als Lexikograph am ersten Oxford English Dictionary arbeitet, liest sie neugierig heruntergefallene Papiere auf. Nach und nach erkennt sie, was die männlichen Gelehrten oft achtlos verwerfen: Es sind allesamt Begriffe, die Frauen betreffen. Entschlossen legt Esme ihre eigene Sammlung an. Sie findet Verbündete, entdeckt die Liebe und beginnt, für die Rechte der Frauen zu kämpfen.</p></dc:description>
<dc:publisher>Heyne Verlag</dc:publisher>
<dc:identifier opf:scheme="GOODREADS">199147036</dc:identifier>
<dc:identifier opf:scheme="AMAZON">3453428595</dc:identifier>
<dc:identifier opf:scheme="ISBN">9783453428591</dc:identifier>
<dc:identifier opf:scheme="GOOGLE">xubHzwEACAAJ</dc:identifier>
<dc:language>deu</dc:language>
<dc:subject>Historical</dc:subject>
<dc:subject>Feminism</dc:subject>
<dc:subject>Adult</dc:subject>
<dc:subject>Romance</dc:subject>
<meta name="calibre:rating" content="4"/>
</metadata>
<guide/>
</package>
Where can I see which plugin I used?
If you did not add the google or inventaireio plugin manually, then you probably used the calibre plugin. If the reorder plugins modal you can see on the docs here https://bayang.github.io/jelu-web/usage/metadata/ is not available to you it means you only have the default one. The inventaire plugin supports importing page count if it is available, maybe you can give it a try.
Thanks for the hint. I didn't recognized this possibility for defining meta data providers. I used jelu in standard config until now.
I'll give it a try and come back to you.
So now tested it also with the inventaire plugin. The import works better now and I recognized that in most times the page count is not available in the sources.
maybe I can raise a feature request for adding a new search source.
For german books the Deutsche Nationalbibliothek (German national library) could be a good source.
Here are some information about searching in their catalog
https://www.dnb.de/EN/Professionell/Metadatendienste/Datenbezug/SRU/sru_node.html https://github.com/deutsche-nationalbibliothek/dnblab https://dnb-sru-demo.streamlit.app/
Ok, yes please open a new issue for the feature request and you can close this one then.
Seems to work now. Thanks for the hint.
Ok, sorry for reopening here, but I still facing the same issue, even when I use the google Import
example
ISBN: 9783985852116
Google books Site: https://www.google.de/books/edition/Der_verschwundene_Buchladen/u09F0AEACAAJ?hl=en
As you can see here, there is a page count and also a translator
Both is not imported
Please advise.
I tried to directly call the google books API withe the same ISBN, unfortunately the page count is not provided in the response although it is displayed on their website.
This is what we get :
{
"kind": "books#volumes",
"totalItems": 1,
"items": [
{
"kind": "books#volume",
"id": "u09F0AEACAAJ",
"etag": "flDqie8hp/0",
"selfLink": "https://www.googleapis.com/books/v1/volumes/u09F0AEACAAJ",
"volumeInfo": {
"title": "Die verschollene Buchhandlung",
"subtitle": "Mit farbigem Buchschnitt in limitierter Auflage",
"authors": [
"Evie Woods"
],
"publishedDate": "2024-09",
"industryIdentifiers": [
{
"type": "ISBN_10",
"identifier": "3985852111"
},
{
"type": "ISBN_13",
"identifier": "9783985852116"
}
],
"readingModes": {
"text": false,
"image": false
},
"pageCount": 0,
"printType": "BOOK",
"categories": [
"Fiction"
],
"maturityRating": "NOT_MATURE",
"allowAnonLogging": false,
"contentVersion": "preview-1.0.0",
"panelizationSummary": {
"containsEpubBubbles": false,
"containsImageBubbles": false
},
"language": "de",
"previewLink": "http://books.google.fr/books?id=u09F0AEACAAJ&dq=isbn:9783985852116&hl=&cd=1&source=gbs_api",
"infoLink": "http://books.google.fr/books?id=u09F0AEACAAJ&dq=isbn:9783985852116&hl=&source=gbs_api",
"canonicalVolumeLink": "https://books.google.com/books/about/Die_verschollene_Buchhandlung.html?hl=&id=u09F0AEACAAJ"
},
"saleInfo": {
"country": "FR",
"saleability": "NOT_FOR_SALE",
"isEbook": false
},
"accessInfo": {
"country": "FR",
"viewability": "NO_PAGES",
"embeddable": false,
"publicDomain": false,
"textToSpeechPermission": "ALLOWED",
"epub": {
"isAvailable": false
},
"pdf": {
"isAvailable": false
},
"webReaderLink": "http://play.google.com/books/reader?id=u09F0AEACAAJ&hl=&source=gbs_api",
"accessViewStatus": "NONE",
"quoteSharingAllowed": false
}
}
]
}