View Single Post
Old 06-25-2022, 09:57 AM   #7269
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: 7,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
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 View Post
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.
JimmXinu is offline   Reply With Quote