View Single Post
Old 02-21-2022, 06:09 AM   #38
Markismus
Guru
Markismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicingMarkismus causes much rejoicing
 
Markismus's Avatar
 
Posts: 959
Karma: 149907
Join Date: Jul 2013
Location: Rotterdam
Device: HiSenseA5ProCC, Cracked OnyxNotePro, Note5, Kobo Glo, Aura
@pascal jacobs Your mobi-file doesn't have a known internal format. Basically, mobi-files have a very free standard, saying where what files are, but not how the xml-code should be structured.

So KindleUnpack, the tool that I use to decypher the kindle files, quits after it has unpacked the code to raw-xml. My code tries to give a shot at the raw-xml if KindleUnpack fails at this point. However, if it is too different, like this one, you need to write a dedicated converter.

The function convertRAWML2XDXF() gives it a try, but quits gracefully. If you look at the messages displayed, the info is there:
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2022-02-21 12-03-56.png
Views:	626
Size:	117.0 KB
ID:	192413  
Markismus is offline   Reply With Quote