Quote:
Originally Posted by Lemur4000
Is there a way for me to add a tag for books that do not have a cover already?
|
Code:
## 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
## force -- A force_cover_image was used
## old -- There was already a cover image in the epub.
Something like this maybe:
Code:
add_to_replace_metadata:
cover_image=>^(.+)$=>Cover:\1
add_to_include_subject_tags:,cover_image