clangen / musikcube

a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
https://musikcube.com
BSD 3-Clause "New" or "Revised" License
4.08k stars 295 forks source link

Sorting is broken on some songs #631

Closed jkimmerling closed 10 months ago

jkimmerling commented 10 months ago

Hello, I have come across an issue where some "albums" are listing the songs out of order.

It seems like album sort is supposed to sort by track number, but this is not working on several albums in my library.

The image below shows what I am talking about musikcube_bad_Sort

jkimmerling commented 10 months ago

This was caused on my end by a hidden (to me) tag: discnumber

I addressed this, and it was "fixed"

I am closing because it was not a bug