GNOME Bugzilla – Bug 621324
Aggregate Support for Queries/Smart Playlists
Last modified: 2020-03-17 08:51:18 UTC
Primarily thinking about Play Count: it would be nice to be able to query or create a smart list using at the very least minimum and maximum values for the play count field. Sums, averages, and other aggregates supported by the SQL backend may also be useful. It may be worth adding a common query syntax for handling arbitrary aggregates. The primary use case would be Smart Playlist ideas such as (to replace/work along with the Unheard default smart playlist): Least Heard: playcount=min(playcount) Most Heard: playcount=max(playcount) Easiest way to do this may simply be to use a couple of pseudo-fields such as minplaycount and maxplaycount, rather implementing a new query syntax.
Banshee is not under active development anymore and had its last code changes more than three years ago. Its codebase has been archived. Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is being shut down) if anyone takes the responsibility for active development again. See https://gitlab.gnome.org/Infrastructure/Infrastructure/issues/264 for more info.