marcdjulien / spotify-terminal

Terminal application to play/control Spotify.
GNU General Public License v3.0
75 stars 9 forks source link

Question: Is there a way to browse my liked albums and artists? #83

Open s00ner opened 3 years ago

s00ner commented 3 years ago

Is there a way to browse through the albums and artists I've liked in Spotify? It looks like I can only really see my liked songs and playlists.

marcdjulien commented 3 years ago

Correct. No way to see Saved Artists or Albums. I can Implement that soon in the next version.

For now, you can highlight/select a track with the Artist or Album then execute the "goto_artist" (Shortcut: Shift + D) or "goto_album" (Shortcut: Shift + S) to open up the Artists songs or Album songs. Using "/" while in the Tracklist is a quick way to find and highlight a track.

marcdjulien commented 3 years ago

The Spotify API only allows you to get a users Saved Playlists, Tracks, and Albums. So you won't be able to see Saved Artists.