-
Notifications
You must be signed in to change notification settings - Fork 10
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
Sorting by last added #21
Comments
Do you mean filesystem modification date or newly scanned as in #9? The former is trivial to implement but not very useful, while the latter is unreliable and I personally dislike the idea of recording additional timestamps. |
I'm talking about this: https://developer.android.com/reference/android/provider/MediaStore.MediaColumns#DATE_ADDED I haven't done a music app yet, but I know most media apps sort tracks by date added and use a standardized approach, which seems to be the above. |
Missed that one in the docs. Thanks for pointing it out. Will take a look tomorrow (it's 22:30 here.) |
Added in 4acea80. |
Can you please add sorting tracks by last added please? It should be available from the media library, as almost all similar music players support this feature.
Many thanks!
The text was updated successfully, but these errors were encountered: