VocaDB/community

Song list of artist entry does not sort correctly anymore

andreoda opened this issue · 2 comments

The songs of an artist entry will only sort the song entries that have a publish date or are specified (?), even if sorting by name is enabled.
The songs that do not have a publish date or are unspecified (?) will appear sorted underneath, basically creating a second "section".
(Finding duplicates now is more difficult)

EDIT: Apparently it is not about if the song entry has a publish date or not. I think it is about the song type or the status.

Example:
From entry: https://vocadb.net/Ar/64944 (list is now already fixed due to manual edits)
grafik
grafik

Other example:
-> https://vocadb.net/Ar/16886
grafik
After giving every song in the list a song type:
grafik

Using: Windows / Firefox

I am not 100% sure but I think I got the pattern of the false sorting now.

If I am not mistaken, the order/hierarchy is as follows:

  1. Original (O)
  2. Remix + Remaster (R) + Unspecified
  3. Cover (C)

This can be best observed here: https://vocadb.net/Ar/16886/songs?page=1&pageSize=100&sort=Name&viewMode=Details


I hope this helps fixing this issue

EDIT: Sorry, I just saw your comment (above) now, it is the same pattern as for the search, as described in VocaDB/vocadb#949 aka VocaDB/vocadb#1157. So just ignore this specific comment.