Topic: [Feature] Automatic comma removal from tagging

Posted under General

I wanted to suggest automatic removal of commas from upload tag lists.

As a force of habit from AI generation, I sometimes mistakenly put commas in my tagging lists. I'm sure this must happen to others as well. Currently the site will accept the submission, but then send me a huge list of some 50 tags that are not valid because they contain commas. I then have to copy them one by one back into the posting.

I think simply removing the commas in the code (find/replace commas with a space) would be a very easy fix that would reduce error messages and trouble to artists. It would be a 10 minute / 1 line fix for someone who was already familiar with the code and can deploy to the server.

Updated

jamesa said:
I wanted to suggest automatic removal of commas from upload tag lists.

As a force of habit from AI generation, I sometimes mistakenly put commas in my tagging lists. I'm sure this must happen to others as well. Currently the site will accept the submission, but then send me a huge list of some 50 tags that are not valid because they contain commas. I then have to copy them one by one back into the posting.

I think simply removing the commas in the code (find/replace commas with a space) would be a very easy fix that would reduce error messages and trouble to artists. It would be a 10 minute / 1 line fix for someone who was already familiar with the code and can deploy to the server.

open a txt file on windows
paste tags
ctrl h
replace , with a space
done
hope that helps

i actually have done the opposite when uploading to boorus
made the tags then i had to replace the spaces with commas in order to tag it properly

mintyflur said:
open a txt file on windows
paste tags
ctrl h
replace , with a space
done
hope that helps

i actually have done the opposite when uploading to boorus
made the tags then i had to replace the spaces with commas in order to tag it properly

No. That doesn't help. I'm not asking for how to find/replace commas. I am clearly a software developer who already knows how to do that, and do not need an explanation. (but you already knew that)

I am suggesting an easy to implement quality of life improvement to the code for when a user adds commas accidently through force of habit.

mintyflur said:
open a txt file on windows
paste tags
ctrl h
replace , with a space
done
hope that helps

i actually have done the opposite when uploading to boorus
made the tags then i had to replace the spaces with commas in order to tag it properly

Oh wait. You are the anti-AI troll who tagged Ryzia on the pink dragon, then emailed the owner of the Ryzia IP to ask him to do a DCMA takedown request. GTFO

jamesa said:
Oh wait. You are the anti-AI troll who tagged Ryzia on the pink dragon, then emailed the owner of the Ryzia IP to ask him to do a DCMA takedown request. GTFO

what are you talking about
i didn't emailed ryzia
i went to journal made by them on FA with them talking about their oc being scrapped by AI
i explained that

you do know takedown request aren't the same as DMCA?
DMCA is for legal stuff
e6 takedown is a whole lot different than that
is just a request for the staff to take care of it
not like
lawyers

jamesa said:
No. That doesn't help. I'm not asking for how to find/replace commas. I am clearly a software developer who already knows how to do that, and do not need an explanation. (but you already knew that)

I am suggesting an easy to implement quality of life improvement to the code for when a user adds commas accidently through force of habit.

i believe there is a way to implement that altho i'm not much acknowledgeable about code, maybe a userscript that can automatically do that for you
i used re621 to give me tag shortcuts with the alias definition
one example i have is

ttb -> two_tone_body
ttf -> two_tone_fur
tts -> two_tone_scales
ttt -> two_tone_tail
tte -> two_tone_ears

this way whenever i'm tagging something it will be more efficient and more faster
as you can also implement one tag to be equal to two
like this

widebigs -> wide_hips thick_thighs
hugebigs -> huge_hips huge_thighs
hyperbigs -> hyper_hips hyper_thighs

all i can think about is pseudo coding for checking the tag box(or making a button for that) to check for any commas and simply removing them

  • 1