Skip to content

Draft: Rework Tracker album query

Do one large query per album instead of several and do the splitting through the listmodel machinery.

Not sure if this is more performant, really hard to measure effectively. Reducing the number of Grilo Tracker query calls is appealing though, we tend to spam it.

This changes the GrlTracker/CoreGrilo internal API surrounding albums/discs. I think we can drop the discs specific API (at least for now), I don't think there is any other plugin that is likely to use it.

Edited by Marinus Schraal

Merge request reports