i manage another booru and was just wondering if there's a way to mass ban an artist tag vs individually marking a post as banned? our kernel is on he latest btw
thank you for your time.
Updated
Posted under Tags
I know we have banned artists implicate banned artist, which results in posts getting the banned status automatically. Not sure how that works though.
banned artist only bans the post only if the tag is present on post creation, or on the artist initial ban itself.
You can do a BUR like mass update artist_name -> status:banned
I guess.
Or, if you have the access to the rails shell, do BulkUpdateRequestProcessor.mass_update(artist_name, "status:banned", user: banner)
there.
Or just script it through the API in the end.
hdk5 said:
banned artist only bans the post only if the tag is present on post creation, or on the artist initial ban itself.
You can do a BUR like
mass update artist_name -> status:banned
I guess.
Or, if you have the access to the rails shell, doBulkUpdateRequestProcessor.mass_update(artist_name, "status:banned", user: banner)
there.
Or just script it through the API in the end.
yeah those dont work. thank you for the advise though! i'll probably have to a script. i was hoping these was some alt method that i wasnt aware of.