View Single Post
Old 01-04-2019, 10:40 AM   #3195
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: 7,030
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
  1. Don't use _label -- whatever_label is only for labeling whatever. (This is probably your problem.)
  2. Make sure you have a space leading each line to be included in multi-line config items such as custom_columns_settings.
  3. Put it in the correct section -- putting it in [overrides] will effectively disable custom_columns_settings in any other section.
  4. Use add_to_ feature in case you want to put other, more common metadata entries in [defaults].
Code:
[www.fimfiction.net]
add_to_custom_columns_settings:
 likes=>#likes
 groups=>#groups
JimmXinu is offline   Reply With Quote