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

Search should "just work" #445

Open
ricardograca opened this issue Jul 27, 2024 · 0 comments
Open

Search should "just work" #445

ricardograca opened this issue Jul 27, 2024 · 0 comments

Comments

@ricardograca
Copy link

ricardograca commented Jul 27, 2024

Whenever I'm looking for a certain artist in the loaded music folder I just type the artist name in the search box and get no results back. Turns out search only looks in file names, which in my case is not helpful at all since I have lots of filenames like Track 01.flac.

The UI also makes it a bit confusing, since the filename is the smallest part of each file element and it's in a grey font, so not easy to see. I would expect search to look in the more visible parts of the file elements that are being shown on screen. It seems the existence of files is being abstracted away, which is fine, but then search isn't matching this reality.

I know advanced search exists, but it's clunky to use, and I can't think of any situation where looking at the filename alone will be preferable to just looking at all the available metadata fields, but this is just my opinion, so looking forward to getting some more feedback.

Proposal

Search should search in all metadata fields, or at least the main ones (artist, album, title), giving preference to these fields first, and only then filenames.

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