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

Liked Songs support #96

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Liked Songs support #96

wants to merge 3 commits into from

Conversation

orbekk
Copy link

@orbekk orbekk commented Feb 2, 2024

Adds support for adding and removing the currently playing song from the Liked Songs list.

The naming for Liked Songs is a bit confusing. The official Spotify client calls them Liked Songs, but the API docs calls them "songs saved in the 'Your Music' library". Happy to modify this change based on naming suggestions.

It would probably be nice to have the ability to add/remove marked songs from Linked Songs as well. But it seems a bit confusing to have two sets of functions for this. What do you think of introducing something like smudge-save-track-to-library-dwim: If smudge-track-search-mode is active, it will save the track at point. Otherwise it will save the currently playing track.

Fixes #69.

Kjetil Orbekk added 3 commits February 2, 2024 15:43
- Add/remove songs from Liked Songs using
`smudge-save-playing-track-to-library' and
`smudge-remove-playing-track-from-library.'
- List Liked Songs using `smudge-my-library.'
@danielfm danielfm self-assigned this Jun 2, 2024
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.

Open liked songs playlist
2 participants