mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #690] Ability to search in Playlists when adding a song in AddToPlaylist Action #406
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#406
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 @deauthe on GitHub (Mar 18, 2025).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/690
need to have a way to search through the playlists when adding a song to a playlist rather than scrolling all the way down into my hUgE library
@teddywaweru commented on GitHub (May 17, 2025):
not saying it's not possible, but the AddToPlaylist is a popup, while the search bar is also a popup. Best case of adding this feature(my opinion) is the ability to have a Vec returned for popups so that the two above can be combined when "/" is pressed. Might be a tedious task for a single use case.
I could work on it if there was a different way of achieving it, without significant code structure changes.
@deauthe commented on GitHub (Jul 29, 2025):
made a PR for it
https://github.com/aome510/spotify-player/pull/784