music icon indicating copy to clipboard operation
music copied to clipboard

Implement simple search in playlist

Open jeremypw opened this issue 1 year ago • 1 comments

Fixes #762

  • Just adds a search entry to the queue header that appears whenever there are items in the queue.
  • Entering a search term does a case insensitive search for the term anywhere in the titles in list and selects the first matching row (if any).
  • If no match the currently selected item remains selected.
  • The matching row does not play until the search entry is activated or the row is clicked on.
  • The queue scrolls to show the matched item.
  • <Ctrl>F focuses the search entry if showing

Screenshot from 2023-12-14 16 49 39

jeremypw avatar Dec 14 '23 16:12 jeremypw

This never seems to allow the first item in the list as a result to highlight, which is handy if I search in a list that is long and scrollable

zeebok avatar May 23 '24 06:05 zeebok

@zeebok Sorry for the delay in getting back to this. I have now fixed the issue you noticed.

jeremypw avatar Aug 05 '24 17:08 jeremypw