xou816 / spot

Native Spotify client for the GNOME desktop
MIT License
2.28k stars 122 forks source link

WIP: Show followed artists in the sidebar #671

Closed patricgruber closed 10 months ago

patricgruber commented 1 year ago

These changes show the artists that the user follows in the sidebar under the saved playlists. The used API call is https://developer.spotify.com/documentation/web-api/reference/get-followed and the issue related to this is https://github.com/xou816/spot/issues/508 The issue describes showing followed artists in the library view, but here they are shown in the sidebar similar to how the Spotify app does it.

patricgruber commented 1 year ago

One thing that still needs work is the pagination of the request, since it is slightly different than using limit and offset. Also the caching client doesn't cache the result yet

patricgruber commented 1 year ago

Sadly I won't be able to work on this anymore, since I don't have a Spotify Premium account anymore. Anyone is welcome to pick it up and finish it.