design options for interactive video queue #1288
mueslimak3r
started this conversation in
General
Replies: 1 comment
|
I think this is something that should be deferred until after the playback rewrite (#1057). The rewrite already has a way better queue system that allows mixing both video/audio. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently the video queue is only used during playback, for tv series and playlists.
There is an "add to queue" button for video items but it does nothing since selecting a video item and playing it will overwrite the queue.
I'd like to implement a system for the video queue that allows viewing the queue, starting playback after adding items to it, and potentially having most or all of the features of the audio queue (shuffle, repeat, etc?)
A simple way to make the video queue at least usable would be to transform the
nowPlayingBugto display "play video queue" when appropriate.All reactions