Quote:
Originally Posted by twedigteam
What's the best way to tweak/fine-tune a .mobi file after conversion from epub?
|
If it was an ePub to begin with, start with your original ePub, make any modifications you want, and then convert to Mobi. That's what I do with all of mine (and I make a point of picking up the ePub versions just so that I can).
Trust me, it's by far easier to go back and tweak your modified ePub to output a new Mobi than it is to make any alterations beyond metadata to an existing Mobi, and far less frustrating as well. And it also saves time, not having to go through any intermediate re-conversion steps.
My personal workflow is:
- unzip ePub into working folder,
- text editor to tweak OPF and NCX to produce chapter markers and proper table of contents linkage, and if necessary modify css & tags for the sort of display I like (I'm lazy and not-too-picky about this, so as long as there are proper scenebreaks and no-indent on the first paragraph of a section and the chapters start on new pages, I'm reasonably content)
- run it through KindleGen and kindlestrip.py to get rid of the bloat,
- check new Mobi in KindlePreviewer to see if anything's gone horribly wrong with the XHTML+CSS to MobiHTML "translation" (happens fairly often for incredibly trivial reasons),
- Mobi2Mobi to fix the inevitable metadata errors that KindleGen produces,
- read on Kindle and highlight noticeable typos/formatting errors, etc.,
- text editor to fix errors in a copy of the previously-modified unzipped ePub files (just in case I manage to screw things up in a way that involves restarting from scratch),
- rinse and repeat steps 1-7 if necessary.
Hope this helps.