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 762404 - [PATCH] rework album queries to include date
[PATCH] rework album queries to include date
Status: RESOLVED DUPLICATE of bug 774260
Product: gnome-music
Classification: Applications
Component: general
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2016-02-21 16:32 UTC by Marinus Schraal
Modified: 2016-11-11 12:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
query date (5.82 KB, patch)
2016-02-21 16:32 UTC, Marinus Schraal
none Details | Review

Description Marinus Schraal 2016-02-21 16:32:19 UTC
Created attachment 321782 [details] [review]
query date

This patch reworks the album, artist and artist_album queries so they select on creation date (Y/M/D) of the album. This allows more fine-grained control over what makes an album than tracker allows (tracker will happily shove them under the same album).

It should be a first step to solve problems like those mentioned in bug #752515, #701065, #734265, #752515 . Eventually, with more properties exposed through grilo, it could seperate on codec, channels, maybe bitrate, etc. too.

Note however that it does exposes incorrect tagging:
* albums that have multiple album artist tagged
* albums that have incorrect creation date set throughout an album
Comment 1 Marinus Schraal 2016-11-11 12:31:24 UTC
This is not the way to go, see https://bugzilla.gnome.org/show_bug.cgi?id=773697 & https://bugzilla.gnome.org/show_bug.cgi?id=774260 .

*** This bug has been marked as a duplicate of bug 774260 ***