View Single Post
Old 09-26-2017, 09:26 PM   #2474
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,992
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by kstar View Post
...
I want to block things like: warnings, characters, genre, extratags (or is freeform)

I want to keep: fandom/category, ships, words, update, status, published
It depends on where you're talking about.

If you mean in the title page, you can adjust it with the titlepage_entries setting in personal.ini. If you put it in [overrides] and clear extra/add_to_titlepage_entries, you can guarantee you'll only get those metadata items. Like so:

Code:
[overrides]
# Placed in overrides to make sure it affects all sites and formats.
titlepage_entries:category,ships,numWords,dateUpdated,status,datePublished
# a few sites add site-specific metadata to titlepage_entries
add_to_titlepage_entries:
# superceded by add_to_titlepage_entries, but a few sites use it in defaults.ini
extra_titlepage_entries:
If you mean in Calibre's Tags field, you need to adjust the settings for include_subject_tags.
JimmXinu is online now   Reply With Quote