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

Default mpv input conf: Remove {encode}, replace current-window-scale with window-scale #4063

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

svobs
Copy link
Contributor

@svobs svobs commented Nov 11, 2022


Description:

  1. The set window-scale commands were changed to set current-window-scale in mpv 0.34, but IINA does not support them. This changes them back to prevent user confusion and to be more useful.
  2. Removes the {encode} section bindings, which were erroneously added (by me) in that same commit, but they are also not used and will just cause confusion.
  3. Removes default-bindings start. It was commented out, but users shouldn't assume it will work if uncommented.

@low-batt
Copy link
Contributor

I have pulled this PR locally and confirmed it fixes issue #4053. However the PR includes 155 commits including one that says "DO NOT MERGE". That sure does not look correct.

…ed by IINA. Replace `set current-window-scale` bindings with `set window-scale` bindings: the former are not supported, but the latter are and were used in previous versions of the file. Also remove `default-bindings start` as it is not supported
@svobs
Copy link
Contributor Author

svobs commented Nov 26, 2022

Yikes. Sorry about that! I think at the time I had 4 different branches checked out locally. Must have gotten confused which place I was branching from, or something like that...

Did a new push. Should be just 1 commit with 1 file now.

Copy link
Contributor

@low-batt low-batt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pulled PR locally, built, tested and confirmed fixed.

@uiryuu uiryuu merged commit 6a41c7e into iina:develop Mar 22, 2023
@uiryuu
Copy link
Member

uiryuu commented Mar 22, 2023

Thanks

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.

[mpv Default] Shortcuts for changing window scale are inefficient
3 participants