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 767246 - List all music album sample do more that you say
List all music album sample do more that you say
Status: RESOLVED OBSOLETE
Product: tracker
Classification: Core
Component: General
1.8.x
Other Linux
: Normal minor
: ---
Assigned To: tracker-general
tracker-general
Depends on:
Blocks:
 
 
Reported: 2016-06-04 16:14 UTC by medeoTL
Modified: 2021-05-26 22:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description medeoTL 2016-06-04 16:14:26 UTC
The sample in documentation not only list all music albums but also provide the number of songs in the album and the total lenght in seconds. It should be simplified the query or updated the description accordingly

Text in documentation above:
List all music albums

              $ tracker sparql -q "SELECT ?album ?title COUNT(?song)
                                   AS songs
                                   SUM(?length) AS totallength
                                   WHERE {
                    ?album a nmm:MusicAlbum ;
                    nie:title ?title .
                    ?song nmm:musicAlbum ?album ;
                    nfo:duration ?length
                } GROUP BY ?album"
Comment 1 Sam Thursfield 2016-07-14 01:34:00 UTC
https://git.gnome.org/browse/tracker/commit/?id=0d7cd900549c781ac1991ac3ccf7a39d79e1df8d hopefully makes this a bit clearer.
Comment 2 Sam Thursfield 2021-05-26 22:23:24 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new enhancement request ticket at
  https://gitlab.gnome.org/GNOME/tracker/-/issues/

Thank you for your understanding and your help.