Quote:
Originally Posted by BeckyEbook
Additional question on the screenshot.
|
Answer: CalbreSpy always tries to use Calibre's global Preferred Output Format if such a format exists; otherwise, it uses the first available format it finds. Calibre > Preferences > Behavior.
Code:
from calibre.utils.config import prefs as mainprefs
DEFAULT_BOOK_FORMAT = mainprefs.get('output_format')
Have you set your default format? Or have, but it is not working for you? I will add a debug print statement so you can see what is going on in your personal system.
DaltonST