View Single Post
Old 03-25-2011, 09:30 AM   #1
Hurda
Junior Member
Hurda began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Feb 2011
Device: Kindle 3
Missing masthed if I do recpie -> html -> mobi

I'm doing my own recipe, but I need to postprocess downloaded content so I
1) ebook-convert recipe -> html (directory)
2) edit html
3) ebook-convert .opf -> .mobi

But my final output is missing mastehad and is using only deffault calibre.
If I do direct recipe -> mobi the masthead is here and it's even mentioned in .opf:

Code:
	<guide>
		<reference href="mastheadImage.jpg" type="other.masthead"
			title="Masthead Image" />
		<reference href="cover.jpg" type="cover" title="Cover" />
	</guide>
The same goes for cover image.
Maybe there is some bug in convert process

I was told taht this ain't recipe problem and I should repost at conversion forum. So I did
Hurda is offline   Reply With Quote