New Test Version Posted
2024-11-08
- Add subject_tags to -m/j CLI output
- Fix for double replace_metadata when non-list metadata called by getList().
Test version should address XRoverMaelstromX's duplication issue.
Quote:
Originally Posted by XRoverMaelstromX
I am trying to change how FanFicFare phrases the status metadata piece when it puts it into tags. I used replace metadata and it came out very weird and I don't understand why.
|
I would further suggest:
Code:
# make a copy of status
add_to_extra_valid_entries:,headerstatus
include_in_headerstatus:status
# add 'Status - ' to all possible status values--some sites do have more
# but only on copy
replace_metadata:
headerstatus=>^=>Status -\s
# use headerstatus in subject tags only.
include_subject_tags: headerstatus, extratags