mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #87] add to a new playlist / create a playlist? #966
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#966
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 @diegoulloao on GitHub (Nov 19, 2022).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/87
I was trying to add a song to a new playlist but I couldn't find the option. Also I think isn't possible to create a new playlist from the user playlist view.
Is there a way to do it?
Sorry for open 2 bugs in 1 day.
@aome510 commented on GitHub (Nov 19, 2022):
No problem lol.
Currently, iirc,
spotify-playerdoesn't support creating a new playlist. It does support adding song to already existed playlist, which can be triggered byShowActionsOnSelectedItemorShowActionsOnCurrentTrackcommands. You can then chooseAddToPlaylistaction from the popup list@diegoulloao commented on GitHub (Nov 20, 2022):
It would be nice to add support to it 😁
@aome510 commented on GitHub (Nov 20, 2022):
It should be easy to implement. However, I currently don't have much time as I'm quite busy with school. PRs are welcome though 💪
@diegoulloao commented on GitHub (Nov 20, 2022):
I would like to but I don't know a word of Rust.
Interested in learning btw 👀