Taiko2k / Tauon

The music player of today! :city_sunrise:
https://tauonmusicbox.rocks
GNU General Public License v3.0
1.64k stars 64 forks source link

Sorting alphabetically #1046

Open StrangeSeasOfThought opened 8 months ago

StrangeSeasOfThought commented 8 months ago

I navigate by artists on the left side panel. My playlist is sorted alphabetically by artist.

On my side panel the first two artists are listed like this:

2BIC 10cm

On my playlist instead:

10cm 2BIC

Same for the last two artists (side panel):

Yoo Jae Ha Yoo Yongho Yoon Do Hyun

Playlist:

Yoo Jae Ha Yoon Do Hyun Yoo Yongho

After some more looking around I noticed that the "Folder Navigator" has the same sorting as the playlist.

Anyway, it seems that there are different sorting methods in use: "1, 10, 11, 12, 13, ..., 19, 2, 20, 21, 22, ..., 3, ..." and "1, 2, ..., 9, 10".

In the "Yoo/Yoon" example one navigation view prioritizes the SPACE over the ...n and the other view prioritizes the ...n over the SPACE. However, only at the very end of the list.