Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: sorting values within a tag (Read 1365 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

sorting values within a tag

I want to assign my music files to multiple groups without having multiple copies of the same file. For example, song A should be in group classical, strings and brass.
My current approach is to make a custom tag value called "category" where I enter the groups separated with semi colons.

My question: how do I sort the groups in "category" in alphabetical order? I want

classical; strings; brass

to be changed to

brass; classical; strings