Skip to content

0.0.5

Choose a tag to compare

@github-actions github-actions released this 21 Jul 22:10
f49f30f

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 rendering, add this to mpv.conf:

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

What’s new

Please Delete the old installation files. (didnt know the folder structure norms :p)

  • Sorry, but the automatic update will fail with a missing archive error. Please update manually.
  • Release archives now use the consistent material-osc.zip filename with extract-ready fonts/ and scripts/ directories, and the updater recognizes the new layout. #6
  • Audio track selection now shows the track language even when it is not included in the title. #7
  • Added video controls for crop presets, Stretch and Fit to Screen modes, gamma, brightness, saturation, rotation, and runtime GLSL shaders loaded from files or links. #4

Full Changelog: 0.0.4...0.0.5