tomasklaen / uosc

Feature-rich minimalist proximity-based UI for MPV player.
GNU Lesser General Public License v2.1
1.85k stars 69 forks source link

Don't display icons when stepping #1005

Closed diniamo closed 1 month ago

diniamo commented 1 month ago

When stepping forward, the resume and pause icons are flashed in quick succession. This should be avoided.

po5 commented 1 month ago

uosc already has logic to detect short plays and not flash the pause icon, use the solution below if you need something more explicit. Set pause_indicator=manual in uosc.conf and append ; script-binding uosc/flash-pause-indicator to your commands in input.conf that do need to flash (any instance of cycle pause/set pause). That way frame stepping will never trigger the pause icon.

diniamo commented 1 month ago

That did it, thanks for the quick response

hooke007 commented 1 month ago

Don't display icons when stepping

uosc already has logic to detect short plays and not flash the pause icon

@tomasklaen Seems not work now?