-
Notifications
You must be signed in to change notification settings - Fork 198
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
[Feature Request] Album creation date #817
Comments
Storing the creation and modification dates for albums and tracks has been on my mental TODO list. Such information would be necessary also for some of the features of the Ampache API. |
- Property `created` added to all album responses - Property `created` added to all song responses - Property `changed` added to all playlist responses refs #817
The |
Thank you! I appreciate your work on this. |
One caveat about the implementation, though: the created/modified timestamps will carry meaningful information about your collection only when you add new tracks and albums. For all the content pre-existing in the library, the timestamps are set to the moment when the Music v1.0.0 was installed. |
The subsonic API v1.14.0 added “created” to the “getAlbumList2” method. It gives the date an album was added to your library. This is used by the Play:Sub iOS app to show the most recently added albums, sorted by date.
I don’t know if there are plans to update the API being used, but sorting albums by their creation date is a handy feature!
quoted from:
http://www.subsonic.org/pages/inc/api/schema/subsonic-rest-api-1.16.1.xsd
The text was updated successfully, but these errors were encountered: