View Single Post
Old 08-22-2025, 12:59 AM   #11143
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,170
Karma: 77304081
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
I was trying to move some ini stuff from [archiveofourown.org] to [storyUrl] (so I could store it). It didn't work:

Code:
[archiveofourown.org]

include_in_series:series,collections
include_in_collectionUrl:"abc"
include_in_seriesUrl:seriesUrl,collectionUrl

exclude_metadata_post:
## Removes placeholder collectionUrl if unused
 collectionUrl==abc

## DruidX - The Steel Undone (8060)
[https://archiveofourown.org/works/32834998]
add_to_exclude_metadata_pre:
 series==Misc Other Oblivion Fics
 seriesUrl==https://archiveofourown.org/series/2277245

add_to_include_metadata_pre:
 collections==TES Summer Fest 2021

add_to_replace_metadata:
 collections=>.*=>TES Summerfest 2021
 collectionUrl=>abc=>https://archiveofourown.org/collections/tesfest21
This set series name to to Misc Other Oblivion Fics [12], TES Summerfest 2021TES Summerfest 2021 (at least the URL got set correctly) and I have no idea what I did wrong.

EDIT: If change to series=>.*=>TES Summerfest 2021 I get TES Summerfest 2021TES Summerfest 2021. I don't know.

ANOTHER EDIT: Anchors fixed it. Also include_in_series(Url) is simpler. The one thing I still don't understand is why the exclude failed.

Last edited by ownedbycats; 08-22-2025 at 01:38 AM.
ownedbycats is offline   Reply With Quote