View Single Post
Old 08-28-2016, 10:34 AM   #51
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,746
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Vampyr View Post
I have two problems. In kindlegen.ini i have:
Code:
azw3_only = True
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 View Post
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...
Doitsu is offline   Reply With Quote