From acd86e3902311de16c300b932fd9578a6cec4630 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Sun, 18 Apr 2021 19:51:23 -0500 Subject: [PATCH] Tweak some comments for image settings in defaults.ini --- calibre-plugin/plugin-defaults.ini | 13 +++++++++---- fanficfare/defaults.ini | 21 +++++++++++++++++---- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/calibre-plugin/plugin-defaults.ini b/calibre-plugin/plugin-defaults.ini index e2959f48..73e03049 100644 --- a/calibre-plugin/plugin-defaults.ini +++ b/calibre-plugin/plugin-defaults.ini @@ -1071,8 +1071,12 @@ make_firstimage_cover: true ## local copy. #additional_images:file:///C:/Users/user/Desktop/nook/background.jpeg,http://www.somesite.com/someimage.gif -## If set, the epub will never have a cover, even if include_images is -## on and the site has specific cover images. +## If set, the epub will never have a cover downloaded, even if +## include_images is on and the site has specific cover images. +## However, any existing cover will be kept during EPUB update. So if +## don't like a story's cover and want to set your own, setting +## never_make_cover:true for that story URL will preserve your custom +## cover. #never_make_cover: false ## If set, an image (regardless of source) will only be used as a @@ -3288,8 +3292,9 @@ slow_down_sleep_time: 2 ## Whether to exclude editor signature from the bottom of chapter text. exclude_editor_signature: false -## Stories on the site almost never have cover image, and for the stories which do, -## this may be adjusted in `personal.ini' before downloading. +## Stories on the site almost never have cover image, and for the +## stories which do, this may be adjusted in `personal.ini' before +## downloading. never_make_cover: true ## Titles for ratings identified by 1- or 2-letter codes from `ERATING system' diff --git a/fanficfare/defaults.ini b/fanficfare/defaults.ini index 7e4cc223..00a04602 100644 --- a/fanficfare/defaults.ini +++ b/fanficfare/defaults.ini @@ -1066,6 +1066,10 @@ output_css: ## include_images is *not* available in the web service in any format. #include_images:false +## Quality level to use when converting images to jpg. Range is 0-100, +## reasonable values likely to be in the range 70-95. +jpg_quality: 95 + ## If set, the first image found will be made the cover image. If ## keep_summary_html is true, any images in summary will be before any ## in chapters. @@ -1084,8 +1088,12 @@ output_css: ## local copy. #additional_images:file:///C:/Users/user/Desktop/nook/background.jpeg,http://www.somesite.com/someimage.gif -## If set, the epub will never have a cover, even if include_images is -## on and the site has specific cover images. +## If set, the epub will never have a cover downloaded, even if +## include_images is on and the site has specific cover images. +## However, any existing cover will be kept during EPUB update. So if +## don't like a story's cover and want to set your own, setting +## never_make_cover:true for that story URL will preserve your custom +## cover. #never_make_cover: false ## If set, an image (regardless of source) will only be used as a @@ -1175,6 +1183,10 @@ nook_img_fix:true ## include_images is *not* available in the web service in any format. #include_images:false +## Quality level to use when converting images to jpg. Range is 0-100, +## reasonable values likely to be in the range 70-95. +#jpg_quality: 95 + ## When include_images:true, you can also specify a list of images to ## include in the EPUB or HTML, such as for use in customized CSS. ## Specified images will be included as "images/". So @@ -3275,8 +3287,9 @@ slow_down_sleep_time: 2 ## Whether to exclude editor signature from the bottom of chapter text. exclude_editor_signature: false -## Stories on the site almost never have cover image, and for the stories which do, -## this may be adjusted in `personal.ini' before downloading. +## Stories on the site almost never have cover image, and for the +## stories which do, this may be adjusted in `personal.ini' before +## downloading. never_make_cover: true ## Titles for ratings identified by 1- or 2-letter codes from `ERATING system'