View Single Post
Old Today, 12:09 AM   #11264
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,186
Karma: 77304081
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
I tested and a simple include_in_seriesUrl:seriesUrl,collectionsUrl in place of second part seems to work

EDIT: Updted Metadata Management entry after further testing:

Code:
[archiveofourown.org]

## Copies collections to series
include_in_series:series,collections

## STRONGLY RECOMMEND commenting this out when not downloading/updating fics in included collections
## It'll include urls from collections that haven't been included, and mess up series URLs
#add_to_include_in_seriesUrl:,collectionsUrl

add_to_include_metadata_pre:
## Include specific collections as series. Here, I've included both an exact version (==) and regex (=~). 
 collections==Fic Exchange 2023
 collections=~(Fic Exchange \d{4})

add_to_replace_metadata:
## I apply transformations to 'collections' but applying them to 'series' should also work
 collections=>ficexchange=>Fic Exchange

[https://archiveofourown.org/works/xxxx]
add_to_exclude_metadata_pre:
## If a fic also has a series, it'll concatenate the entries. To avoid this, use exclude_metadata_pre.
 series==Unwanted Series
 seriesUrl==https://archiveofourown.org/series/xxxx
## Alternately, if you prefer to keep the series, remove add_to_include_in_seriesURL and put this:
 collections==Fic Exchange 2023

Last edited by ownedbycats; Today at 11:25 AM.
ownedbycats is offline   Reply With Quote