Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > Kindle Formats

Notices

Reply
 
Thread Tools Search this Thread
Old 04-07-2014, 05:48 PM   #691
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,548
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
I believe process should be exactly the same if it's a stand-alone AZW3 or a stand-alone MOBI. Their header records (and EXTH) should be the same structure. The only time it would be different is if it's raw Kindlegen output ... which contains both MOBI and AZW3 formats (and a header and an EXTH for both).

If you are indeed talking about a dual-purpose file (MOBI/KF8), the thread you linked to wound down with the general consensus that editing the KF8's EXTH (in the second header of the hybrid file) didn't really solve much of anything (with regard to devices considering them Personal Docs and only supporting low-quality covers and such). It seems to be a bit of a wild goose chase.

In my opinion, the hybrid, dual-format output of Kindlegen shouldn't really be considered suitable for distribution. It WILL work on devices. But as you've found out, there are unsatisfactory side-effects.

Last edited by DiapDealer; 04-07-2014 at 05:51 PM.
DiapDealer is offline   Reply With Quote
Old 04-07-2014, 06:22 PM   #692
EbokJunkie
Addict
EbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blueEbokJunkie can differentiate black from dark navy blue
 
Posts: 229
Karma: 13495
Join Date: Feb 2009
Location: SoCal
Device: Kindle 3, Kindle PW, Pocketbook 301+, Pocketbook Touch, Sony 950, 350
Thanks, I need edit only pure mobi8 aka azw3 because I extract azw3 from kidlegen's mobi and just need either swap offsets of thumbnail and cover (201 and 202) + fill 501 or need to fill 113 + fill 501. In each case I need to output separate azw3.
Looking at mobi_split code I see that autor checks if length of content at exth121 (KF8 BOUNDARY Offset) is not zero. When I submit azw3 to mobi_split I see that this length is zero.
Might it be that location of metadata in dual/combo mobi and in azw3 in different?
EbokJunkie is offline   Reply With Quote
Advert
Old 04-09-2014, 03:06 AM   #693
quiris
Groupie
quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'
 
quiris's Avatar
 
Posts: 195
Karma: 42216
Join Date: Oct 2013
Location: Poland
Device: Kindles: KOA1, KV
There is a problem during unpacking dual Mobi files created with the latest calibre 1.31:

Code:
Traceback (most recent call last):
  File "/Applications/KindleUnpack v0.64.app/Contents/Resources/kindleunpack.py", line 1684, in <module>
    sys.exit(main())
  File "/Applications/KindleUnpack v0.64.app/Contents/Resources/kindleunpack.py", line 1673, in main
    unpackBook(infile, outdir)
  File "/Applications/KindleUnpack v0.64.app/Contents/Resources/kindleunpack.py", line 1604, in unpackBook
    process_all_mobi_headers(files, sect, mhlst, K8Boundary, False)
  File "/Applications/KindleUnpack v0.64.app/Contents/Resources/kindleunpack.py", line 1429, in process_all_mobi_headers
    if k8resc.getSpineSkelid(index) < 0:
  File "/Applications/KindleUnpack v0.64.app/Contents/Resources/mobi_k8resc.py", line 301, in getSpineSkelid
    return self.spine[i][1]
TypeError: 'NoneType' object has no attribute '__getitem__'
Attached Files
File Type: mobi krzyzacy-tom-pierwszy.mobi (1.85 MB, 162 views)

Last edited by quiris; 04-09-2014 at 03:23 AM.
quiris is offline   Reply With Quote
Old 04-09-2014, 06:29 AM   #694
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,548
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
I ran into the same error with one book, but assumed it was just a badly formed exception, so I didn't really investigate. I don't think it was a calibre generated mobi, though, so it may not be limited to that.

EDIT: actually it WAS a calibre generated azw3 (standalone), but it was created with a calibre version much earlier than v1.31.

Last edited by DiapDealer; 04-09-2014 at 06:36 AM.
DiapDealer is offline   Reply With Quote
Old 04-09-2014, 08:18 AM   #695
tkeo
Connoisseur
tkeo began at the beginning.
 
