Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Multi-disc album gets queued alphabetically after clicking "Queue all" #67

Closed
michalsieron opened this issue Aug 26, 2020 · 1 comment

Comments

@michalsieron
Copy link

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

@agersant
Copy link
Owner

agersant commented Aug 27, 2020

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:

Comments and suggestions on these would be very welcome.

In the meantime I am going to close this ticket as it is covered by these new additions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants