Quote:
Originally Posted by JimmXinu
You can do that with include_in_X. For example, include_in_series:rating will copy rating into series.
However, I would recommend using a custom column, not the builtin series column. FFF treats series special in a few places. Results may be unpredictable. Plus, if / when you start using sites that use the series value properly, you'll have real series data and fake series data in the same column.
|
This indeed works. Thank you.
Just to clarify; I am using series column because of kindle (collections). And this configuration for SOL site is great as I group stories from SOL based on sex rating. If any story is in series/universes, I use that info in custom column just for cover generation.
And yeah, that custom_columns_settings is dead giveaway, but I was running on empty ideas by then