Posts: 94
Karma: 10
Join Date: Feb 2014
Location: Japan
Device: Kindle PaperWhite, Kobo Aura HD
Quote:
Originally Posted by quiris View Post
There is a problem during unpacking dual Mobi files created with the latest calibre 1.31:
Hi,

I have fixed the bug to process the azw3 file you attached. However; I have not checked KindleUnpack v0.64 as a clibre plugin because calibre did not support 'page-progression-direction' and 'page-spread' properties when I wrote it.

In addition, I have modifed another part in 'kindleunpack.py' in order to process a RESC section which does not match the size retrieved from a base32 string to actual bytes.

The modified parts are as follows:
line 1415(originally 1411) fixed.
lines 1241 -1244 inserted.
Thanks,

EDIT
The attached file is removed and reposted with a changelog addition.

Last edited by tkeo; 04-10-2014 at 07:01 AM.
tkeo is offline   Reply With Quote
Advert
Old 04-09-2014, 08:28 AM   #696
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,548
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by tkeo View Post
Hi,

I have fixed the bug to process the azw3 file you attached. However; I have not checked KindleUnpack v0.64 as a clibre plugin because calibre did not support 'page-progression-direction' and 'page-spread' properties when I wrote it.
I've tried to make the plugin as "plug 'n' play" as possible. Calibre may not support those properties, but you still should be able to drop updated kindleupack files into the plugin's 'kindleunpack' folder with no trouble (provided the __init__.py stays in place). Unless the number/order of parameters in one of the main methods that the plugin's code accesses has changed, of course.

This reminds me that I haven't updated the plugin to the latest KindleUnpack code, yet.
DiapDealer is offline   Reply With Quote
Old 04-09-2014, 09:54 AM   #697
tkeo
Connoisseur
tkeo began at the beginning.
 
Posts: 94
Karma: 10
Join Date: Feb 2014
Location: Japan
Device: Kindle PaperWhite, Kobo Aura HD
Quote:
Originally Posted by DiapDealer View Post
I've tried to make the plugin as "plug 'n' play" as possible. Calibre may not support those properties, but you still should be able to drop updated kindleupack files into the plugin's 'kindleunpack' folder with no trouble (provided the __init__.py stays in place). Unless the number/order of parameters in one of the main methods that the plugin's code accesses has changed, of course.
Hi,

I had confirmed that v0.63 works fine as a calibre plugin (but not satisfy my purpose). I did not changed main methods; it should work well I thought.

I have confirmed v0.64 and posted 'kindleunpack.py.zip' as the calibre plugin with a few mobi files.

Thanks,
tkeo is offline   Reply With Quote
Old 04-09-2014, 10:42 AM   #698
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: 7,644
Karma: 5433388
Join Date: Nov 2009
Device: many
increment version and add changelog

Hi Tkeo,
Please don't forget to increment the version number (or add a letter) and add a changelog entry at the top before posting new versions of files here to prevent version confusion.

I assume you want this to become part of a KindleUnpack version 0.65? If so, once it is verified your fix works, we can go ahead an make a new release.

Thanks,

Kevin
KevinH is offline   Reply With Quote
Old 04-09-2014, 11:32 AM   #699
quiris
Groupie
quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'quiris understands when you whisper 'The dog barks at midnight.'
 
quiris's Avatar
 
Posts: 195
Karma: 42216
Join Date: Oct 2013
Location: Poland
Device: Kindles: KOA1, KV
Is there an open github.com repository with KindleUnpack source code? It would be easier to track changes…
quiris is offline   Reply With Quote
Old 04-09-2014, 11:46 AM   #700
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: 7,644
Karma: 5433388
Join Date: Nov 2009
Device: many
Hi quiris,

Been through that once before. No one used it when we had a google code one. I am not a fan of learning yet another source code repository system (rcs, cvs, subversion, bazaar, mercurial - anyone?). Updates are simply too few in number and typically come months apart with no activity in between.

