Releases: Kaktusmann/material-osc
Releases · Kaktusmann/material-osc
Release list
0.1.4
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 the media title showing a raw URL with a token instead of the actual filename when streaming torrents or debrid links.
What's Changed
- fix: derive streaming media title from url filename by @Kaktusmann in #6
Full Changelog: 0.1.2...0.1.4
0.1.3
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
- Added an audio settings popup for adjusting delay, channel layout, volume normalization, and pitch correction.
- Added a History page to the Settings menu that records recently played files and lets you reopen, remove, or clear entries.
- Added audio track channel count to the track selector.
What's Changed
- release 0.1.3 by @Kaktusmann in #5
Full Changelog: 0.1.2...0.1.3
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
0.1.1
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
- Added a script-binding to open the context menu from
input.conf, andcontext_menu_right_clickto free up right-click for mpv or other scripts while keeping the context menu available via keyboard or a custom binding. - Split
single_click_actions_enabledintosingle_click_pause_enabledandsingle_click_seek_enabled, so single-click pause and edge seeking can be toggled independently. - Fixed the persistent pause indicator being hard to see on bright backgrounds by giving it a faint dark backing and cross-fading it in as the pause/play pop fades out.
What's Changed
- release 0.1.1 by @Kaktusmann in #3
Full Changelog: 0.1.0...0.1.1
0.1.0
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
- First release of this fork. Repoints the auto-updater and SponsorBlock user-agent to Kaktusmann/material-osc; the original repository (brahmkshatriya/material-osc) has gone inactive.
- Added a persistent, transparent pause indicator that stays centered on the video while playback is paused (
pause_indicator). - Added
volume_slider_orientationto expand the volume slider horizontally alongside the volume button instead of upward from it. - Fixed the volume indicator flashing during rapid volume changes.
Full Changelog: https://github.com/Kaktusmann/material-osc/commits/0.1.0