mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 21:11:59 +02:00
Tweak some comments for image settings in defaults.ini
This commit is contained in:
parent
0d1dd7ab5c
commit
acd86e3902
2 changed files with 26 additions and 8 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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/<basename>". 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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue