fabiofalci / sconsify

A spotify console application
https://fabiofalci.github.io/sconsify
Apache License 2.0
566 stars 26 forks source link

Search not working #32

Closed fabiofalci closed 8 years ago

fabiofalci commented 8 years ago

Spotify deactivated metadata api and it looks like libspotify sdk uses that for searching. Therefore search is not working anymore in sconsify.

The fix is to use web api instead. I have been playing with web api for a while now to load followed albums/artists so we just need to rewrite the search feature to use web api as well. Next release will include this fix.

fabiofalci commented 8 years ago

The libspotify search is working fine now.