[GH-ISSUE #347] Add album to user library #1122

Closed
opened 2026-03-14 13:32:18 +03:00 by kerem · 3 comments
Owner

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!

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!
kerem 2026-03-14 13:32:18 +03:00
Author
Owner

@aome510 commented on GitHub (Jan 26, 2024):

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?

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.

<!-- gh-comment-id:1912274085 --> @aome510 commented on GitHub (Jan 26, 2024): > 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? 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.
Author
Owner

@aome510 commented on GitHub (Jan 28, 2024):

with #352 landed, you can add a track's album to user library by invoking either ShowActionsOnCurrentTrack or ShowActionOnSelectedItem (with a selected track), press 3 to select ShowActionsOnAlbum, then press 4 to select AddToLibrary.

<!-- gh-comment-id:1913445767 --> @aome510 commented on GitHub (Jan 28, 2024): with #352 landed, you can add a track's album to user library by invoking either `ShowActionsOnCurrentTrack` or `ShowActionOnSelectedItem` (with a selected track), press `3` to select `ShowActionsOnAlbum`, then press `4` to select `AddToLibrary`.
Author
Owner

@joebonneau commented on GitHub (Jan 28, 2024):

Amazing! Thank you @aome510.

<!-- gh-comment-id:1913719946 --> @joebonneau commented on GitHub (Jan 28, 2024): Amazing! Thank you @aome510.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#1122
No description provided.