Announcements

Help Wizard

Step 1

NEXT STEP

FAQs

Please see below the most popular frequently asked questions.

Loading article...

Loading faqs...

VIEW ALL

Ongoing Issues

Please see below the current ongoing issues which are under investigation.

Loading issue...

Loading ongoing issues...

VIEW ALL

[Your Library] Order/sort albums by release date/year

Now that the original release year should be available please add an option to the new album view to use it for sorting.

 

 

there could be options for at least:

"SORTED BY ARTIST / YEAR"

"SORTED BY ARTIST / TITLE"

"SORTED BY YEAR"

 

There could be some kind of subtle separator where the artist changes when listing the album covers. Also the release year should be shown in the album images.

Updated on 2018-10-05

Hey folks,



 

Thanks for coming to the Community, and adding your vote to this idea!



 

We're setting this Idea to 'Not Right Now', as this isn't something we have any immediate plans to implement. We appreciate you sharing your thoughts, and we'll continue passing along your feedback to the right teams.

 

If we have any new info to share, rest assured we'll check back in with a new status.

 



Thanks.

Comments
julidg

it's baffling how this is not a thing yet, I remember reading this post back in 2018. Especially when spotify has been discouraging users from using playlists to use this Library feature instead...

I really doubt it is that hard to implement.

CNC97

> I really doubt it is that hard to implement.

 

Agreed.  It's not.

 

```

function compareReleaseDate(date1, date2) {

    return date1 - date2;

}

 

albums.sort((album1, album2) => (
    return album1.artist.localeCompare(album2.artist)
        || compareReleaseDate(album1.releaseDate, album2.releaseDate)

))

```

 

 

PooyaMan
I’m past being baffled.. I’m f’ing angry
darisdaris

10 years since this was first posted, unbelievable

brietman

Maybe they gonna put this feature behind the extra tier with lossless audio and other stuff.

cleangreenshirt

Back on this one.

 

There's a drop down menu to Sort By: Recents, Recently Added, Alphabetical, Creator. 

 

Please just add Release Date, Created Date

 

If other companies can do it, surely Spotify can implement this request from a decade ago.

 

 

Teradactol

Definitely with the recent addition of pre-releases in the albums pane, I think it would be extra useful to have a sort by release date so that we can see all upcoming unreleased albums first in the list.

deftones22

Absolutely asinine that this somehow still isn't implemented. It's a completely essential part of a library experience and would be incredibly easy to implement. Spotify after all these years still proving they couldn't give af less about albums in general

amdq6q9a7yqt2cs

This feature should be easy to implement. You can just the same AI that you used to make wrapped to make a feature that users will actually enjoy 

michaelbmuller

Wow. Ten years later, still nothing.

 

Just sent this to support:

 

When I play an album, I would like the option to play another album by the same band, and if possible have it play them in chronological order up or down. Currently it just plays a bunch of random music from the same genre. We should be able to choose options for continued play -- not just setting up a playlist. Thanks.