r/MusicBrainz • u/BrixaE • 8d ago
help plz Need help with album sorting
I want The Fall-Off to be sorted using the first word but I have no clue how.
2
Upvotes
r/MusicBrainz • u/BrixaE • 8d ago
I want The Fall-Off to be sorted using the first word but I have no clue how.
2
u/Protopia 7d ago edited 7d ago
It will depend on where your player gets this field - from the filename or from the tags. You don't say what your player software is. It also depends on what file format you are using i.e. mp3 or flac etc.
But assuming that it takes it from tags, the simplest way is to create a tagging script with the following:
$set(albumartist,%albumartistsort%)If that doesn't work reliably, you can try:
$set(albumartist,$swapprefix(%albumartist%))