"Tags" is actually a Calibre thing. FFF sets epub subject tags which were later put into the calibre tags column. There isn't actually a 'tags' metadata item in FFF.
But there can be. I believe this would work:
Code:
[defaults]
# adds the entry 'tags'
add_to_extra_valid_entries:,tags
# Or whatever you normally have in include_subject_tags
include_in_tags: extratags, genre, category, characters, ships, lastupdate, status
I'll think about adding something like that to the defaults.ini.
Quote:
Originally Posted by theit8514
Is there a way to get the list of all tags the same way the Calibre plugin writes to the Tags field?
KeyError: u'tags'
|