-
Notifications
You must be signed in to change notification settings - Fork 19
[Feature] Queue feature #14
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
Comments
Mpd has a current playlist, in which one 'queues' songs. Do you mean st. On Monday, December 14, 2015, Igor Sosa Mayor notifications@github.com
|
Thanks for your answer. I think it is not exactly the same. And as I said, mpd itself has a rather strange implementation: http://www.musicpd.org/doc/protocol/recipes.html#queuing_recipe The idea is: you have a long playlist of songs and want to play them, let say 3 or 4, after the current song, without having to reorder the list... |
Ok, so that's what queueing is about. I think we can implement this with mingus-enqueue could do the following: when there is an active region, enqueue songs contained within. Enqueue would mean: play (list of) song(s) after current song. As to feedback: non-zero priority values could perhaps be shown in an extra When enqueueing multiple songs, should their internal order be random or Note: I do not yet know when I have time to implement this, but first we On Sunday, December 20, 2015, Igor Sosa Mayor notifications@github.com
|
Thanks for the long answer.
If you need tests for this feature or another, let me know. It is a pleasure to be able to use mpd inside emacs. Thanks again for the package! |
Is there a chance that you add a queue feature to mingus? I know this is not completely ease, since mpd does not support queueing (or only in a very strange way), but maybe it is easier in emacs with some trick in the playlist...
(and thanks for the package!)
The text was updated successfully, but these errors were encountered: