Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Add advanced search with dynamic URL #25

Open
davidhedlund opened this issue Jul 1, 2017 · 4 comments
Open

Add advanced search with dynamic URL #25

davidhedlund opened this issue Jul 1, 2017 · 4 comments

Comments

@davidhedlund
Copy link

davidhedlund commented Jul 1, 2017

[This issue cover radiobrowser (API, radio-browser.info), and RadioDroid]

There should be advanced search options so you can combine at least:

  • Country
  • State
  • Language
  • Tag
  • Codec
  • Bitrate

Make it possible to select multiple options like on radio-browser.info:
screenshot from 2017-09-20 06 41 49

Allow quotes to perform exact match

Allowing quotes to perform exact match is a standard feature seen in most well designed search engines.

Currently its not implemented in the site.

Example: I want to include playlists with tag "Metal" but not with other tags than metal. So playlistst with that has both the tag "Metal" and "Heavy metal" will be excluded for example.

Example: http://www.radio-browser.info/gui/#/byname/SomaFM%20Groove%20Salad gives me

  • SomaFM Groove Salad
  • SomaFM Groove Salad (AAC 32kb) -- I don't want 32kb

Mixed match results

I wish to generate a playlist for "SomaFM" and http://www.radio-browser.info/gui/#/bytag/alternative%20rock

It would be cool to generate it by making the search field compatible with complex databse search like this: SomaFM[station field] AND alternative rock[TAG field]

If you implement this you'll make radio-browser.info quite unique.

@segler-alex
Copy link
Owner

i added something like this, please have a look at it on the webpage

@davidhedlund
Copy link
Author

@davidhedlund davidhedlund changed the title Add advanced search Add advanced search with dynamic URL Jul 17, 2017
@davidhedlund
Copy link
Author

@segler-alex Can you please add codec and bitrate?

@davidhedlund
Copy link
Author

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

No branches or pull requests

2 participants