MinimServer Forum
Sorting Various artists by album title name ignoring the date - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Music Tagging (/forumdisplay.php?fid=9)
+--- Thread: Sorting Various artists by album title name ignoring the date (/showthread.php?tid=7018)



Sorting Various artists by album title name ignoring the date - paulg - 15-09-2023 17:26

I have configured my sort tags as below.

Album.sortTags={+Artist, +Date}

This works perfectly when I go to an individual artist.

I have grouped all my Various Artists albums by tagging all the albums as Various Artists in the artist tag. It sorts them as expected by Various Artist first then date but for this one artist tag it would be nice to sort them by album title rather than date. Is this possible?


RE: Sorting Various artists by album title name ignoring the date - simoncn - 15-09-2023 18:05

The only way I can think of to do this would be to add another tag to your Various Artists albums such as AlbumTitleSort. You would set this tag to the album title and you would set

Album.sortTags={+Artist, +AlbumTitleSort, +Date}

If you decide to do this, try it with a small number of Various Artists albums first to make sure it is producing the sort order you want.


RE: Sorting Various artists by album title name ignoring the date - simbun - 15-09-2023 19:15

If you're feeling brave you could try this. Read the following post too as I developed the idea further.

I didn't really want to add any additional tags, plus I wanted the Album description to match too.