View Single Post
Old 10-31-2012, 11:50 PM   #11
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by MisterBuggie View Post
....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>
davidfor is offline   Reply With Quote