beetbox / beets

music library manager and MusicBrainz tagger
http://beets.io/
MIT License
12.84k stars 1.82k forks source link

web: queue songs to play #456

Open Bitdemon opened 10 years ago

Bitdemon commented 10 years ago

It would be nice if you were able to queue songs on the webpage if one is currently playing. Probably a bigger change since a small database would be needed but with it beets could be used easily by guests or on small networks.

sampsyo commented 10 years ago

Cool; seems like a good idea to me.

FWIW, the long-term plan for the web plugin is to define a common API for web-based players, so it should be possible to write fancier (and just plain more functional) players that interoperate with other backends. Pie in the sky!

PierreRust commented 10 years ago

I'm currently thinking to that kind of functionality as well, and here what I currently think

So my conclusion would be :

I'm definitely willing to participate to the long-term plan for the web plugin :)