CommunityScripts icon indicating copy to clipboard operation
CommunityScripts copied to clipboard

[renamerOnUpdate] Ignore genders only if above performer_limit

Open ghost opened this issue 1 year ago • 1 comments

I want to do the following. I have the performer_limit = 3. When there are two females and one male I want them all to appear but if there are three females and one male I want the three females to appear. So I want to sort them based on gender. Instead of ignoring all but female as I can do right now with

performer_ignoreGender = ["MALE", "TRANSGENDER_MALE", "TRANSGENDER_FEMALE", "INTERSEX", "NON_BINARY"]

ghost avatar Nov 20 '22 09:11 ghost