You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new VideoQueue class that manages a queue of video info that is
mirrored to the MPV queue except with additional information about each
video. This can be used to show richer queue information but requires
more work before it can be used to directly give video URLs to MPV as
most streams will be broken into multiple streams (audio+video) and
loadfile only supports a single URL.
By fetching video information first the queue can contain richer info e.g. always having titles. And delay between videos would be reduced.
The text was updated successfully, but these errors were encountered: