mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #164] playlist actions #79
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#79
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 @sewnie on GitHub (Mar 23, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/164
to put it simply, since spotify-player has a
AddToPlaylistcommand, which doesn't matter on the context, it would be nice to have playlist actions (ShowACtionsOnCurrentPlaylist) such asRemoveFromPlaylist, and incorperate #153 asEnhancePlaylist.yes i want to remove a song from a playlist.
other playlist related actions include:
CreatePlaylist@aome510 commented on GitHub (Mar 23, 2023):
Related: https://github.com/aome510/spotify-player/issues/87
Isn't
DeleteFromCurrentPlaylistalready aTrackAction?I can only see
EnhancePlaylistis valid forShowACtionsOnCurrentPlaylistwhich can be added as a separate command instead.RemoveFromPlaylistshould be a track's action and is already implemented@sewnie commented on GitHub (Mar 23, 2023):
mfw i am so drowned with the help page i didnt find
ShowActionsOnSelectedItem@sewnie commented on GitHub (Nov 5, 2023):
there is no
CreatePlaylist@sewnie commented on GitHub (Nov 5, 2023):
and no
RefreshCurrentViewfor when new playlists are created