Quote:
Originally Posted by MisterBuggie
....I didn't even know the KT would accept .mobi files. I always convert them.
|
That makes two of us. I have tested them in the past, and wasn't happy with the results. Converting them always gave better results. Plus I could fiddle with the epub if needed.
Quote:
david, was the text properly declared in the manifest? If the only page is a fake-text cover, it sounds like the mobi file isn't even aware of there being any text in the book, or at least that the manifest isn't formatted properly for the KT to understand.
|
I don't know the mobi format very well, but didn't notice an obvious errors. Does the following look correct?
Code:
<manifest>
<item id="item0" media-type="text/x-oeb1-document" href="The Hard Way_ A Reacher Novel - Lee Child.html" />
<item id="cover_img" media-type="image/jpeg" href="Images/image00001.jpeg" />
<item id="ncx" media-type="application/x-dtbncx+xml" href="The Hard Way_ A Reacher Novel - Lee Child.ncx"></item>
</manifest>
<spine toc="ncx">
<itemref idref="item0"/>
</spine>
<tours>
</tours>
<guide>
<reference type="toc" title="Table of Contents" href="The Hard Way_ A Reacher Novel - Lee Child.html#filepos1025333" />
</guide>