I have looked everywhere for a solution, and have found nothing to pre-exist. All the other posts anywhere close to this either deal with multiple fields (I have just one field) named Genre, don't work, or removes everything after the first \\'s, and are several years old posts.
I have ONE genre field (not multiple,) and want to cut out duplicates out of the same (not multiple) fields.
I can cut it down to this so that every word is separated and ready for it to be applied;
Notice how "metal" is repeated multiple times throughout the tag, among others. It can be cut down a ton, ignore that.
I want the duplicates of the same genre removed from the (singular) tag, each separated by \\, and not deleting anything past the first set of \'s, because I want to keep everything that isn't a duplicate.
Here's what I want the tag to visually be from the "cut down" one;
There's some junk in there I can filter out after, but the point is, I'm wanting to delete the genres that are repeated.
Can anybody help me figure out how to make this happen?
Here's some of the stuff I've tried;
Using "remove duplicate fields" or "merge duplicate fields" gives me this:
Alternative
It removes everything but the very first genre, which I don't want.
I've used various regex but the result is the same and it removes everything but the first genre.
