View Single Post
Old 10-22-2017, 06:37 PM   #434
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 876
Karma: 3501146
Join Date: Jan 2017
Location: Poland
Device: Various
For samples from Amazon (*_sample.kfx) skip fetch metadata from kindle. Samples do not have a metadata file in the default format (file \assets\metadata.kfx) for the KFX.

Code:
…
DEBUG:   62.1      Searching for books on vol=J:\documents using template=*.kfx
DEBUG:   62.1      Have possible book with path=J:\documents\The Son_B009NF6YLM_sample.kfx
Traceback (most recent call last):
  File "site-packages\calibre\devices\kindle\driver.py", line 101, in metadata_from_path
  File "site-packages\calibre\startup.py", line 116, in local_open
IOError: [Errno 2] No such file or directory: u'J:\\documents\\The Son_B009NF6YLM_sample.sdr\\assets\\metadata.kfx'
failed kfx path: J:\documents\The Son_B009NF6YLM_sample.sdr\assets\metadata.kfx
…
---

In file common_utils.py (line 1119):
Code:
msg = _("Annotations updated to new appearance settings for {0} {1}.</p>").formt(len(annotation_map), book_word)
should be format.

---

Why mismatch for title and author?

Last edited by BeckyEbook; 10-22-2017 at 07:22 PM. Reason: additional notes
BeckyEbook is offline   Reply With Quote