-
Notifications
You must be signed in to change notification settings - Fork 9
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
refactor: changed default actions for some commands #266
Conversation
`cycle audio` and `cycle sub` shows an `osd-msg` by default, so I removed that bit of unneeded text.
@Samillion These commands were also changed if you want to follow these too. They moved
Edit: Audio and sub are also swapped, so
|
Awesome, thank you very much.
I added those to help identify what is selected, but I see how it can be an annoyance.
This was a forced change at mpv, to be honest. Few of us (including console/select maintainer) were against this change, but a couple of users preferred the old way and not the select menu. Not sure why, but this one is definitely a skip, as in my opinion, the select menu is one of the best additions to mpv. It is why console/select maintainer liked our idea in compact mode discussion for a "all in one" button then added it to stock osc. |
For some reason even with osd-msg removed, it still shows an osd-msg, is what I meant. Does that happen for you, too? Also what do you think about the playlist ones I mentioned? Skip those too? |
LOL, now I know why it wasn't showing for me. In my config I limit the level of OSD messages. Thank you.
Sorry for the confusion, this was the response to the playlist ones:
|
Wait. Sigh, I always read too fast, a horrible habit of mine. You meant to bind select menu to prev/next. I just read "playlist" and my brain decided to fill the rest lol. |
Yeah, specifically for right-click and probably for shift+mbtn_left_down too? Lines 2141 to 2142 in 5b99fdc
mpv ones are set to "select" here: playlist_prev_mbtn_right_command = "script-binding select/select-playlist; script-message-to osc osc-hide", |
I rarely use right/middle click on those, so if you think it's a useful change, by all means open a PR and I'll merge. Again, terribly sorry for reading too fast. Old habits die hard. |
No worries at all and good to hear. I'll get around to it soon. |
Changed the title commands again to match mpv standard.
cycle audio
andcycle sub
show anosd-msg
by default, so I removed that bit of unneeded text.