Question:
I have an add_to_replace_metadata to differentiate a series from another using the same name:
Code:
add_to_replace_metadata:
## Differentiates series with same name
series=>^.*$=>I Was Lost Without You (Antipode)&&seriesUrl=>https://archiveofourown\.org/series/1937521
For the modified series, this messes up the series index (on the title page it doesn't appear, and the Calibre metadata is all 1s). Is this a fixable thing, either by user or something in the code?
EDIT: I also moved it to replace_metadata and it had the same effect.