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

can't clear playlist #1001

Closed
chenjie199234 opened this issue Nov 16, 2020 · 4 comments
Closed

can't clear playlist #1001

chenjie199234 opened this issue Nov 16, 2020 · 4 comments

Comments

@chenjie199234
Copy link


  1. uname -a:
archlinux 5.9.8-arch1-1 #1 SMP PREEMPT Tue,10 Nov 2020 22:44:11 +0000 x86_64 GNU/Linux
  1. cmus --version:
2.8.0
  1. cmus --plugins:
none

clear command can't clear playlist

@ghost
Copy link

ghost commented Nov 21, 2020

Did you select the playlist by hitting enter?
I tried to reproduce this, and initially thought that it wasn't working, but once I selected a playlist with enter, cmus-remote -c successfully cleared it.

@pgaskin
Copy link
Collaborator

pgaskin commented Dec 12, 2020

I can't reproduce this issue either.

@pgaskin
Copy link
Collaborator

pgaskin commented Mar 1, 2021

I'm going to close this issue since there hasn't been a response for 3 months. Feel free to comment/reopen this with instructions to reproduce the issue.

@pgaskin pgaskin closed this as completed Mar 1, 2021
@findmarbles
Copy link

findmarbles commented Feb 2, 2022

I am on version 2.8.0 as well and can recreate the problem mentioned by OP.

cmus-remote -P somefile.mp3
cmus-remote -P -c

won't work, because as ghost mentioned in the playlist view the track of the playlist instead of the playlist itself is highlighted.
Neither did my rc file work when I added clear -p as an option, probably for the same reason.

A workaround is:

cmus-remote -P somefile.mp3
cmus-remote -P -C win-next
cmus-remote -P -c

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

No branches or pull requests

3 participants