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?