orontee / argos

Light weight front-end for Mopidy music server
GNU General Public License v3.0
24 stars 4 forks source link

Filtering library is slow #166

Closed orontee closed 6 months ago

orontee commented 6 months ago

Context

Filtering album directory of "Local medias" is too slow. And once a filter is applied, entering one of the album matching the filter is too long too.

Analysis

  1. Current implementation of row filtering is not optimal
  2. Before transition of the library page from a directory to an album, the filter text is cleared which triggers a `refilter'!!