Quote:
Originally Posted by Vampyr
I have two problems. In kindlegen.ini i have: but its generating still both files: azw3 and mobi.
|
That's the default behavior. You can either delete the .mobi file or comment out line #367 in plugin.py.
from:
Code:
open(outmobi7, 'wb').write(mobisplit.getResult7())
to:
Code:
#open(outmobi7, 'wb').write(mobisplit.getResult7())
Quote:
Originally Posted by Vampyr
Second problem is in azw3 files, not always, but often missing style file. I have manually add style.ini from epub.
|
You can't change style settings with a style.ini file. (The plugin only checks the settings in
kindlegen.ini.)
If you have problems with styles, you most likely didn't link the style sheets in Sigil via Link Stylesheets...