Quote:
Originally Posted by JimmXinu
I don't think there is a way to do that directly. FFF does set anthology=true in metadata, but I believe it's only useful in generate_cover_settings.
You can configure the title pattern (setting anthology_title_pattern) and configure tag(s) that are set for anthologies (setting anthology_tags).
If you truly see the need to also have a column for it, I suggest a composite column looking at the title or anthology tag(s).
|
An action chains template to toggle the bool to 'yes' was my fallback plan, I was just hoping it was something that could be done from within FFF itself. Thanks.