Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add view for incremental filtering #12

Open
muesli4 opened this issue Nov 25, 2022 · 0 comments
Open

Add view for incremental filtering #12

muesli4 opened this issue Nov 25, 2022 · 0 comments

Comments

@muesli4
Copy link
Owner

muesli4 commented Nov 25, 2022

Searching the playlist is a little inconvenient. Instead enable filtering by different criteria. There are different ways one could implement this from a UI perspective:

  • A series of dialogs where you progress or skip through a predefined set of dialogs (artist, title, genre, etc.) or a tree style menu where arbitrary criteria can be added to the query.
  • Results may be displayed after the query or incrementally.
  • MPD is well-suited for such queries. The widget should obviously be decoupled from the MPD specific parts via callbacks or other means.

One advantage I see in incremental searching is that it would limit the choices taken in the next step. So overall, less input is required from the user. Feedback may be provided directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant