Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove/Delete menu entry for the track in playlist #1516

Open
slrslr opened this issue Nov 14, 2024 · 5 comments
Open

Remove/Delete menu entry for the track in playlist #1516

slrslr opened this issue Nov 14, 2024 · 5 comments
Labels
Enhancement New feature or request

Comments

@slrslr
Copy link

slrslr commented Nov 14, 2024

REMOVE:

Please add a "Remove" right-mouse-click menu entry to remove a track from the playlist.
Other similar track manipulation menu items (like copy/cut) exist already. Remove item is important one that is used by me more often than any other when processing the playlist with a new songs.

Currently I have to use Delete key on the keyboard, which is not always handy comparing to mouse, which i already have pointed on the track.

DELETE:

It may be also handy to have "Delete" menu entry (near the "Remove" one) which would ask for a confirmation to delete actual audio file from a drive (possibly use some WARNING!!! style not to confuse a file deletion with a playlist removal). Deletion is claimed to already exist, but through the plugin #1266 which I assume is not enabled by default.

  • Do other audio players offer this feature?

Yes, All good players that I have used (like MPC-HC, Clementine, WinAmp) allows removal when one clicks an item.

@slrslr slrslr added the Enhancement New feature or request label Nov 14, 2024
@mschwendt
Copy link

Why not simply use "Cut" which is readily available? It's also highly beneficial to prefer using "Cut", since it serves as level one "Undo" in case you made a mistake and wanted to paste the removed entry into the playlist again or paste its filename somewhere else.

"Remove" is as ambiguous as "Delete" in my opinion.

@slrslr
Copy link
Author

slrslr commented Nov 14, 2024

Why not Cut

No, to me Cutting does not suggests removal (even it works like that), but from a operating system principles it instead suggests a two-step action which is not completed if second step is not done, and when wanting to Remove, i do not want to do that second step (pasting to some other playlist). Though I can see that Cutting indeed works as a removal (second step is not needed) in Audacious.

ambiguous

that is why the confirmation prompt in case of a delete, for those that does not consider delete as a permanent erasure and remove as a "soft" action to put something away.

@mschwendt
Copy link

Historically, for cut'n'paste the paste step has always been optional.

@slrslr
Copy link
Author

slrslr commented Nov 14, 2024

Not in my experience. In Debian KDE main file manager Dolphin and on Windows explorer is required 2-steps AFAIK.

@mschwendt
Copy link

That's a safety measure to avoid deleting files accidentally, if cutting files without pasting them anywhere. Moving them to a wastebasket folder temporarily would not be as safe.

I'd rather compare editing a playlist to editing a text file. Cutting some text with a text editor deletes the text immediately. Most text editors can undo/redo a few levels of general editing, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants