Skip to content

0.0.7

Choose a tag to compare

@github-actions github-actions released this 23 Jul 23:30
ac19c15

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
├── mpv.conf (optional)
├── 📁 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

For smoother experience, add this to mpv.conf:

video-sync=display-resample
force-window=yes

What’s new

  • You can now choose the maximum quality used when a YouTube video starts.
  • Hardware decoding is now enabled automatically for smoother playback and lower CPU use.
  • Window controls can now appear automatically when they are needed, such as in fullscreen or borderless windows.
  • Video tracks now include an Off option, and the Video and Audio menus are easier to understand.
  • Added helpful labels when hovering over settings and popup buttons.
  • The controls now use much less CPU, especially while hidden or idle.
  • Animations and mouse movement feel smoother on high-refresh-rate displays, including 120 Hz and 240 Hz screens.
  • Popups now share the same springy animation style, with smoother resizing and more natural opening points.
  • Fixed popup content briefly appearing outside its box, hidden rows, flashing scrollbars, and other animation glitches.
  • Chapter and Settings popups can now be opened and closed quickly with repeated clicks.
  • Polished the playlist animation, scrolling area, footer, and closing fade.

Full Changelog: 0.0.6...0.0.7