Replies: 2 comments
-
|
What are the other possible use scenarios than loop for the play/pause button? This would help me understand how it should be approached. As in, what are the most used inputs for it? I'm limited to what I use, so I can't think of anything. |
Beta Was this translation helpful? Give feedback.
-
|
It can be set up so user can loop a file X number of times, rather than infinite. It can also be set to loop the whole playlist rather than just the current file. Plus it maintains parity with default osc. See https://mpv.io/manual/master/#options-loop-file and https://mpv.io/manual/master/#options-loop-playlist |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In stock osc.lua we can change the left/mid/right mouse functions for play_pause button (see here)
In the current function it looks like it supports different locales:
ModernZ/modernz.lua
Lines 2277 to 2283 in 2d5537a
So if right mouse button was customizable using
play_pause_mbtn_right_command=, it would not support other locales anymore, right? Maybe better to keep it hardcoded the way it is, unless there's a workaround.Beta Was this translation helpful? Give feedback.
All reactions