Improvement suggestions for Artist Searches #590
Unanswered
eric-s-weaver
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi Eric, While those are great suggestions, I'm just providing an API wrapper and I am not in any way responsible how spotify's backend API returns payloads. You will have to contact them if you have feedback regarding API endpoints and their results. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using SpotifyAPI-Net in our Smartspeaker product. It works great but we often get poor results with certain searches. Here's the latest example. A voice search like "Play songs by the Who" triggers a SearchItemsAsync with SearchType.All. The resulting SearchItem object has "The Who" as the first item in the Artists like (GOOD), Who Albums in the Albums list (GOOD) but the Tracks list contains some Who songs and then other songs with "Who" or "Whom" or "The Whole" in the title. So this is not idea.
If I take the top Artist in the results which is accurate and I then call GetArtistsTopTracksAsync, I only get 10 tracks returned which isn't enough.
Any other ideas?
Eric Weaver
HandsFree Health
Beta Was this translation helpful? Give feedback.
All reactions