hinto-janai / festival

Music player
https://festival.pm
MIT License
279 stars 7 forks source link

Songs order for double album #66

Closed ghost closed 1 year ago

ghost commented 1 year ago

OS & Version

Festival v1.3.0 macOS arm64 Collection v3 Audio v0 Playlist v0 State v1 Settings v2

Bug

For double albums, the songs order is mixed up between the two discs

Screenshots

In my folder, the order is separate for each disc:

Capture d’écran 2023-09-04 à 18 00 22

In festivalGUI, order is mixed between discs:

Capture d’écran 2023-09-04 à 18 01 56

Thank you in advance

hinto-janai commented 1 year ago

The songs are missing the disc metadata tag, you can add it with a metadata editor like https://github.com/metabrainz/picard.

With disc metadata, it should look something like this:

ghost commented 1 year ago

Thanks for your reply and your great job !