-
Notifications
You must be signed in to change notification settings - Fork 48
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
Two disc albums don't play in order #23
Comments
Hmm, you're playing by 'Album' and the two discs have the same album name? Indeed in this case we are ordering only by track, should be easy to add order by disc if the info is available. |
That's correct. Although previously they were named 'album name - disc 1'
|
Please, could you test this version and check if it works for you: |
Yes that fix has worked, second disc tracks now follow on from first disc tracks. Thanks for the quick fix. Issue 24 also appears to be fixed in this build. |
I have a number of two disc albums with duplicate track numbers (as is standard when more than 1 disc), eg disc 1 track 1, disc 2 track 1. The official website, apps etc correctly play the second disc tracks after all the first disc tracks however this plugin plays them solely in track order hence the second disc tracks are mixed in with the first disc tracks,
Thanks
The text was updated successfully, but these errors were encountered: