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

Add --unqueue-all (clear queue) command line. #1234

Closed
lazka opened this issue Mar 15, 2015 · 1 comment
Closed

Add --unqueue-all (clear queue) command line. #1234

lazka opened this issue Mar 15, 2015 · 1 comment

Comments

@lazka
Copy link
Member

lazka commented Mar 15, 2015

Original issue 1234 created by spxxxk on 2013-08-31T07:41:52.000Z:

Could have been a Defect report since
quodlibet --unqueue=''
should do the job, but instead makes QL hang forever (well, too long, window greyed out, force close needed). But maybe it's just how it works and unqueues all tracks of the library 1 by 1 whether they are in the queue or not, hence the hanging on my fairly large library.

Using
quodlibet --print-queue | xargs -d'\n' -n 1 -I @ quodlibet --unqueue=@
in the meantime.

@lazka
Copy link
Member Author

lazka commented Mar 15, 2015

Comment #1 originally posted by reiter.christoph on 2013-09-09T13:18:41.000Z:

This issue was closed by revision 26b492e.

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

No branches or pull requests

1 participant