hnarayanan / shpotify

A command-line interface to Spotify.
https://harishnarayanan.org/projects/
2.01k stars 153 forks source link

Play "Liked Songs" list? #160

Open mariano-daniel opened 2 years ago

mariano-daniel commented 2 years ago

When I run spotify play list "liked songs" it plays anything but my liked songs. Maybe it would be a good idea to add such feature (I do not code though).

Or maybe can I play from some URI?

adnjoo commented 7 months ago

probably something like me/tracks

https://developer.spotify.com/documentation/web-api/reference/get-users-saved-tracks

also need auth code with something like scope='user-library-read'

https://developer.spotify.com/documentation/web-api/tutorials/code-flow