-
Notifications
You must be signed in to change notification settings - Fork 111
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 returns Albums with no Artist #99
Comments
This is a regression after switching from using libspotify to the Web API for search (version 2.3.1). From the changelog:
The reason the switch was done, and that the regression wasn't fixed in that release was that Spotify deactivated search through libspotify, so we wanted to switch to the Web API as fast as possible, since a working search with most of the functionality is better than no search. Apparently, search through libspotify is now working again, but Spotify hasn't communicated anything, so it may not be smart to rely on that. I guess there are three possible fixes for this:
|
Thanks for the explanation. Sounds like relying on libspotify for anything is not a good idea. Their API decision makes sense in the context of the way the Spotify desktop application displays things, but the whole point of an API is to support different ideas, surely? I think that the best thing to do is try to persuade Spotify to improve their API. I'll gladly help with that if I can. |
Is there a solution in the works for this issue? I ask as a front-end dev looking at implementing a client side solution to the problem, but I'd hate to spend time working on it only to have it fixed on the server-side. |
I'm noticing that now I've upgraded to the latest mopidy and mopidy-spotify I'm getting some odd results when I search for artists on Spotify.
I'm searching using the mpd interface but I'm pretty sure mopidy-spotify is sending it models without the artist field filled in, when those are search results with just an album URI. For example:
This is definitely a regression from the old behaviour where the Artist field was always filled in. An album name without an artist isn't very helpful in search results.
The text was updated successfully, but these errors were encountered: