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

Implement unsave command #1022

Closed
deed02392 opened this issue Dec 29, 2022 · 3 comments
Closed

Implement unsave command #1022

deed02392 opened this issue Dec 29, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@deed02392
Copy link

We can save the currently playing track via the Command::Save implementation, but there is no unsave track command. Instead, we implement toggle logic as part of the TUI.

Describe the solution you'd like
With an unsave command, we'll be able to unsave a track via the newly implemented unix socket IPC.

Describe alternatives you've considered
Instrumenting the interface via IPC.

@deed02392 deed02392 added the enhancement New feature or request label Dec 29, 2022
@hrkfdn
Copy link
Owner

hrkfdn commented Dec 29, 2022

Unless I misunderstood, the delete command should do what you're looking for

@hrkfdn
Copy link
Owner

hrkfdn commented Feb 19, 2023

Closed due to lack of feedback

@hrkfdn hrkfdn closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2023
@deed02392
Copy link
Author

You were right, delete was the equivalent to my request, I just didn’t expect that name

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