View Single Post
Old 02-03-2016, 03:57 PM   #121
dhdurgee
Guru
dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.dhdurgee ought to be getting tired of karma fortunes by now.
 
Posts: 914
Karma: 3000002
Join Date: Jun 2010
Device: K3W, PW4
I just ran the standalone KindleUnpack on the DeDRM'ed .azw3 and the extracted toc.ncx is NOT truncated. I just ran the KindleImport plugin again on the same file to confirm I was still getting the truncated one with the updated plugin and it is.

Here is the end of the truncated toc.ncx from Sigil:

Quote:
<navLabel>
<text>Chapter 10 - Metz</text>
</navLabel>
<content src="Text/part0019.xhtml"/>
</navPoint>
<navPoint id="np_19" playOrder="19">
<navLabel>
<text>Chapter 11 - Creideiki </text></navLabel></navPoint></navPoint></navMap></ncx>
Here is the same section from the KindleUnpack extract:

Quote:
<navLabel>
<text>Chapter 10 - Metz</text>
</navLabel>
<content src="Text/part0019.xhtml"/>
</navPoint>
<navPoint id="np_19" playOrder="19">
<navLabel>
<text>Chapter 11 - Creideiki & Orley</text>
</navLabel>
<content src="Text/part0020.xhtml"/>
</navPoint>
<navPoint id="np_20" playOrder="20">
<navLabel>
<text>Chapter 12 - Galactics</text>
</navLabel>
<content src="Text/part0021.xhtml"/>
</navPoint>
<navPoint id="np_21" playOrder="21">
From what I see here it seems perhaps the "&" is causing a problem with the plugin?

Let me know if you need more information.

Dave

HOLD ON! It may not be a plugin problem! It may be a Sigil problem! I noticed that KindleUnpack created a .epub file in the mobi8 directory. Looking at the I found that it had the non-truncated toc.ncx file. Given this I thought to open it with Sigil and found that I WAS STILL SEEING THE TRUNCATED TOC! This is Sigil 0.8.6 on Linux Mint x64 here.

Where do we go from here?

Dave

Last edited by dhdurgee; 02-03-2016 at 04:06 PM. Reason: new information required a PS
dhdurgee is offline   Reply With Quote