View Single Post
Old 12-24-2009, 04:53 PM   #8
tompe
Grand Sorcerer
tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.tompe ought to be getting tired of karma fortunes by now.
 
Posts: 7,452
Karma: 7185064
Join Date: Oct 2007
Location: Linköpng, Sweden
Device: Kindle Voyage, Nexus 5, Kindle PW
What I meant was that you first do "mobi2mobi oldfile.prc --outfile newfile.mobi" and then try to set the meta data on newfile.mobi.

But the error message is a bit strange. mobi2mobi seem to think that the file have EXTH headers since "if ($exthflg & 0x40)" seems to become true. And that should not happen if it is not a real MobiPocket file. So you could try to add "& false" to this if condition to see if that works.
tompe is offline   Reply With Quote