-
Notifications
You must be signed in to change notification settings - Fork 307
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
LMS 9: New Sort Order in "New Music" section #1142
Comments
Please see Settings/Player/[your player]/Extended Browse Modes. |
I noticed a maybe related behavior. I routinely update my LMS installation to the latest release available I am currently running: |
I can't confirm this. I have some Spotify, then a local album, then some more online albums etc. mixed. Are you sure it's all Spotify first? |
Could you please update to the latest image, then run a wipe & rescan and check again? I think I've been able to reproduce what you saw and committed a change to improve the behaviour: see 691aa9c. |
…ces. As we don't have a good "first seen" for online music, let's use the timestamp when an album was added to the user's collection on a given music service as the addition time. This should put online albums in the right place inside the New Music menu.
Yes! I updated to Version: 9.0.0 - 1729437396 @ Mon Oct 21 02:58:30 UTC 2024 and did a wipe and rescan. |
I just moved from LMS 8.5 to LMS 9 and have some questions/issues regarding the new sort behaviour for the "New Music" section. The changelog says:
Where can I set this "recently changed" mode? And is there a doc I am missing explaining the sort modes in more detail?
Let me explain my struggles:
Changing the default sort order to "added" is not ideal for me, as it leads to albums stored further back in the file system show up on top of the "New music" section (in my case albums from artists beginning with "Z"). At first I tried to help myself by shutting down LMS, opening the SQLite database manually, doing an
and starting the server again with that modified
library.db
file, but this had no effect on the display-order in the "New music" menu. Also, I am aware that this is not a good solution, because this update would be necessary after every "Delete database and do a complete rescan" - which is quite unpleasant.So, my questions are:
I get my desired new-album-list in the file-attribute-order, but LMS (which probably uses not this, but to my understanding a somehow similar SQL statement under the hood) still shows the albums in the original added-order with the Z-artist's albums being on top. Is there some cache-file I have to delete after manually editing the database? Are there some other timestamps in the database I would have to update to achieve the desired display-order being the file's MTIME attributes?
Thank you for helping and thank you so much for maintaining LMS in general.
The text was updated successfully, but these errors were encountered: