View Single Post
Old 08-05-2023, 02:55 AM   #70
Amalthia
Wizard
Amalthia ought to be getting tired of karma fortunes by now.Amalthia ought to be getting tired of karma fortunes by now.Amalthia ought to be getting tired of karma fortunes by now.Amalthia ought to be getting tired of karma fortunes by now.Amalthia ought to be getting tired of karma fortunes by now.Amalthia ought to be getting tired of karma fortunes by now.Amalthia ought to be getting tired of karma fortunes by now.Amalthia ought to be getting tired of karma fortunes by now.Amalthia ought to be getting tired of karma fortunes by now.Amalthia ought to be getting tired of karma fortunes by now.Amalthia ought to be getting tired of karma fortunes by now.
 
Amalthia's Avatar
 
Posts: 1,204
Karma: 1000000
Join Date: Jan 2007
Location: Anchorage, AK
Device: Sony Reader PRS-505, PRS-650, PRS-T3, Pocketbook HD2
Quote:
Originally Posted by ownedbycats View Post
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.
Amalthia is offline   Reply With Quote