Skip to content
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

Use yt-dlp to fetch video info before passing to mpv #3

Open
Douile opened this issue Aug 17, 2023 · 0 comments
Open

Use yt-dlp to fetch video info before passing to mpv #3

Douile opened this issue Aug 17, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Douile
Copy link
Owner

Douile commented Aug 17, 2023

By fetching video information first the queue can contain richer info e.g. always having titles. And delay between videos would be reduced.

@Douile Douile added the enhancement New feature or request label Aug 17, 2023
Douile added a commit that referenced this issue Aug 20, 2023
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.
Douile added a commit that referenced this issue Sep 10, 2023
This is an initial implementation of #3 however it doesn't add all the
metadata that ytdl_hook does.
Douile added a commit that referenced this issue Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant