Quote:
Originally Posted by indecisivemess
I replaced the include_subject_tags with replace_metadata like you said. Should I put the include_subject_tags somewhere else and if so where?
|
I put mine under [defaults]. include_subject_tags should have values if you want to put tags in Calibre. If you don't want to use the prefix_* tags you can remove those lines entirely and add the tags you want in include_subject_tags.
Quote:
Originally Posted by indecisivemess
The custom columns are working now all except Ships (and Kudos but I think I set it up wrong in Calibre). The custom column tag on Calibre seems to match the one in the personal.ini: ships=>#ship and in FFF it's categorised as Relationships. Is there something I'm missing?
|
I don't see in your screenshots where you're adding the kudos metadata to your #kudos custom column. By default, [archiveofourown.org] already has an extra_valid_entry called "kudos" so you can just add it to your custom_columns_settings.
Code:
add_to_custom_columns_settings:
kudos=>#kudos
For ships you can just put the value of Relationships to #ship (Fanficfare settings -> Custom Columns tab).