-
Notifications
You must be signed in to change notification settings - Fork 24
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
Albums in My Library have tracks in the wrong order #37
Comments
Hrm. I realize I updated my API build to fix the streaming problems that came up a few weeks ago. I will see if I can update again or at least print my current version so you have that data. |
Ok, I just cloned the latest build from the Develop branch of the API and reloaded the library and still the same result. |
Is it possible that this is related to issue #35? It so I already fixed it. It's not released yet. |
Hrm. This is tracks within the albums themselves, so not sure. I will review my settings and see if there is anything obvious in the way the incorrect ordering of tracks is done. |
You could also check if the fix done here 292b282 solves your problem. |
OK, this didn't solve my problem, but led me to look at the sorting under TrackMenu.pm (_sortAlbum, _sortArtistAlbum, etc). I saw stuff like: sub _sortTrack { Not being super familiar with Perl subtleties myself, I took a sledgehammer approach and replaced every 'or' in these subs with '||': sub _sortAlbum { And that seems to have resolved it. Every album I looked at has the correct order now. |
Great! So the fix I've done will solve it. I will release a new version soon. |
Oh, whoops, I didn't scroll down far enough to see you'd edited both files :) Yup, confirmed your fix! |
Just released v0.3.7. Should be fixed now. |
When I browse albums in My Music/Browse Library on my Squeezebox, the album tracks are in the wrong order. This is the same if I browse the album list or the artist list, and is the same for my uploaded music or the All Access music I have saved to My Library.
Every album I have spot checked has been this way. There is no obvious order that the tracks have taken, but it appears to be consistent even after using Reload Library through the interface.
If I search and play the same albums under All Access, they are all ordered correctly.
If you want some specific examples or want me to post any debugging information, let me know.
The text was updated successfully, but these errors were encountered: