[GH-ISSUE #126] Select multiple tracks / execute action on multiple tracks #55

Closed
opened 2026-03-02 23:44:07 +03:00 by kerem · 2 comments
Owner

Originally created by @bartlibert on GitHub (Feb 9, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/126

I'd like to be able to select multiple tracks and then execute the same action (if appropriate) on all those tracks.

For example:
Press 'v' to select a track.
Press 'v' to select another track.
Press 'v' again multiple times to select more tracks.

Press 'g a' for ShowActionsOnSelectedItem
Select "AddToQueue" -> all selected tracks are added to the queue

Originally created by @bartlibert on GitHub (Feb 9, 2023). Original GitHub issue: https://github.com/aome510/spotify-player/issues/126 I'd like to be able to select multiple tracks and then execute the same action (if appropriate) on all those tracks. For example: Press 'v' to select a track. Press 'v' to select another track. Press 'v' again multiple times to select more tracks. Press 'g a' for ShowActionsOnSelectedItem Select "AddToQueue" -> all selected tracks are added to the queue
kerem 2026-03-02 23:44:07 +03:00
Author
Owner

@aome510 commented on GitHub (Feb 11, 2023):

I've thought about implementing multi-selection before. One of my use cases is to start playback from the selected tracks so that it can be treated as a mini-playlist.

That said, I decided not to mainly because it may(?) complicate the current program's structure. Regarding your use case, isn't it better to just implement https://github.com/aome510/spotify-player/issues/125 and execute that shortcut on the focused track multiple times?

<!-- gh-comment-id:1426898298 --> @aome510 commented on GitHub (Feb 11, 2023): I've thought about implementing multi-selection before. One of my use cases is to start playback from the selected tracks so that it can be treated as a mini-playlist. That said, I decided not to mainly because it may(?) complicate the current program's structure. Regarding your use case, isn't it better to just implement https://github.com/aome510/spotify-player/issues/125 and execute that shortcut on the focused track multiple times?
Author
Owner

@bartlibert commented on GitHub (Feb 13, 2023):

No problem, that would cover most cases I guess.

<!-- gh-comment-id:1427470971 --> @bartlibert commented on GitHub (Feb 13, 2023): No problem, that would cover most cases I guess.
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#55
No description provided.