mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #347] Add album to user library #186
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joebonneau on GitHub (Jan 25, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/347
I'm not sure if I'm missing the keybinding to do this, so I didn't to label it a feature request prematurely. Is there a way to add an entire album to the user library from either the album page or from an individual track?
An example of what I'd like to do is to select a track from my Release Radar playlist and add the album it's from to my library. This could either be an action on an individual track or an action from the album page. This would help me out greatly to build up what I want to check out.
If this doesn't currently exist, feel free to label as a feature request :) Thanks in advance!
@aome510 commented on GitHub (Jan 26, 2024):
No there isn't unfortunately. The only way to add album to library now is to select an album and invoke
ShowActionsOnSelectedItem. It shouldn't be too difficult to add support for showing actions on current track's album or current album page.@aome510 commented on GitHub (Jan 28, 2024):
with #352 landed, you can add a track's album to user library by invoking either
ShowActionsOnCurrentTrackorShowActionOnSelectedItem(with a selected track), press3to selectShowActionsOnAlbum, then press4to selectAddToLibrary.@joebonneau commented on GitHub (Jan 28, 2024):
Amazing! Thank you @aome510.