0.1.2
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
- 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
- release 0.1.2 by @Kaktusmann in #4
Full Changelog: 0.1.1...0.1.2