After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705093 - Album view: Sort albums by album title
Album view: Sort albums by album title
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: 3.10
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-29 17:59 UTC by Phillip Wood
Modified: 2013-08-18 17:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of album view (38.35 KB, image/png)
2013-08-03 15:32 UTC, Phillip Wood
  Details
Screenshot of album view (625.89 KB, image/png)
2013-08-03 16:29 UTC, Phillip Wood
  Details
query: Sort albums by their title (812 bytes, patch)
2013-08-18 12:02 UTC, Arnel Borja
none Details | Review
query: Sort albums by their title (887 bytes, patch)
2013-08-18 16:10 UTC, Arnel Borja
committed Details | Review

Description Phillip Wood 2013-07-29 17:59:46 UTC
At the moment the album view is confusing as it sorts the albums by the name of the artist rather than the album title. This means if you cannot remember the name of the artist it's very hard to find the album. If I'm looking for albums by a certain artist I can use the artist view. I know that once the search is up and running it will be possible to use that to find the album but it still feels odd to have them arranged by artist.
Comment 1 Seif Lotfy 2013-08-03 13:12:11 UTC
Hmmm interesting.
I can't replicate this. Can you attach a screenshot please?
Are you using the jhbuild version?
Cheers
Seif
Comment 2 Phillip Wood 2013-08-03 15:32:49 UTC
Created attachment 250776 [details]
Screenshot of album view

Hi, I've attached a screenshot. I'm using the jhbuild version, it's about week since I built it, jhbuild info gives
Name: gnome-music
Module Set: gnome-world-3.10
Type: autogen
Install version: cb46c8f00d613996450540a39259e2ff8764fd4b
Install date: 2013-07-26 13:24:12
Git Module: git://git.gnome.org/gnome-music
Git Branch: master
Tree-ID: cb46c8f00d613996450540a39259e2ff8764fd4b
Comment 3 Phillip Wood 2013-08-03 16:29:28 UTC
Created attachment 250777 [details]
Screenshot of album view

Opps, seems gnome-shell didn't save the last screenshot properly.
Comment 4 Arnel Borja 2013-08-10 12:43:02 UTC
I could reproduce this.
Comment 5 Arnel Borja 2013-08-18 12:02:29 UTC
Created attachment 252106 [details] [review]
query: Sort albums by their title

The album variable in the query is redefined, so we should use the title
variable instead.
Comment 6 Arnel Borja 2013-08-18 16:10:40 UTC
Created attachment 252133 [details] [review]
query: Sort albums by their title

The album variable in the query is redefined, so we should use the title
variable instead. Also, convert the title to lower case first before sorting.
Comment 7 Arnel Borja 2013-08-18 17:18:07 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.