apognu / otter

Music player for Funkwhale
MIT License
214 stars 21 forks source link

Sorting doesn't consider CD number #108

Open heyarne opened 3 years ago

heyarne commented 3 years ago

Describe the bug

When a release contains multiple discs, the disc number is not taken into account when sorted. When only the track number is taken into account the sorted list mixes tracks appearing on subsequent discs.

How to reproduce

See above.

Expected behavior

Sorting order should be by disc-number and then track number (1-01, 1-02, 2-01, 3-01, 3-02 and so forth).

Environment details

Thovi98 commented 3 years ago

Yes, it’s a known issue : try the latest develop apk which resolves it :) https://github.com/apognu/otter/releases/download/tip/app-debug.apk

AMoonRabbit commented 3 years ago

Yep, relates to #73