spotify-player icon indicating copy to clipboard operation
spotify-player copied to clipboard

Ability to search in Playlists when adding a song in AddToPlaylist Action

Open deauthe opened this issue 9 months ago • 1 comments

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

deauthe avatar Mar 18 '25 19:03 deauthe

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<Rect> 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.

teddywaweru avatar May 17 '25 06:05 teddywaweru

made a PR for it https://github.com/aome510/spotify-player/pull/784

deauthe avatar Jul 29 '25 12:07 deauthe