Skip to content

0.0.3

Choose a tag to compare

@github-actions github-actions released this 19 Jul 20:03
872e4c3

Installation

  1. Download material-osc.zip and
    thumbfast.lua.
  2. Unzip material-osc into the scripts folder and place thumbfast.lua beside
    material-osc.lua.

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)
└── scripts/
    ├── material-osc.lua
    ├── thumbfast.lua
    └── material-osc/
        ├── GoogleSansFlex.ttf
        └── MaterialSymbolsRoundedUnfilled.ttf

For smoother rendering, add this to mpv.conf:

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

Full Changelog: 0.0.2...0.0.3