orontee / argos

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

Search through library should use backend side implementation #124

Open orontee opened 1 year ago

orontee commented 1 year ago

With current implementation, search happens locally in the currently visited directory.

See https://docs.mopidy.com/en/latest/api/core/#mopidy.core.LibraryController.search

UI draft

Displayed when entering search mode (by clicking search button or corresponding shortcut). Page made of stack widget with:

Questions left opened / Remarks

The interest of using the backend side search implementation is very limited when using Mopidy-Local, see https://github.com/mopidy/mopidy-local/issues/16.

How-to search locally in currently visited directory?

How-to disable some Mopidy backends? Should we care?

How-to choose search criteria? Should we care?

orontee commented 1 year ago

Current UI state image

orontee commented 1 year ago

Try to improve Mopidy-Local first...