View Single Post
Old 10-01-2022, 05:56 PM   #7580
surpachup
Junior Member
surpachup began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Sep 2021
Device: Apple Books, Kindle
Quote:
Originally Posted by JimmXinu View Post
You can't use =~ there in replace_metadata, it's only for include/exclude_metadata_pre/post or conditionals in replace_metadata. Yes, it's inconsistent.
Thank you for your help, I was able to make it work as I intended my personal.ini has never been this long but I can't go back now

Code:
[www.archiveofourown.org]

custom_columns_settings:
bookmarkrec=>#rec
kudos=>#kudos
add_to_extra_valid_entries:,au,tw
include_in_genre: freeformtags,genre,status
include_in_au:genre,freeformtags
include_in_tw:genre,freeformtags

replace_metadata:
 ships=>Draco Malfoy/Hermione Granger=>dramione
 fandoms=>Harry Potter \- J\. K\. Rowling=>Harry Potter
 fandoms=>Harry Potter and the Cursed Child \- Thorne & Rowling=>Cursed Child
 au=>.*[Mm]odern [Ee]ra.*=>modern\,au
 au=>.*Alternate Canon.*|Deviates From Canon|Alternate Universe \- Canon Divergence|.*[Ff]ix-[Ii]t.*=>alternate canon&&fandom=~.*Harry Potter.*|.*Cursed Child.*
 tw=>Minor Character Death=>death
 tw=>Major Character Death=>mcd
 
include_metadata_post:
 au==alternate canon
 au==modern
 tw==death
 tw==mcd

add_to_custom_columns_settings:
 tw=>#tw

include_subject_tags:au
add_to_include_subject_tags:,au
include_in_category:fandoms
include_in_freefromtags:freeformtags
include_in_notes: bookmarksummary
surpachup is offline   Reply With Quote