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