mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #747] Search/Filter AddToPlaylist Track Option #443
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#443
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 @Patitotective on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/747
Is your feature already implemented in the latest
master?No.
Is your feature request related to a problem? Please describe.
I have many playlists, whenever I want to add a song to a playlist I have to scroll manually, one by one until I find the playlist I want to add.
It doesn't feel good not being able to use navigation commands here (like page down, go to the top) or a simple filter (with
/).Describe the solution you'd like
I would want the AddToPLaylist popup to have a filter feature, even better, all navigation commands would work.
Even better, vim-like counts would be implemented.
Describe alternatives you've considered
Using the official Spotify client.
@kandros commented on GitHub (Aug 5, 2025):
I'm enjoying the project so far, the lack in the official client to easily add a song to (multiple) playlists with just the keyboard is what got me to search for an alternative in the first place, unfortunate to not see this implemented.
Does it require some deep changes, or it may be a good first contribution?
@aome510 commented on GitHub (Aug 5, 2025):
Duplicate of https://github.com/aome510/spotify-player/issues/690? Look like someone already put up a PR to implement the feature. I haven't had time to review the codes though