-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Modified files appearing as recently added #571
Comments
Hello! |
Hi!
Do you mean that it could track them in the future? From the track table it doesn't appear to be tracking either at the moment - unless it's being tracked in another table?
getAlbumList2 appears to support 'newest' and 'recent' (no idea of the difference), but Symfonium only supports recently added, which I think is the standard supported by most servers.
That's certainly what I'm seeing in LMS and Symfonium. |
Personnaly I find more useful to have recently modified items rather than recently added items. But fine I will add this one if that's what people want! |
Maybe it's a workflow thing. Do you index your music before you've "completed" tagging? I just did a quick test with 4 servers and 5 albums. I created 5 albums in order of album name (so creation/modification dates follow album name), loaded the first 4 into the server and looked at the recently added list:
I don't know what order Plex used but the others followed the creation/modification time. I then:
None of the tracked albums changed order. This testing was carried out on Windows. Given you prefer modification why not make it configurable, or offer both in the web-gui and a switch for use with clients? |
Thanks for the tests! |
I've just modified a single tag on a couple of albums to ensure that, when an artist's discography is presented in chronological order the albums that were released in the same year are correctly ordered (populated with full YYYY-MM-DD in OriginalDate), but after a rescan those albums now appear as Recently Added.
Looking at the database LMS knows they're the same files because of the ids.
The following data is from a subsequent test of a Single.
Before
After
It appears LMS is tracking the changes (from the version field, which I forgot to output in the track query), but for an album/track that's already being tracked shouldn't the earliest modification date be used for assessing recently added?
I can't see any open Issues/Discussions or configuration options to control this, but I hope I haven't missed anything?
I'm running LMS 3.61 in Docker.
The text was updated successfully, but these errors were encountered: