-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Implement OSC toggle as an alternative to cycle #15656
Labels
Comments
Dudemanguy
added a commit
to Dudemanguy/mpv
that referenced
this issue
Jan 25, 2025
Adds a script message for cycling between a list of modes. Closes mpv-player#15656.
Dudemanguy
added a commit
to Dudemanguy/mpv
that referenced
this issue
Jan 25, 2025
Adds a script message for cycling between a list of modes. Closes mpv-player#15656.
Dudemanguy
added a commit
to Dudemanguy/mpv
that referenced
this issue
Jan 25, 2025
Adds a script message for cycling between a list of modes. Closes mpv-player#15656.
Dudemanguy
added a commit
to Dudemanguy/mpv
that referenced
this issue
Jan 25, 2025
Adds a script message for cycling between a list of modes. Closes mpv-player#15656.
Dudemanguy
added a commit
to Dudemanguy/mpv
that referenced
this issue
Jan 25, 2025
This allows users to choose what visibility modes they want to cycle through when calling the osc-visibilty cycle script binding. Closes mpv-player#15656.
Dudemanguy
added a commit
to Dudemanguy/mpv
that referenced
this issue
Jan 25, 2025
This allows users to choose what visibility modes they want to cycle through when calling the osc-visibilty cycle script binding. Closes mpv-player#15656.
Dudemanguy
added a commit
to Dudemanguy/mpv
that referenced
this issue
Jan 25, 2025
This allows users to choose what visibility modes they want to cycle through when calling the osc-visibilty cycle script binding. Closes mpv-player#15656.
Actually you can already do this e.g. in input.conf:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior of the wanted feature
The OSC message "osc-visibility" allows the user to cycle between "never", "always" and "auto." I don't find this behavior ideal because I always want to toggle between on/off which means always/never or always/auto, and that's how the other media players I've used work. I wrote the following script that I use in my mpv configuration:
I'm willing to update osc.lua to integrate this logic into the upstream codebase, but I wanted to see if the PR would be welcomed before potentially wasting time on it.
Alternative behavior of the wanted feature
No response
Log File
No response
Sample Files
No response
The text was updated successfully, but these errors were encountered: