Quote:
Originally Posted by boomcpg
Thanks. That did the trick. I had seen this section in the default.ini but could never figure out what constituted a subject.
|
FanFicFare started out as a stand alone project (then named FanFictionDownLoader), not a Calibre plugin.
Epub format uses <dc:subject>...</dc:subject> tags to define whatever random data, the
include_subject_tags setting controls what gets put in those tags.
When epubs are imported in Calibre, <dc:subject> tags end up in Calibre's Tags field.
So when I made the plugin version, it made sense to just use
include_subject_tags--it basically already worked that way.