Quote:
Originally Posted by ownedbycats
Question: I seem to recall that there was an option to set a custom URL (or filepath?) of an image for the cover. I'm having trouble finding it in defaults.ini. Am I mistaken?
|
Search in defaults.ini. The setting is
default_cover_image. That's for setting a default when there isn't a specific cover. To override story's cover, also set
cover_exclusion_regexp to exclude the specific cover.
Quote:
Originally Posted by labradors
I'm trying to add something in the replace_metadata: part of the personal.ini so that for example in the relationship category: Background Person 1/Person 2 becomes Person 1/Person 2 (minor) so removing/replacing the Background part of the tag with (minor) at the end.
|
Have you seen
the wiki page?
Something like this should work:
Code:
add_to_replace_metadata:
ships=>^Background (.*)$=>\1 (minor)
When asking for help, it works better to give specific examples. Giving a story URL and the exact metadata you want changed to what.