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.
My personal.ini has the following:
Code:
include_subject_tags: status, extratags
extratags: Type - Fanfiction
Previously, this resulted in the tags Completed or In-Progress being inserted into my tags column, depending on how the fic was marked on Ao3.
Today I added:
Code:
replace_metadata:
status=>Completed=>Status - Completed
status=>In-Progress=>Status - In-Progress
This resulted in the tags Status - Status - Completed or Status - Status - In-Progress being inserted into my tags column, depending on how the fic was marked as normal.
I don't understand where that extra "Status - " came from at all and I'm very lost on how to fix that.
Also, I realized this messes with the way my title page is generated, since the title page now has Status: Status - Completed or Status: Status - In-Progress, which makes sense for my use of replace_metadata but isn't ideal. Is there a way to change just the way the status metadata piece is phrased when it's put into the tags but not on the title page of the epub? I feel like there is and I'm just missing something, but I'm not sure.