Post Reply 
Mutliple Artists Sort Values
15-05-2024, 11:03
Post: #2
RE: Mutliple Artists Sort Values
MinimServer doesn't use the ; character as a separator between multiple values for a tag. It sounds like this is something your tagging program is doing.

In most cases there is no need to specify an ArtistSort value if you want to use the Artist value for sorting. The only situation where this is needed is a sorted artist following an unsorted artist.

For example, this is OK:

Artist = Mark Ronson; Kasabian
ArtistSort = Ronson, Mark

but this is not OK:

Artist = Kasabian; Mark Ronson
ArtistSort = Ronson, Mark

because Ronson, Mark would be used as the sort value for Kasabian (values matched in order of appearance). You would need to specify this:

Artist = Kasabian; Mark Ronson
ArtistSort = Kasabian; Ronson, Mark
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Mutliple Artists Sort Values - GavinB - 14-05-2024, 11:00
RE: Mutliple Artists Sort Values - simoncn - 15-05-2024 11:03

Forum Jump:


User(s) browsing this thread: 1 Guest(s)