Skip to content

0.1.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 13:15
· 12 commits to main since this release
288cc13

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 script-binding to open the context menu from input.conf, and context_menu_right_click to free up right-click for mpv or other scripts while keeping the context menu available via keyboard or a custom binding.
  • Split single_click_actions_enabled into single_click_pause_enabled and single_click_seek_enabled, so single-click pause and edge seeking can be toggled independently.
  • Fixed the persistent pause indicator being hard to see on bright backgrounds by giving it a faint dark backing and cross-fading it in as the pause/play pop fades out.

What's Changed

Full Changelog: 0.1.0...0.1.1