vim-spotifysearch
vim-spotifysearch copied to clipboard
Search user's playlists
Maybe out of scope, but would it be simple enough to be able to select user defined playlists from this plugin?
This is doable, however I means I would have to migrate all the code to the new Spotify Web API[0] from the old Metadata API[1] :tired_face: meaning a lot of work.
[0] https://developer.spotify.com/web-api/ [1] https://developer.spotify.com/technologies/metadata-api/
+1
Updated to use new API which means that listing and uses playlists will be possible. The next step will be how to authorise the user account in a safe/sane matter to list user playlists.