We just need to be careful to mark anything posted here either with a new version number or label them experimental and add a letter to indicate each alternative version.

KevinH
KevinH is offline   Reply With Quote
Old 04-09-2014, 11:48 AM   #701
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: 7,644
Karma: 5433388
Join Date: Nov 2009
Device: many
Hi quiris,

Does the proposed fix work for you? If so, let us know and we can make a new official release and then DiapDealer could update his plugin to version 0.65 skipping 0.64 to save him some work.

Thanks,

KevinH
KevinH is offline   Reply With Quote
Old 04-10-2014, 06:49 AM   #702
tkeo
Connoisseur
tkeo began at the beginning.
 
Posts: 94
Karma: 10
Join Date: Feb 2014
Location: Japan
Device: Kindle PaperWhite, Kobo Aura HD
kindleunpack.py v0.64a

Quote:
Originally Posted by KevinH View Post
Hi Tkeo,
Please don't forget to increment the version number (or add a letter) and add a changelog entry at the top before posting new versions of files here to prevent version confusion.

I assume you want this to become part of a KindleUnpack version 0.65? If so, once it is verified your fix works, we can go ahead an make a new release.
Hi Kevin,

I'm sorry for my laziness. I add a chenglog and chenge the version to v0.64a.

I am not sure that this modification should be treated as a official version up.
In my consideration, files which are not able to processed with v0.64 are somthing irregular; i.e. K8 format with no resc section and the size difference of resc data. Should they be able to be unpacked?

Thanks,
Attached Files
File Type: zip kindleunpack.py.v0.64a.zip (18.1 KB, 155 views)
tkeo is offline   Reply With Quote
Old 04-10-2014, 10:27 AM   #703
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: 7,644
Karma: 5433388
Join Date: Nov 2009
Device: many
Hi,
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.

Take care,

Kevin
KevinH is offline   Reply With Quote
Old 04-11-2014, 09:58 AM   #704
tkeo
Connoisseur
tkeo began at the beginning.
 
Posts: 94
Karma: 10
Join Date: Feb 2014
Location: Japan
Device: Kindle PaperWhite, Kobo Aura HD
kindleunpack.py v0.64b

Quote:
Originally Posted by KevinH View Post
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.
Attached Files
File Type: zip kindleunpack.py.v064b.zip (18.3 KB, 208 views)

Last edited by tkeo; 04-11-2014 at 10:01 AM. Reason: Failed to attach a file.
tkeo is offline   Reply With Quote
Old 04-11-2014, 10:46 AM   #705
tkeo
Connoisseur
tkeo began at the beginning.
 
Posts: 94
Karma: 10
Join Date: Feb 2014
Location: Japan
Device: Kindle PaperWhite, Kobo Aura HD
Experimental modification of 'mobi_opf.py'

Hi,

This is not intend to include an official release.
I have modified 'mobi_opf.py' to convert Amazon defined meta properties to epub3 properties. This makes improve fixed-layout ebooks conversion.
However, I have changed the package version in an opf from 2.0 to 3.0 in order to fulfill epub3 regulations. It may cause serious trouble for reading systems designed to both epub2 and epub3 although I have not encountered yet and it seems the package version does not affect. To fulfill the epub3 regulations completely much modifications are needed.

Thanks,
Attached Files
File Type: zip mobi_opf.py.v064b_ex.zip (4.2 KB, 190 views)
tkeo is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can i rotate text and insert images in Mobi and EPUB? JanGLi Kindle Formats 5 02-02-2013 04:16 PM
PDF to Mobi with text and images pocketsprocket Kindle Formats 7 05-21-2012 07:06 AM
Mobi files - images DWC Introduce Yourself 5 07-06-2011 01:43 AM
pdf to mobi... creating images rather than text Dumhed Calibre 5 11-06-2010 12:08 PM
Transfer of images on text files anirudh215 PDF 2 06-22-2009 09:28 AM


All times are GMT -4. The time now is 02:38 AM.


MobileRead.com is a privately owned, operated and funded community.