neithern / g4music

A light weight music player written in GTK4, with a fluent adaptive user interface.
https://gitlab.gnome.org/neithern/g4music
GNU General Public License v3.0
195 stars 15 forks source link

[Feature] Sorting by disc number #41

Open intrnl opened 1 year ago

intrnl commented 1 year ago

There's a big problem with albums containing two or more discs, especially in this one album where there's 8 (!) discs, which one is from disc 1? which one is from disc 4?

image

neithern commented 1 year ago

All the 8 (!) discs has same Album title?

intrnl commented 1 year ago

yes, they're all part of the same album

tralph3 commented 10 months ago

It also creates issues while sorting. If you have multiple discs, each track of each disc resets the track number. G4music puts them next to each other. It should be:

Disc 1 track 1 -> Disc 1 track 2 -> ... Disc 2 track 1

But currently it does:

Disc 1 track 1 -> Disc 2 track 1 -> Disc 1 track 2 -> Disc 2 track 2