Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 30 May 08:08
11c6469

✨ What's New in v1.1.0 — Full Keyboard Control

This release adds complete keyboard control of playback, plus a YouTube-style centered play/pause OSD. Every keyboard action surfaces the same frosted-glass OSD the scroll wheel uses — so you get clear feedback even when the mouse is idle and the control bar is hidden.

Added

  • Seek with the keyboard / (or A / D for gamers) jump the video ∓5 seconds. Hold the key to keep seeking. Shows the centered Seek OSD.
  • Volume from the keyboard / (or W / S) raise and lower the volume by 5. Hold to ramp continuously. Shows the centered Volume OSD.
  • Jump to a position — number keys 09 seek to that percentage of the file (0 = start, 5 = 50%, 9 = 90%), scaling with the video's duration. Works on both the top-row numbers and the numpad KP0KP9.
  • Right-click to play/pause — right-clicking the video toggles playback.
  • Centered Play / Pause OSD — a YouTube-style glyph flashes in the middle of the player on every pause toggle (right-click, spacebar, or the on-screen button), showing the pause icon when paused and the play icon when resumed, then auto-hiding after ~1 second. Uses the same icons as the control-bar transport button.

Changed

  • The numpad (KP0KP9) now seeks by percentage instead of mpv's built-in video-size behavior.
  • Keyboard-triggered OSDs now render even while the control bar is hidden, without popping the full bar into view.

Install

Download mpv-liquid-glass-v1.1.0.zip below, unzip it, and copy the contents into your mpv config folder. Full step-by-step guide in the README.

All keybindings live in portable_config/input.conf and can be remapped there.

Full Changelog: v1.0.0...v1.1.0