Bug 406467 - Option to sort artists' albums by year
Summary: Option to sort artists' albums by year
Status: RESOLVED FIXED
Alias: None
Product: Elisa
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Matthieu Gallien
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-12 13:59 UTC by Nate Graham
Modified: 2020-09-18 16:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 20.12


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Graham 2019-04-12 13:59:44 UTC
When clicking on an artist to see all their albums, the albums are sorted alphabetically. I prefer for the albums to be sorted by year, however unfortunately there is no option for this.
Comment 1 Matthieu Gallien 2019-04-12 14:06:37 UTC
The next stable version is a preliminary step toward greater ability to configure the browsing views to the liking of the user.
This is material for the next future version.
Comment 2 Nate Graham 2019-04-12 15:38:08 UTC
Excellent news!
Comment 3 Kevin Ottens 2020-05-12 17:56:55 UTC
Any news about this? This is the main deal breaker for me regarding Elisa. In my case it's not only about display BTW, when I queue an artist in the playlist, I expect the albums to be added by ascending year, not alphabetically.
Comment 4 Matthieu Gallien 2020-05-12 22:02:20 UTC
Sorry, I am kinda late on this. I am trying to clean a lot of old code that is hard to maintain and evolve.

My hope is that I can get flexible views that can be configured by the use to do whatever is needed.

I suppose that will need some work on a configuration UI. Do you have any suggestions ?
Comment 5 Nate Graham 2020-05-13 16:56:00 UTC
I would put it in the existing sorting button in the main view toolbar. Right now that button is a simple toggle to reverse the sort ordering; it would change to display a menu when clicked, offering options for what to sort by (year, name, date added, etc), as well as options to reverse the sort order. Just like Dolphin's existing "Sort By" menu, really. Simply copying that would produce something pretty  nice IMO!
Comment 6 Matthieu Gallien 2020-06-13 21:42:22 UTC
I have started to work on that. This is far from done but I will work on this during the next days.

https://invent.kde.org/multimedia/elisa/-/merge_requests/130
Comment 7 Matthieu Gallien 2020-06-23 21:36:22 UTC
https://invent.kde.org/multimedia/elisa/-/merge_requests/130 is ready for a new review round.

Sort by year is implemented in all views showing tracks and albums.
Comment 8 Matthieu Gallien 2020-09-07 21:07:56 UTC
(In reply to Matthieu Gallien from comment #7)
> https://invent.kde.org/multimedia/elisa/-/merge_requests/130 is ready for a
> new review round.
> 
> Sort by year is implemented in all views showing tracks and albums.

This MR has been closed. The devs where a dead end.

Following what I have learnt, I am working on https://invent.kde.org/multimedia/elisa/-/merge_requests/162 .
Comment 9 Nate Graham 2020-09-18 16:44:25 UTC
The feature was implemented by the commits in this Merge Request: https://invent.kde.org/multimedia/elisa/-/merge_requests/162

Awesome!