View Single Post
Old 06-18-2017, 08:19 PM   #2247
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,981
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
"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 View Post
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'

Last edited by JimmXinu; 06-18-2017 at 08:20 PM. Reason: trim quote
JimmXinu is offline   Reply With Quote