I would like to be able to sort them, in some way, by popularity, thus displaying in the first position and decreasing, the tags with the largest tagCount.
The objective of doing this is in the case where there are many "copyright" / "character" / "general..." to say: "I only want in the name of my file, only the copyright and/or the 3 most important characters, sorted in descending order (we can also imagine wanting to reverse it by sorting the tags with the smallest TagCount towards the largest).
This way, my files will be grouped around the most important copyrights / characters / tags without having files with names that are too long because they include too many secondary characters. Secondary characters that I don't want to "ignore" or "blacklist" because they may also be needed on other files.
I've dissected the docs, searched all the questions and tested many things but I haven't found how to do it.
Thank you in advance for your response and congratulations for all your work done so far! ;)
Hello, I would like to know if there is a way to sort tags of a type/category based on TagCount?
For example, let's take an image that contains many different characters:
By default, characters are sorted in alphabetical order:
% character:sort=alphabetical % =
I would like to be able to sort them, in some way, by popularity, thus displaying in the first position and decreasing, the tags with the largest tagCount.
_% character:sort=countdesc % =
The objective of doing this is in the case where there are many "copyright" / "character" / "general..." to say: "I only want in the name of my file, only the copyright and/or the 3 most important characters, sorted in descending order (we can also imagine wanting to reverse it by sorting the tags with the smallest TagCount towards the largest).
This way, my files will be grouped around the most important copyrights / characters / tags without having files with names that are too long because they include too many secondary characters. Secondary characters that I don't want to "ignore" or "blacklist" because they may also be needed on other files.
I've dissected the docs, searched all the questions and tested many things but I haven't found how to do it.
Thank you in advance for your response and congratulations for all your work done so far! ;)