Quote:
Originally Posted by KevinH
Given that calibre is a big producer of both azw3 and joint mobis, and calibre does NOT generate a RESC section, then yes we need to make sure we don't barf on calibre generated files.
That is why I thought this fix is needed. Also, if calibre tries to keep an old RESC around, it would have the wrong skelids in the RESC, so we really need to protect against missing or ill-formed RESC sections and ignore them.
|
Hi Kevin,
OK.
I have updated 'kindleunpack.py' to improve compatibility and reliability. The functional differece from v0.64a is to make cover page creation enable even when RESC is missing.
Please update the offcial release if it has no ploblem.
Thanks,
P.S.
In the future, I might separate the code for the cover page creation from 'mobi_k8resc.py' to an independent file and integrate the code which DiapDealer have written. But I do not plane it.