Metadata Amazon didn't work #1016
Replies: 5 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
|
Can you include links to the books on Amazon you see this exhibited on? Does the kindle format site issue apply to other Amazon locales? |
Beta Was this translation helpful? Give feedback.
-
|
Also can you open a separate bug report specific to the series name problem. It's a separate issue from the kindle format site. |
Beta Was this translation helpful? Give feedback.
-
|
Here are some links The issue is the same on the france site, even with german and france books. |
Beta Was this translation helpful? Give feedback.
-
|
Do you need any additional information to implement this? |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
What went wrong?
If I fetch metadata with Amazon.de, I didn't get the full metadata.
In detail, every time Grimmory fetch metadata and find a physical book on Amzon.de I get full metadata:
Most time (and this is the preferred format) Grimmory fetch metadata from kindle format at Amazon.de an I didn't get the metadata
Also in both matches no series numbers:
On the first look into the code ( AmazonBookParser.java ) and the site (amazon.de) it search for the element
averageCustomerReviews_feature_div
In the pysical book site, the element exist:
id="averageCustomerReviews_feature_div" class="celwidget" data-feature-name="averageCustomerReviews"In the kindle format site, the elements name is different:
id="reviewFeatureGroup" class="celwidget" data-feature-name="reviewFeatureGroup"The ratings are the same element.
The pages are:
rpi-attribute-book_details-fiona_pagesand
rpi-attribute-book_details-ebook_pagesand so on.
How can we reproduce it?
Fetch metadata from amazon(.de) first from the physical and second from the kindle version.
What Build of Grimmory are you on?
Stable
Your setup
Screenshots or error messages (optional)
No response
Before submitting
Beta Was this translation helpful? Give feedback.
All reactions