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

Fix --vo=libmpv not being set when empty #67

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Conversation

leaty
Copy link
Contributor

@leaty leaty commented Apr 19, 2024

Fixes #64 and #68.

It appears vo in mpv 0.38.0 no longer defaults to libmpv in this context, this forces libmpv to be set when empty.

@GhostNaN
Copy link
Owner

Good work!
I should of looked more closely at the new API changes to mpv 0.38.
https://github.com/mpv-player/mpv/blob/master/DOCS/client-api-changes.rst#api-changes
"remove libmpv as the default VO and move it to the bottom of the auto-probing order"

So yes, forcing the VO to "libmpv" even when it's empty fixes the issue without warning the user.

I might have to update the release now with this breaking bug.

@GhostNaN GhostNaN merged commit 8fe75d8 into GhostNaN:master Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MPVPaper is opening in a new window and not displaying as the background.
2 participants