Quote:
Originally Posted by dsestero
Furthermore, you cannot annotate Amazon sample books, so I wouldn't bother.
|
I know. I was thinking of adding an extra condition in Kindle.py:
Code:
if template == "*.kfx":
if "_sample" in path:
self._log(" Skipping sample=%s" % (path))
continue
To @kovidgoyal:
Bypassing samples should also be added to the kindle driver:
Code:
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\\Chroniques lunaires - livre 4, Winter (Pocket Jeunesse) (French Editi
on)_B01DWTQFP4_sample.sdr\\assets\\metadata.kfx'