sindrig / spoppy

A spotify CLI written in python
MIT License
12 stars 4 forks source link

Browse your friend's playlists #117

Open sindrig opened 8 years ago

sindrig commented 8 years ago

From main menu, browse your friends and by selecting them you can browse their public playlists.

This is NOT a move towards any social integration!

sindrig commented 8 years ago

As seen here: https://pyspotify.mopidy.com/en/v1.x-develop/changes/#v1-6-2011-11-29

Browsing friends via pyspotify is no longer available since the method was removed from the libspotify library.

Will research if a viable option is available through spotify's web api

sindrig commented 8 years ago

https://developer.spotify.com/web-api/get-followed-artists/

The https://api.spotify.com/v1/me/following endpoint currently only supports getting artists that the user follows. Until something changes or I find some new way to do this, I'm removing the milestone.

@gunnardag you're welcome to research this further since it was kind of your idea.