View Single Post
Old 10-10-2014, 02:30 PM   #1031
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,930
Karma: 6361444
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by tkeo View Post
1.
All Style directories are empty and regarding css in content.opf are absent, when unpacking with python 3.
Hi,

Point 2 is expected behaviour as the file name was causing issues in opf with spaces and illegal characters. So I changed mobi7 to act similar to how mobi8 acts.

Point 1 is totally my fault. I changed the 'inline' and 'file' strings to be binary everplace but missed 1 place! In processMobi8 in kindleunpack.py, I should have changed things to test for b'file' instead of 'file'.

I will make than change, clean-up a number of non-parallelisms, and minor nits then we should be good to go.

Thanks again for all of your help and testing!!!!!

- edit -

I have put together what I hope is the first stable version: nlib_rev1.zip of what will eventually become the heart of KindleUnpack_v0.80.

If there are users of KindleUnpack that know how to use the command-line, please try unpacking your mobis and report any bugs with this version here.

I will move on to porting the gui frontend next. Much of the tk stuff has changed module names, so this should be fun!


Take care,

KevinH
Attached Files
File Type: zip nlib_rev1.zip (82.9 KB, 253 views)

Last edited by KevinH; 10-10-2014 at 03:07 PM. Reason: added a new version hopefully the first stable version
KevinH is offline   Reply With Quote