Quote:
Originally Posted by ownedbycats
Yes. I think it's intended behaviour.
I use Action Chains to do some metadata processing that FanFicFare itself can't handle and use this single-field edit on 'tags' to remove it:
Code:
program:
if
$#fanficstatus=='Anthology'
then
list_difference($tags, "In-Progress, Completed", ',')
else
$tags
fi
|
Thanks so much for sharing your code and the information about "Action Chains" I didn't know that plugin existed!
My next test is to see if I can run a script to identify fics that haven't been updated in over a certain period of time and mark them as Abandoned.