jeroentvb / spicetify-power-bar

Spotlight-like search bar for spotify
GNU General Public License v3.0
77 stars 4 forks source link

Add support for non-english characters #9

Closed SupLiCatinG closed 2 years ago

SupLiCatinG commented 2 years ago

It's annoying i even cannot search with artist's original name.

https://user-images.githubusercontent.com/94017480/151990782-8cc757b7-66e7-4f9d-a9bb-6171dcb7ef39.mov

jeroentvb commented 2 years ago

Can you provide a few strings (artist names) that do give search results in spotify's search page but not in the power bar?

SupLiCatinG commented 2 years ago

Can you provide a few strings (artist names) that do give search results in spotify's search page but not in the power bar?

Kıvırcık Ali Özütemiz > can find by typing "Kivircik Ali Ozutemiz" Onur Akın > can find by typing "Onur Akin" Barış Akarsu > can find by typing "Baris Akarsu"

jeroentvb commented 2 years ago

Thanks. It looks like it currently fails due to non-encoded search query in the url, which shouldn't be hard to fix.