View Single Post
Old 08-16-2020, 12:26 PM   #4411
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,999
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
New question regarding anthologies: Is there a way to make the Generate Covers for sites apply so long as all the stories are from the same site and cover image was not found? (Note that I have to use generate_cover_settings because of my replace metadatas.)
No. Well, maybe. generate_cover_settings in personal.ini can be applied conditionally. `publisher` for example, should only be set if all merged books are from the same site. I haven't tested that--I'm still without power and limiting my on-line time.

generate_cover_settings:
Spoiler:
Code:
## If you have the Generate Cover plugin installed, you can use the
## generate_cover_settings parameter to intelligently decide which GC
## setting to run.  There are three parts 1) a template of which
## metadata part(s) to look at, 2) a regular expression to match the
## template, and 3) the name of the GC setting to use, which must
## match exactly.  Use this parameter in [defaults], or by site eg,
## [ficwad.com]
## Make sure to keep at least one space at the start of each line and
## to escape % to %%, if used.
## template => regexp to match => GC Setting to use.
## To use this, make sure you go to the Generate Cover tab in FanFicFare
## config and check 'Allow generate_cover_settings from personal.ini
## to override'
## You can check for an existing cover image in the metadata
## cover_image.  cover_image can be:
## specific -- The site has an image that is specifically this story's cover
## first -- The first image in the story or story desc is used as cover
## default -- A default_cover_image was used
## old -- There was already a cover image in the epub.
## This is useful because GC plugin can use the existing image.
#generate_cover_settings:
# ${category} => Buffy:? [tT]he Vampire Slayer => BuffyCover
# ${category} => Star Trek => StarTrekCover
# ${cover_image} => => CompleteCover
# ${cover_image} => (specific|first|default) => CoverWithOrigImage


Quote:
Originally Posted by ownedbycats View Post
Also, any way to enable background metadata?
Not with anthologies. I don't remember why not off hand. Could just be implementation limitations.

Quote:
Originally Posted by ownedbycats View Post
And is there a way to also include the fanfic summaries in the comments instead of just a list of titles?
Yes, FFF config, Standard Columns tab, 2nd option from the bottom: Include Books' Comments in Anthology Comments?

Quote:
Originally Posted by chrisric View Post
Hi JimmXinu - Any thoughts on why wuxiaworld.co does see all available chapters anymore?
I've opened an issue (#531) to ask teffalump to look at it.
JimmXinu is offline   Reply With Quote