Skip to content

0.1.2

Choose a tag to compare

@github-actions github-actions released this 05 Sep 13:54
· 8 commits to main since this release
8ac1345

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

  • Fixed "Reveal in File Manager" failing on Windows when the media path contains spaces.
  • Fixed the image-track viewer (album art / attached pictures) writing its cache to the wrong location on Windows instead of mpv's cache directory.
  • Fixed the auto-updater's temporary download/extraction files being placed at the Windows drive root, where they could fail to write due to permissions.
  • Fixed non-ASCII text getting mangled on Windows when pasting the clipboard, using the text-input dialog, or falling back to PowerShell for HTTP requests.

What's Changed

Full Changelog: 0.1.1...0.1.2