-
Improvement
-
Resolution: Fixed
-
Normal
-
None
-
House
Through using the ListenBrainz built-in Player feature, I've notice a number of quirks which make usage a bit difficult. One such quirk I have noticed that the collections are seemingly not sorted at all. Interestingly, the Songs view is seemingly sorted properly by artist. Regardless, the lack of sorting makes finding what I'm looking for quite frustrating.
I have taken a look at the code and have determined I can likely resolve this issue in all locations by sorting the results in the DOA object. I.E., by modifying the ArtistDoa's select queries we can return all Artists sorted by name by default.
I have come across MOBILE-33 which suggests adding different sorting methods. As this is my first contribution, I'm not comfortable with adding that level of feature quite yet. Thus my suggestion in adding a stop-gap default sorting.