View Single Post
Old 04-15-2021, 12:18 PM   #5806
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,034
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by ownedbycats View Post
Do the site-specific ones run before or after defaults? I have a replace_metadata in defaults that changes it:
replace_metadata happens before generate_cover_settings and the first generate_cover_settings setting that matches is used. add_to_* goes most general to most specific. See wiki.

Quote:
Originally Posted by Ascello View Post
Shouldn't that be "publisher" not "site"? That's what I use to change the publisher look in the title page.
Code:
## The metadata entry 'site' predates Calibre integration, and was
## later labeled Publisher and used to fill Calibre's Publisher field.
## Because users keep expecting it to be 'publisher' instead,
## 'publisher' is now a copy of 'site' and the Calibre plugin now uses
## 'publisher' instead.  Default titlepage_entries are also changed.
include_in_publisher:site
publisher_label:Publisher
Quote:
Originally Posted by Ascello View Post
...
There are currently ~30 broken sites in FFF. Given the number of times I've had to resurrect code for 'dead' sites that came back, I don't declare them gone for good as long as the DNS record is still active and until a considerable time has passed.

ncisfiction.com doesn't put the Rating/Rated value on the 'Print' page that base_efiction uses. Since it's such a small site with last update in 2019, I may not take the time to give it custom code for that.

descriptions can be edited using replace_metadata.
JimmXinu is offline   Reply With Quote