elementary / music

Music player and library designed for elementary OS
https://elementary.io
GNU General Public License v3.0
145 stars 49 forks source link

Search mechanism in the app #762

Closed Ewertonios closed 1 week ago

Ewertonios commented 9 months ago

Problem

We can't search for a song directly in the app in a playlist.

Proposal

Build a search option in the header bar that allows you to search for a song in a playlist.

Prior Art (Optional)

searchbar

jeremypw commented 9 months ago

It should not be too hard to implement a simple text search within the list. Would this suffice (at least as a start)? Fully searching metadata might take more work.

Ewertonios commented 9 months ago

It would definitely be a good start. Thank you very much!