Since it got buried in the thread (and I think was asked around the time of those big storms), re-asking this question:
Is there replace_metadata conditional for anthologies? I was trying to adapt this to set the fanfic status column as 'anthology' (though I suspect I'm probably going about this the wrong way):
Code:
custom_columns_settings:
oneshot=>#fanficstatus
replace_metadata:
## Sets one-chapter fics to oneshot
oneshot=>Completed=>Oneshot&&numChapters=>^1$
# 'add_to_' concats on to existing param, thus the leading comma
add_to_extra_valid_entries:,oneshot,
# oneshot is a copy of status because status itself isn't a list.
include_in_oneshot:status