ersel/spotify-cli-mac

Display Playlists Feature

ersel opened this issue · 3 comments

ersel commented

We use spotify-web library so we should be able to implement these features relatively easily.

Feature: Display a list of user's Playlists when spotify playlists command is run.
Acceptance Criteria:
User is able to play directly from this menu. (Selection logic could work as with the same approach as search function)
No ability to show all songs under a playlist is needed. (If you can figure out an intuitive way to do this without bloating the CLI, happy to accept such a PR)

Checked if this was possible, it is but we have to change the whole auth flow for this to happen.
so the API access keys we get doesn't have access permissions to look into users details.

What is possible is to get all playlist from a specific user something like spotify playlist QuadDepo

My only concern and something I have not checked just yet is how this would handle Spotify facebook account.

So getting your own playlist is not possible at the moment but it might in the future if we have more problems with our current auth flow.

ersel commented

@QuadDepo any progress with this?

ersel commented

Thanks for the contribution @QuadDepo