0.1.1
Installation
- Download
material-osc.zipand
thumbfast.lua. - Unzip
material-osc.zipinto your mpv configuration directory, then place
thumbfast.luabesidematerial-osc.luain thescriptsdirectory.
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, andcontext_menu_right_clickto 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_enabledintosingle_click_pause_enabledandsingle_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
- release 0.1.1 by @Kaktusmann in #3
Full Changelog: 0.1.0...0.1.1