Quote:
Originally Posted by capidamonte
Sorry it's taken so long to get back to this thread. Life has interfered.
I think that the jetbook creates index files when it opens the book for the first time. Is it possible that that is what's causing it? Could the driver have a little override that says "remove everything regardless of extant files in the folder"?
|
Drivers can define a DELETE_EXTS variable which describes "extra" files that need to be cleaned up when a book is deleted. e.g. the Kindle includes an ebook.sdr/ folder next to each ebook.azw3 which contains the annotations and pagenumbers and other stuff.
Then, when calibre is used to "Delete from Device", it will get rid of those.
If the Jetbook is storing index files for the book, I think it would be entirely appropriate for the corresponding driver to include that.
So -- I assume for each "ebook.fb2" there is what, an "ebook.db"?
In that case, file a bug report and ask that '.db' be added to DELETE_EXTS for the Jetbook Mini (and whichever other Jetbook devics may share that behavior -- I see there are drivers for three distinct devices)