Quote:
Originally Posted by Depletion
...
Specifics:
On fimfiction.net, I'm trying to create/populate a custom column for Likes. I have a specific custom column set up, restarted calibre, and went to the custom columns tag under FFDL. It'd not there though so I'm pretty sure I'm missing something in my personal.ini. Probably somewhat related to these lines if I had to guess:
...
|
Site specific metadata don't appear on the custom columns tab, only the regular ones.
FaceDeer's answer is correct, for site specific metadata you need to use custom_columns_settings under [
www.fimfiction.net] section.
Code:
[www.fimfiction.net]
# lines starting with # are comments only.
custom_columns_settings:
likes=>#likes,r
# 'likes' and other lines to be included in custom_columns_settings
# must each start with a space.