Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Like uri #138

Closed
wants to merge 17 commits into from
Closed

Like uri #138

wants to merge 17 commits into from

Conversation

davidem
Copy link

@davidem davidem commented Jun 11, 2020

As promised: I've added the option to like <uri> and applies to both albums and tracks. Spotify has no API to like artists (for now).

I've also added a status liked option, pointing to function checkLiked, which is also used by 'liked '. It checks if a track or album is already liked.
This functionality was requested in issue #69 . Also note that multiple uri's can be liked at once and it can be a mixture of albums and tracks. They are processed one by one.

I've also rewrote 'list uri' a bit, so it now accepts track, album and playlist uri's, pooping out the following:

  • track: uri, track title, Artist, Album name
  • album: uri, album title, Artist, release date
  • playlist: all tracks in a playlist by uri, track title, Artist, Album name.

Let me know what you think :)

@hnarayanan
Copy link
Owner

Closing this since I have merged your other PR that contains all these changes too.

@hnarayanan hnarayanan closed this Sep 27, 2020
@davidem davidem deleted the like_uri branch September 28, 2020 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants