How to access all identifier when writing mobi files?
Hi,
when I fetch metadata from amazon in calibre, the asin will be stored as identifier "AMAZON" in metadata.opf and is shown in the gui.
But this identifier isn't available in oeb.metadata['identifier'] in _build_exth() of src\calibre\ebooks\mobi\writer.py if I convert an epub file to mobi (I assume that the oeb.metadata is build from the content of the epub instead of the data in metadata.opf).
Is there any way to access the asin at this location?
Ciao,
Steffen
|