You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have album containing multiple discs (but with all songs with proper tags in one directory) it will queue songs with alphabetic order instead of disc 1, then disc 2 and so on.
Polaris 0.12.4 on docker
The text was updated successfully, but these errors were encountered:
I took a stab at fixing exactly the issue you described. However, I then discovered it was adding even more inconsistency than this bug describes, as the fix could only work from an album page (and not when queuing the same album from one of its parent directories).
As a result, I made a change which instead makes the behavior more consistent with what is on the screen. Songs in an album will now be listed (and queued) in filename alphabetical order, regardless of file metadata.
I do want to support your use case better, and I think the way to do it is to make it possible to browse the collection using song metadata instead of file system organization. This has come up a few times in the past so I finally set in motion the work to support this. I also created new tickets to keep track of it:
If you have album containing multiple discs (but with all songs with proper tags in one directory) it will queue songs with alphabetic order instead of disc 1, then disc 2 and so on.
Polaris 0.12.4 on docker
The text was updated successfully, but these errors were encountered: