View Single Post
Old 08-21-2015, 03:56 AM   #1
Felix Ding
Member
Felix Ding began at the beginning.
 
Felix Ding's Avatar
 
Posts: 11
Karma: 10
Join Date: Nov 2011
Device: iPad
Converting OPF to mobi loses article's author and description?

Hi,

I'm trying to convert a OPF to a mobi ebook using ebook-convert like

Code:
ebook-convert book.opf book.mobi
The convertion went OK and I could get the ebook.

But when I read the book on a Kindle Paperwhite, I found all articles' author and description info are lost.

In Paperwhite's Cover View, there is 'No details available' under each article title.

However, these information are in the OPF file:

Code:
<navPoint playOrder="2" class="article" id="88f3f4f35ed557e95c59024d92a73b33">
  <navLabel>
    <text>India blocks Colgate patents for spices</text>
  </navLabel>
  <content src="1.html"/>
  <mbp:meta name="description">India blocks Colgate patents for spices</mbp:meta>
  <mbp:meta name="author">Unknown</mbp:meta>
</navPoint>
Is there anyway to solve this? Thank you.
Felix Ding is offline   Reply With Quote