Feature request: Add playback queue view and reordering option #228
Replies: 5 comments
|
Theres a PR for this ready but its stale and it requires another hacs integration, which I'm not keen on. So don't get your hopes up. If I'm implementing this myself it will only be using the official music assistant actions, and they don't afaik allow for reordering the queue. If however MA adds this then I'll probably make it eventually. I just dont want to rely on an unofficial thing that might change/stop working at any time. |
|
Then it might indeed get difficult; I think just a preview of the queue would already be great! If I, for example, put a song on ‘play next’, you would also see that in the preview — that would be perfectly fine for me. |
|
I would very much like to see the playlist as well, and perhaps be able to select the song in the playlist if i want to skip ahead. I don't think that is the "reordering" you all are talking about. |
|
Well.. I know i said i wouldn't do it with a third party integration, but.. Support for Music Assistant queue (using the mass_queue integration) and LMS queue (using the lyrion_cli integration) has landed in the latest beta: https://github.com/antontanderup/mediocre-hass-media-player-cards/releases/tag/v0.29.0-beta.6 My reasoning. I already setup the infrastructure for it for LMS so it was a fairly small task to add it for Music Assistant. It's using the mas_queue integration. This means if that integration falls out of support this feature will probably be ripped out again. |
|
Queue for music assistant and lms is now out in 0.29 :) |
Uh oh!
There was an error while loading. Please reload this page.
Hi! Thanks again for your great work on this project — I really appreciate all the effort that goes into it.
Description
It would be great to have a way to view the current playback queue — the list of upcoming tracks. At the moment, there’s no way to see which songs are queued to play next.
Suggestion
Add a simple queue view, perhaps accessible from the media card or player popup.
If possible, allow users to reorder items in the queue (drag-and-drop would be ideal).
Motivation
This would make it easier to manage playlists and understand what’s coming up next, improving the overall playback control experience.
If you think this could fit within the project’s scope, I’d be happy to help test it or give feedback
All reactions