View Single Post
Old 08-05-2023, 01:55 AM   #70
Amalthia
Wizard
Amalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beauty
 
Amalthia's Avatar
 
Posts: 1,188
Karma: 32196
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