Skip to content

0.0.9

Choose a tag to compare

@github-actions github-actions released this 26 Jul 21:02
64cc268

Installation

  1. Download material-osc.zip and
    thumbfast.lua.
  2. Unzip material-osc.zip into your mpv configuration directory, then place
    thumbfast.lua beside material-osc.lua in the scripts directory.

The usual mpv configuration directories are:

  • Linux and macOS: ~/.config/mpv/
  • Windows: %APPDATA%\mpv\

The resulting layout should look like this:

📁 mpv
├── 📁 fonts
│   ├── material-osc_icons.otf
│   └── material-osc_google_sans_flex.ttf
├── 📁 scripts
│   ├── material-osc.lua
│   └── thumbfast.lua
└── 📁 script-opts (optional)
    ├── material-osc.conf
    └── thumbfast.conf

What's New

  • Added a Contrast control to Video Settings, alongside gamma, brightness, saturation, rotation, and shader controls.
  • Disabling the built-in context menu now releases right-click, Menu, and Shift+F10 to mpv and other scripts, including when the option is changed through live configuration reloads.
  • Improved mouse-timeout behavior so hidden edge-seek and volume feedback no longer remains active after the pointer becomes idle, while clicking, scrolling, or moving the pointer restores interaction normally.
  • Refined the playback controls with a clearer chapter selector, improved time and cached-time styling, tighter action-button spacing, and more consistent hover feedback.
  • Polished Playlist sizing, footer controls, icon treatment, and open/close transitions, eliminating the blank flash that could appear when its animation finished.
  • Tooltips now wait slightly longer before appearing, reducing accidental popups while moving across controls.
  • Successful updates now keep automatic updates enabled by default, while still allowing them to be disabled from the completed-update dialog.
  • Improved release-note formatting and clarified the context-menu configuration documentation.

Full Changelog: 0.0.8...0.0.9