View Single Post
Old Today, 02:08 PM   #11279
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,053
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by BurnedCupcake View Post
I would think this would be a default function of the plugin. The only tags that are loaded in Calibre are "Complete" and the genre (e.g. Fantasy, Romantic, etc) but not the actual tags.
For historical reasons, the include_subject_tags setting controls what collected metadata is automatically populated into Calibre's Tags field.

The default value for include_subject_tags contains only 'standard' metadata entries:
Code:
include_subject_tags: extratags, genre, category, characters, ships, lastupdate, status
The 'standard' entries are those common to most sites and were set before sites starting having generic 'tags' instead of genre, category, etc.

'Site specific' metadata entries can be added in personal.ini like so:
Code:
[storiesonline.net]
add_to_include_subject_tags:,sitetags
JimmXinu is offline   Reply With Quote